Home
last modified time | relevance | path

Searched refs:cp_init (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.h34 * the iova parameter when calling cp_init.
43 int cp_init(struct channel_program *cp, union orb *orb);
H A Dvfio_ccw_cp.c696 * cp_init() - allocate ccwchains for a channel program.
710 int cp_init(struct channel_program *cp, union orb *orb) in cp_init() function
752 * @cp, which must have been returned by a previous call to cp_init().
782 * initialized by a previous call with cp_init(). Otherwise, undefined
/linux/include/uapi/scsi/fc/
H A Dfc_els.h376 __be16 cp_init; /* initiator flags */ member
396 * cp_init flags.
/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.c660 ln->ln_sparm.clsp[2].cp_init = clsp->cp_init; in csio_ln_vnp_read_cbfn()