Home
last modified time | relevance | path

Searched refs:csio_wrm (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c117 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_fill_fl()
190 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_alloc_q()
764 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_cleanup_iq_ftr()
790 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_destroy_queues()
866 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_get()
984 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_issue()
1049 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_process_fl()
1134 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_process_iq()
1268 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_process_iq_idx()
1311 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_fixup_host_params()
[all …]
H A Dcsio_wr.h438 struct csio_wrm { struct
509 int csio_wrm_init(struct csio_wrm *, struct csio_hw *);
510 void csio_wrm_exit(struct csio_wrm *, struct csio_hw *);
H A Dcsio_hw.h456 struct csio_wrm wrm; /* Work request module*/
592 #define csio_hw_to_wrm(hw) ((struct csio_wrm *)(&(hw)->wrm))
H A Dcsio_init.c463 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_resource_alloc()
H A Dcsio_hw.c1356 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_get_device_params()