Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/s390/block/
H A Ddasd_int.h1047 for (chp = 0; chp < 8; chp++) in dasd_path_clear_all_verify()
1070 for (chp = 0; chp < 8; chp++) in dasd_path_clear_all_fcsec()
1193 for (chp = 0; chp < 8; chp++) in dasd_path_get_tbvpm()
1203 for (chp = 0; chp < 8; chp++) in dasd_path_get_fcsecpm()
1227 for (chp = 0; chp < 8; chp++) in dasd_path_get_ppm()
1238 for (chp = 0; chp < 8; chp++) in dasd_path_get_cablepm()
1249 for (chp = 0; chp < 8; chp++) in dasd_path_get_cuirpm()
1260 for (chp = 0; chp < 8; chp++) in dasd_path_get_ifccpm()
1271 for (chp = 0; chp < 8; chp++) in dasd_path_get_hpfpm()
1310 for (chp = 0; chp < 8; chp++) in dasd_path_add_tbvpm()
[all …]
H A Ddasd_devmap.c2544 device->path[chp].kobj.kset = device->paths_info; in dasd_path_init_kobj()
2545 kobject_init(&device->path[chp].kobj, &path_attr_type); in dasd_path_init_kobj()
2558 if (device->path[chp].in_sysfs) in dasd_path_create_kobj()
2560 if (!device->path[chp].conf_data) in dasd_path_create_kobj()
2563 dasd_path_init_kobj(device, chp); in dasd_path_create_kobj()
2566 device->path[chp].cssid, device->path[chp].chpid); in dasd_path_create_kobj()
2568 kobject_put(&device->path[chp].kobj); in dasd_path_create_kobj()
2569 device->path[chp].in_sysfs = true; in dasd_path_create_kobj()
2588 if (device->path[chp].in_sysfs) { in dasd_path_remove_kobj()
2589 kobject_put(&device->path[chp].kobj); in dasd_path_remove_kobj()
[all …]
H A Ddasd.c3761 int chp, oldopm, hpfpm, ifccpm; in dasd_generic_path_event() local
3768 for (chp = 0; chp < 8; chp++) { in dasd_generic_path_event()
3769 if (path_event[chp] & PE_PATH_GONE) { in dasd_generic_path_event()
3770 dasd_path_notoper(device, chp); in dasd_generic_path_event()
3772 if (path_event[chp] & PE_PATH_AVAILABLE) { in dasd_generic_path_event()
3773 dasd_path_available(device, chp); in dasd_generic_path_event()
3777 if (!dasd_path_is_operational(device, chp) && in dasd_generic_path_event()
3778 !dasd_path_need_verify(device, chp)) { in dasd_generic_path_event()
3784 dasd_path_available(device, chp); in dasd_generic_path_event()
3792 if (path_event[chp] & PE_PATH_FCES_EVENT) { in dasd_generic_path_event()
[all …]
H A Ddasd_eckd.c1019 cdp = device->path[chp].conf_data; in dasd_eckd_store_conf_data()
1025 device->path[chp].conf_data = conf_data; in dasd_eckd_store_conf_data()
1026 device->path[chp].cssid = sch_id.cssid; in dasd_eckd_store_conf_data()
1027 device->path[chp].ssid = sch_id.ssid; in dasd_eckd_store_conf_data()
1057 int chp; in dasd_eckd_read_fc_security() local
1062 for (chp = 0; chp < 8; chp++) in dasd_eckd_read_fc_security()
1063 device->path[chp].fc_security = 0; in dasd_eckd_read_fc_security()
1067 for (chp = 0; chp < 8; chp++) { in dasd_eckd_read_fc_security()
1068 if (esm_valid & (0x80 >> chp)) in dasd_eckd_read_fc_security()
1069 device->path[chp].fc_security = esm[chp]; in dasd_eckd_read_fc_security()
[all …]
/openbmc/linux/drivers/s390/cio/
H A Dchp.c140 if (chp->cmg == -1) in chp_measurement_chars_read()
239 status = chp->state; in chp_status_show()
333 if (!chp) in chp_cmg_show()
347 if (!chp) in chp_shared_show()
466 rc = chsc_determine_fmt0_channel_path_desc(chp->chpid, &chp->desc); in chp_update_desc()
474 chsc_determine_fmt1_channel_path_desc(chp->chpid, &chp->desc_fmt1); in chp_update_desc()
475 chsc_determine_fmt3_channel_path_desc(chp->chpid, &chp->desc_fmt3); in chp_update_desc()
499 if (!chp) { in chp_new()
505 chp->state = 1; in chp_new()
540 kfree(chp); in chp_new()
[all …]
H A Ddevice_ops.c497 struct channel_path *chp; in ccw_device_get_util_str() local
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
659 if (!chp) in ccw_device_get_mdc()
662 mutex_lock(&chp->lock); in ccw_device_get_mdc()
663 if (!chp->desc_fmt1.f) { in ccw_device_get_mdc()
667 if (!chp->desc_fmt1.r) in ccw_device_get_mdc()
807 if (!chp) in ccw_device_get_chid()
[all …]
H A Dchsc.c252 mutex_lock(&chp->lock); in chsc_chp_offline()
253 chp_update_desc(chp); in chsc_chp_offline()
473 chp_update_desc(chp); in chsc_process_sei_res_acc()
502 if (!chp) { in chsc_process_sei_chp_avail()
507 chp_update_desc(chp); in chsc_process_sei_chp_avail()
604 if (!chp) in chsc_process_sei_fces_event()
755 chp_update_desc(chp); in chsc_chp_online()
809 chp_update_desc(chp); in chsc_chp_vary()
1048 chp->shared = -1; in chsc_get_channel_measurement_chars()
1049 chp->cmg = -1; in chsc_get_channel_measurement_chars()
[all …]
H A Dchp.h67 void chp_remove_cmg_attr(struct channel_path *chp);
68 int chp_add_cmg_attr(struct channel_path *chp);
69 int chp_update_desc(struct channel_path *chp);
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 Ddevice_fsm.c432 int chp, mask; in ccw_device_report_path_events() local
434 for (chp = 0, mask = 0x80; chp < 8; chp++, mask >>= 1) { in ccw_device_report_path_events()
435 path_event[chp] = PE_NONE; in ccw_device_report_path_events()
437 path_event[chp] |= PE_PATH_GONE; in ccw_device_report_path_events()
439 path_event[chp] |= PE_PATH_AVAILABLE; in ccw_device_report_path_events()
441 path_event[chp] |= PE_PATHGROUP_ESTABLISHED; in ccw_device_report_path_events()
H A DMakefile10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
H A Dcss.c389 int chp; in chpids_show() local
391 for (chp = 0; chp < 8; chp++) { in chpids_show()
392 mask = 0x80 >> chp; in chpids_show()
394 ret += sprintf(buf + ret, "%02x ", ssd->chpid[chp].id); in chpids_show()
H A Dchsc.h164 int chsc_get_channel_measurement_chars(struct channel_path *chp);
H A Dchsc_sch.c721 chpid_parm->cssid = ccl->req.chpid.chp.cssid; in chsc_ioctl_conf_comp_list()
722 chpid_parm->chpid = ccl->req.chpid.chp.id; in chsc_ioctl_conf_comp_list()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c115 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); 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()
154 refcount_inc(&chp->refcnt); in c4iw_ev_dispatch()
216 c4iw_cq_rem_ref(chp); in c4iw_ev_dispatch()
224 struct c4iw_cq *chp; in c4iw_ev_handler() local
229 if (chp) { in c4iw_ev_handler()
230 refcount_inc(&chp->refcnt); in c4iw_ev_handler()
234 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in c4iw_ev_handler()
[all …]
H A Dcq.c409 swcqe = &chp->cq.sw_queue[chp->cq.sw_pidx]; in c4iw_flush_hw_cq()
984 xa_erase_irq(&chp->rhp->cqs, chp->cq.cqid); in c4iw_destroy_cq()
990 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_destroy_cq()
992 chp->destroy_skb, chp->wr_waitp); in c4iw_destroy_cq()
1066 (sizeof(*chp->cq.queue) / 2) : sizeof(*chp->cq.queue)); in c4iw_create_cq()
1080 chp->wr_waitp); in c4iw_create_cq()
1084 chp->rhp = rhp; in c4iw_create_cq()
1091 ret = xa_insert_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL); in c4iw_create_cq()
1139 chp->cq.cqid, chp, chp->cq.size, chp->cq.memsize, in c4iw_create_cq()
1149 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_create_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.h981 void c4iw_cq_rem_ref(struct c4iw_cq *chp);
1005 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp);
/openbmc/linux/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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch202 int setcomsat(chp)const char*chp;
205 chad=strchr(chp,SERV_ADDRsep); /* @ separator? */
206 if(!chad&&!renvint(-1L,chp))
211 + if(!chad||!*chp) /* no service */
212 + chp=BIFF_serviceport; /* new balls please! */
236 - if(!*chp) /* no service */
237 - chp=BIFF_serviceport; /* new balls please! */
238 - s=strtol(chp,&chad,10);
256 + if(getaddrinfo(chad,chp,&hints,&res))
591 { chp=skpspace(chp);
[all …]
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dchsc.h85 struct chp_id chp; member
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c439 static void pvr2_dvb_internal_check(struct pvr2_channel *chp) in pvr2_dvb_internal_check() argument
442 adap = container_of(chp, struct pvr2_dvb_adapter, channel); in pvr2_dvb_internal_check()
H A Dpvrusb2-sysfs.c736 static void pvr2_sysfs_internal_check(struct pvr2_channel *chp) in pvr2_sysfs_internal_check() argument
739 sfp = container_of(chp,struct pvr2_sysfs,channel); in pvr2_sysfs_internal_check()
H A Dpvrusb2-v4l2.c889 static void pvr2_v4l2_internal_check(struct pvr2_channel *chp) in pvr2_v4l2_internal_check() argument
892 vp = container_of(chp,struct pvr2_v4l2,channel); in pvr2_v4l2_internal_check()
/openbmc/linux/include/sound/
H A Dvx_core.h88 void (*set_clock_source)(struct vx_core *chp, int src);

12