Home
last modified time | relevance | path

Searched refs:csio_get_q (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_wr.h452 #define csio_get_q(__hw, __idx) ((__hw)->wrm.q_arr[__idx]) macro
478 (__hw)->wrm.intr_map[__rel_iq_id] = csio_get_q(__hw, __iq_idx)
Dcsio_isr.c330 intx_q = csio_get_q(hw, hw->intr_iq_idx); in csio_fcoe_isr()