Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_wr.c116 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_fill_fl()
189 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_alloc_q()
760 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_cleanup_iq_ftr()
786 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_destroy_queues()
860 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_get()
978 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_issue()
1043 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_process_fl()
1129 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_process_iq()
1263 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_process_iq_idx()
1306 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_fixup_host_params()
[all …]
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 *);
Dcsio_hw.h398 struct csio_wrm wrm; /* Work request module*/
534 #define csio_hw_to_wrm(hw) ((struct csio_wrm *)(&(hw)->wrm))
Dcsio_init.c472 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_resource_alloc()
Dcsio_hw.c1261 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_get_device_params()