Searched refs:cp_init (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | vfio_ccw_cp.h | 35 * the iova parameter when calling cp_init. 45 extern int cp_init(struct channel_program *cp, struct device *mdev,
|
H A D | vfio_ccw_fsm.c | 265 io_region->ret_code = cp_init(&private->cp, mdev_dev(mdev), in fsm_io_request() 269 "%pUl (%x.%x.%04x): cp_init=%d\n", in fsm_io_request()
|
H A D | vfio_ccw_cp.c | 620 * cp_init() - allocate ccwchains for a channel program. 635 int cp_init(struct channel_program *cp, struct device *mdev, union orb *orb) in cp_init() function 680 * @cp, which must have been returned by a previous call to cp_init(). 708 * initialized by a previous call with cp_init(). Otherwise, undefined
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | vfio_ccw_cp.h | 34 * the iova parameter when calling cp_init. 43 int cp_init(struct channel_program *cp, union orb *orb);
|
H A D | vfio_ccw_fsm.c | 268 io_region->ret_code = cp_init(&private->cp, orb); in fsm_io_request() 271 "sch %x.%x.%04x: cp_init=%d\n", in fsm_io_request()
|
H A D | vfio_ccw_cp.c | 690 * cp_init() - allocate ccwchains for a channel program. 704 int cp_init(struct channel_program *cp, union orb *orb) in cp_init() function 746 * @cp, which must have been returned by a previous call to cp_init(). 776 * initialized by a previous call with cp_init(). Otherwise, undefined
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/ |
H A D | fc_els.h | 217 __be16 cp_init; member
|
/kernel/linux/linux-5.10/include/uapi/scsi/fc/ |
H A D | fc_els.h | 368 __be16 cp_init; /* initiator flags */ member 388 * cp_init flags.
|
/kernel/linux/linux-6.6/include/uapi/scsi/fc/ |
H A D | fc_els.h | 376 __be16 cp_init; /* initiator flags */ member 396 * cp_init flags.
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/ |
H A D | fc_els.h | 199 __be16 cp_init; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/ |
H A D | fc_els.h | 199 __be16 cp_init; member
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 660 ln->ln_sparm.clsp[2].cp_init = clsp->cp_init; in csio_ln_vnp_read_cbfn()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 660 ln->ln_sparm.clsp[2].cp_init = clsp->cp_init; in csio_ln_vnp_read_cbfn()
|
Completed in 20 milliseconds