Home
last modified time | relevance | path

Searched refs:chp (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_int.h910 static inline int dasd_path_is_operational(struct dasd_device *device, int chp) in dasd_path_is_operational() argument
912 return test_bit(DASD_PATH_OPERATIONAL, &device->path[chp].flags); in dasd_path_is_operational()
915 static inline int dasd_path_need_verify(struct dasd_device *device, int chp) in dasd_path_need_verify() argument
917 return test_bit(DASD_PATH_TBV, &device->path[chp].flags); in dasd_path_need_verify()
920 static inline void dasd_path_verify(struct dasd_device *device, int chp) in dasd_path_verify() argument
922 __set_bit(DASD_PATH_TBV, &device->path[chp].flags); in dasd_path_verify()
925 static inline void dasd_path_clear_verify(struct dasd_device *device, int chp) in dasd_path_clear_verify() argument
927 __clear_bit(DASD_PATH_TBV, &device->path[chp].flags); in dasd_path_clear_verify()
932 int chp; in dasd_path_clear_all_verify() local
934 for (chp = 0; chp < 8; chp++) in dasd_path_clear_all_verify()
[all …]
H A Ddasd.c3859 int chp, oldopm, hpfpm, ifccpm; in dasd_generic_path_event() local
3866 for (chp = 0; chp < 8; chp++) { in dasd_generic_path_event()
3867 if (path_event[chp] & PE_PATH_GONE) { in dasd_generic_path_event()
3868 dasd_path_notoper(device, chp); in dasd_generic_path_event()
3870 if (path_event[chp] & PE_PATH_AVAILABLE) { in dasd_generic_path_event()
3871 dasd_path_available(device, chp); in dasd_generic_path_event()
3874 if (path_event[chp] & PE_PATHGROUP_ESTABLISHED) { in dasd_generic_path_event()
3875 if (!dasd_path_is_operational(device, chp) && in dasd_generic_path_event()
3876 !dasd_path_need_verify(device, chp)) { in dasd_generic_path_event()
3882 dasd_path_available(device, chp); in dasd_generic_path_event()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dchp.c135 struct channel_path *chp; in chp_measurement_chars_read() local
139 chp = to_channelpath(device); in chp_measurement_chars_read()
140 if (chp->cmg == -1) in chp_measurement_chars_read()
143 return memory_read_from_buffer(buf, count, &off, &chp->cmg_chars, in chp_measurement_chars_read()
144 sizeof(chp->cmg_chars)); in chp_measurement_chars_read()
182 struct channel_path *chp; in chp_measurement_read() local
188 chp = to_channelpath(device); in chp_measurement_read()
189 css = to_css(chp->dev.parent); in chp_measurement_read()
196 chp_measurement_copy_block((struct cmg_entry *)buf, css, chp->chpid); in chp_measurement_read()
210 void chp_remove_cmg_attr(struct channel_path *chp) in chp_remove_cmg_attr() argument
[all …]
H A Ddevice_ops.c497 struct channel_path *chp; in ccw_device_get_util_str() local
503 chp = chpid_to_chp(chpid); in ccw_device_get_util_str()
505 util_str = kmalloc(sizeof(chp->desc_fmt3.util_str), GFP_KERNEL); in ccw_device_get_util_str()
509 mutex_lock(&chp->lock); in ccw_device_get_util_str()
510 memcpy(util_str, chp->desc_fmt3.util_str, sizeof(chp->desc_fmt3.util_str)); in ccw_device_get_util_str()
511 mutex_unlock(&chp->lock); in ccw_device_get_util_str()
643 struct channel_path *chp; in ccw_device_get_mdc() local
658 chp = chpid_to_chp(chpid); in ccw_device_get_mdc()
659 if (!chp) in ccw_device_get_mdc()
662 mutex_lock(&chp->lock); in ccw_device_get_mdc()
[all …]
H A Dchsc.c235 struct channel_path *chp = chpid_to_chp(chpid); in chsc_chp_offline() local
249 mutex_lock(&chp->lock); in chsc_chp_offline()
250 chp_update_desc(chp); in chsc_chp_offline()
251 mutex_unlock(&chp->lock); in chsc_chp_offline()
430 struct channel_path *chp; in chsc_process_sei_res_acc() local
449 chp = chpid_to_chp(chpid); in chsc_process_sei_res_acc()
450 mutex_lock(&chp->lock); in chsc_process_sei_res_acc()
451 chp_update_desc(chp); in chsc_process_sei_res_acc()
452 mutex_unlock(&chp->lock); in chsc_process_sei_res_acc()
470 struct channel_path *chp; in chsc_process_sei_chp_avail() local
[all …]
H A Dccwreq.c331 int rc = -ENODEV, chp; in ccw_request_timeout() local
336 for (chp = 0; chp < 8; chp++) { in ccw_request_timeout()
337 if ((0x80 >> chp) & sch->schib.pmcw.lpum) in ccw_request_timeout()
343 sch->schib.pmcw.chpid[chp]); in ccw_request_timeout()
H A Dchp.h66 void chp_remove_cmg_attr(struct channel_path *chp);
67 int chp_add_cmg_attr(struct channel_path *chp);
68 int chp_update_desc(struct channel_path *chp);
H A Ddevice_fsm.c443 int chp, mask; in ccw_device_report_path_events() local
445 for (chp = 0, mask = 0x80; chp < 8; chp++, mask >>= 1) { in ccw_device_report_path_events()
446 path_event[chp] = PE_NONE; in ccw_device_report_path_events()
448 path_event[chp] |= PE_PATH_GONE; in ccw_device_report_path_events()
450 path_event[chp] |= PE_PATH_AVAILABLE; in ccw_device_report_path_events()
452 path_event[chp] |= PE_PATHGROUP_ESTABLISHED; in ccw_device_report_path_events()
H A Dcss.c403 int chp; in chpids_show() local
405 for (chp = 0; chp < 8; chp++) { in chpids_show()
406 mask = 0x80 >> chp; in chpids_show()
408 ret += sprintf(buf + ret, "%02x ", ssd->chpid[chp].id); in chpids_show()
H A DMakefile10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
H A Dchsc.h163 int chsc_get_channel_measurement_chars(struct channel_path *chp);
H A Dchsc_sch.c755 chpid_parm->cssid = ccl->req.chpid.chp.cssid; in chsc_ioctl_conf_comp_list()
756 chpid_parm->chpid = ccl->req.chpid.chp.id; in chsc_ioctl_conf_comp_list()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Dev.c87 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event() argument
105 event.device = chp->ibcq.device; in post_qp_event()
107 event.element.cq = &chp->ibcq; in post_qp_event()
113 if (t4_clear_cq_armed(&chp->cq)) { in post_qp_event()
114 spin_lock_irqsave(&chp->comp_handler_lock, flag); in post_qp_event()
115 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event()
116 spin_unlock_irqrestore(&chp->comp_handler_lock, flag); in post_qp_event()
122 struct c4iw_cq *chp; in c4iw_ev_dispatch() local
142 chp = get_chp(dev, cqid); in c4iw_ev_dispatch()
143 if (!chp) { in c4iw_ev_dispatch()
[all …]
H A Dcq.c242 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); in c4iw_flush_sq() local
243 struct t4_cq *cq = &chp->cq; in c4iw_flush_sq()
335 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp) in c4iw_flush_hw_cq() argument
342 pr_debug("cqid 0x%x\n", chp->cq.cqid); in c4iw_flush_hw_cq()
343 ret = t4_next_hw_cqe(&chp->cq, &hw_cqe); in c4iw_flush_hw_cq()
351 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
407 flush_completed_wrs(&qhp->wq, &chp->cq); in c4iw_flush_hw_cq()
409 swcqe = &chp->cq.sw_queue[chp->cq.sw_pidx]; in c4iw_flush_hw_cq()
412 t4_swcq_produce(&chp->cq); in c4iw_flush_hw_cq()
415 t4_hwcq_consume(&chp->cq); in c4iw_flush_hw_cq()
[all …]
H A Drestrack.c374 struct c4iw_cq *chp = to_c4iw_cq(ibcq); in c4iw_fill_res_cq_entry() local
390 spin_lock_irq(&chp->lock); in c4iw_fill_res_cq_entry()
393 cq = chp->cq; in c4iw_fill_res_cq_entry()
397 hwcqes[0] = chp->cq.queue[idx]; in c4iw_fill_res_cq_entry()
400 hwcqes[1] = chp->cq.queue[idx]; in c4iw_fill_res_cq_entry()
404 swcqes[0] = chp->cq.sw_queue[cq.sw_cidx]; in c4iw_fill_res_cq_entry()
407 swcqes[1] = chp->cq.sw_queue[idx]; in c4iw_fill_res_cq_entry()
411 spin_unlock_irq(&chp->lock); in c4iw_fill_res_cq_entry()
H A Diw_cxgb4.h1019 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp);
/OK3568_Linux_fs/kernel/lib/
H A Dearlycpio.c65 unsigned int ch[C_NFIELDS], *chp, v; in find_cpio_data() local
81 chp = ch; in find_cpio_data()
102 *chp++ = v; in find_cpio_data()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch200 int setcomsat(chp)const char*chp;
203 chad=strchr(chp,SERV_ADDRsep); /* @ separator? */
204 if(!chad&&!renvint(-1L,chp))
209 + if(!chad||!*chp) /* no service */
210 + chp=BIFF_serviceport; /* new balls please! */
234 - if(!*chp) /* no service */
235 - chp=BIFF_serviceport; /* new balls please! */
236 - s=strtol(chp,&chad,10);
237 - if(chp!=chad) /* the service is not numeric */
241 - serv=getservbyname(chp,COMSATprotocol); /* so get its no. */
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dchsc.h85 struct chp_id chp; member
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c437 static void pvr2_dvb_internal_check(struct pvr2_channel *chp) in pvr2_dvb_internal_check() argument
440 adap = container_of(chp, struct pvr2_dvb_adapter, channel); in pvr2_dvb_internal_check()
H A Dpvrusb2-sysfs.c744 static void pvr2_sysfs_internal_check(struct pvr2_channel *chp) in pvr2_sysfs_internal_check() argument
747 sfp = container_of(chp,struct pvr2_sysfs,channel); in pvr2_sysfs_internal_check()
H A Dpvrusb2-v4l2.c893 static void pvr2_v4l2_internal_check(struct pvr2_channel *chp) in pvr2_v4l2_internal_check() argument
896 vp = container_of(chp,struct pvr2_v4l2,channel); in pvr2_v4l2_internal_check()
/OK3568_Linux_fs/kernel/include/sound/
H A Dvx_core.h88 void (*set_clock_source)(struct vx_core *chp, int src);