Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/block/
A Ddasd_int.h1040 for (chp = 0; chp < 8; chp++) in dasd_path_clear_all_verify()
1063 for (chp = 0; chp < 8; chp++) in dasd_path_clear_all_fcsec()
1186 for (chp = 0; chp < 8; chp++) in dasd_path_get_tbvpm()
1196 for (chp = 0; chp < 8; chp++) in dasd_path_get_fcsecpm()
1220 for (chp = 0; chp < 8; chp++) in dasd_path_get_ppm()
1231 for (chp = 0; chp < 8; chp++) in dasd_path_get_cablepm()
1242 for (chp = 0; chp < 8; chp++) in dasd_path_get_cuirpm()
1253 for (chp = 0; chp < 8; chp++) in dasd_path_get_ifccpm()
1264 for (chp = 0; chp < 8; chp++) in dasd_path_get_hpfpm()
1303 for (chp = 0; chp < 8; chp++) in dasd_path_add_tbvpm()
[all …]
A Ddasd_devmap.c2422 device->path[chp].kobj.kset = device->paths_info; in dasd_path_init_kobj()
2423 kobject_init(&device->path[chp].kobj, &path_attr_type); in dasd_path_init_kobj()
2436 if (device->path[chp].in_sysfs) in dasd_path_create_kobj()
2438 if (!device->path[chp].conf_data) in dasd_path_create_kobj()
2441 dasd_path_init_kobj(device, chp); in dasd_path_create_kobj()
2444 device->path[chp].cssid, device->path[chp].chpid); in dasd_path_create_kobj()
2446 kobject_put(&device->path[chp].kobj); in dasd_path_create_kobj()
2447 device->path[chp].in_sysfs = true; in dasd_path_create_kobj()
2466 if (device->path[chp].in_sysfs) { in dasd_path_remove_kobj()
2467 kobject_put(&device->path[chp].kobj); in dasd_path_remove_kobj()
[all …]
A Ddasd.c3742 int chp, oldopm, hpfpm, ifccpm; in dasd_generic_path_event() local
3749 for (chp = 0; chp < 8; chp++) { in dasd_generic_path_event()
3750 if (path_event[chp] & PE_PATH_GONE) { in dasd_generic_path_event()
3751 dasd_path_notoper(device, chp); in dasd_generic_path_event()
3753 if (path_event[chp] & PE_PATH_AVAILABLE) { in dasd_generic_path_event()
3754 dasd_path_available(device, chp); in dasd_generic_path_event()
3758 if (!dasd_path_is_operational(device, chp) && in dasd_generic_path_event()
3759 !dasd_path_need_verify(device, chp)) { in dasd_generic_path_event()
3765 dasd_path_available(device, chp); in dasd_generic_path_event()
3773 if (path_event[chp] & PE_PATH_FCES_EVENT) { in dasd_generic_path_event()
[all …]
A Ddasd_eckd.c1017 cdp = device->path[chp].conf_data; in dasd_eckd_store_conf_data()
1023 device->path[chp].conf_data = conf_data; in dasd_eckd_store_conf_data()
1024 device->path[chp].cssid = sch_id.cssid; in dasd_eckd_store_conf_data()
1025 device->path[chp].ssid = sch_id.ssid; in dasd_eckd_store_conf_data()
1055 int chp; in dasd_eckd_read_fc_security() local
1060 for (chp = 0; chp < 8; chp++) in dasd_eckd_read_fc_security()
1061 device->path[chp].fc_security = 0; in dasd_eckd_read_fc_security()
1065 for (chp = 0; chp < 8; chp++) { in dasd_eckd_read_fc_security()
1066 if (esm_valid & (0x80 >> chp)) in dasd_eckd_read_fc_security()
1067 device->path[chp].fc_security = esm[chp]; in dasd_eckd_read_fc_security()
[all …]
/linux-6.3-rc2/drivers/s390/cio/
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 …]
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 …]
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 …]
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);
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()
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()
A DMakefile10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
A Dcss.c387 int chp; in chpids_show() local
389 for (chp = 0; chp < 8; chp++) { in chpids_show()
390 mask = 0x80 >> chp; in chpids_show()
392 ret += sprintf(buf + ret, "%02x ", ssd->chpid[chp].id); in chpids_show()
A Dchsc.h164 int chsc_get_channel_measurement_chars(struct channel_path *chp);
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()
/linux-6.3-rc2/drivers/infiniband/hw/cxgb4/
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 …]
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 …]
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()
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);
/linux-6.3-rc2/lib/
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()
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dchsc.h85 struct chp_id chp; member
/linux-6.3-rc2/drivers/media/usb/pvrusb2/
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()
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()
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()
/linux-6.3-rc2/include/sound/
A Dvx_core.h88 void (*set_clock_source)(struct vx_core *chp, int src);

Completed in 78 milliseconds