Searched refs:csio_eq_params (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_mb.h | 153 struct csio_eq_params; 219 uint32_t, struct csio_eq_params *, 223 enum fw_retval *, struct csio_eq_params *); 226 uint32_t , struct csio_eq_params *,
|
D | csio_wr.c | 524 struct csio_eq_params eqp; in csio_wr_eq_cfg_rsp() 527 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_cfg_rsp() 564 struct csio_eq_params eqp; in csio_wr_eq_create() 566 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_create() 713 struct csio_eq_params eqp; in csio_wr_eq_destroy() 715 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_destroy()
|
D | csio_mb.c | 731 uint32_t mb_tmo, struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_alloc() 768 struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_write() 828 struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_alloc_write() 849 struct csio_eq_params *eq_ofld_params) in csio_mb_eq_ofld_alloc_write_rsp() 880 uint32_t mb_tmo, struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_free()
|
D | csio_wr.h | 200 struct csio_eq_params { struct
|