Searched refs:csio_eq_params (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_mb.h | 148 struct csio_eq_params; 204 uint32_t, struct csio_eq_params *, 208 enum fw_retval *, struct csio_eq_params *); 211 uint32_t , struct csio_eq_params *,
|
D | csio_wr.c | 522 struct csio_eq_params eqp; in csio_wr_eq_cfg_rsp() 525 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_cfg_rsp() 562 struct csio_eq_params eqp; in csio_wr_eq_create() 564 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_create() 711 struct csio_eq_params eqp; in csio_wr_eq_destroy() 713 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_destroy()
|
D | csio_mb.c | 659 uint32_t mb_tmo, struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_alloc() 696 struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_write() 757 struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_alloc_write() 778 struct csio_eq_params *eq_ofld_params) in csio_mb_eq_ofld_alloc_write_rsp() 809 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
|