Home
last modified time | relevance | path

Searched full: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
H A Dvfio_ccw_fsm.c268 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()
/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()