Searched refs:csio_eq_params (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_mb.h | 153 struct csio_eq_params; 208 uint32_t, struct csio_eq_params *, 212 enum fw_retval *, struct csio_eq_params *); 215 uint32_t , struct csio_eq_params *,
|
D | csio_wr.c | 518 struct csio_eq_params eqp; in csio_wr_eq_cfg_rsp() 521 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_cfg_rsp() 558 struct csio_eq_params eqp; in csio_wr_eq_create() 560 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_create() 707 struct csio_eq_params eqp; in csio_wr_eq_destroy() 709 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_destroy()
|
D | csio_mb.c | 655 uint32_t mb_tmo, struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_alloc() 692 struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_write() 753 struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_alloc_write() 774 struct csio_eq_params *eq_ofld_params) in csio_mb_eq_ofld_alloc_write_rsp() 805 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
|