Searched refs:csio_handle_intr_status (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c3100 * csio_handle_intr_status - table driven interrupt handler
3113 csio_handle_intr_status(struct csio_hw *hw, unsigned int reg, function
3149 if (csio_handle_intr_status(hw, TP_INT_CAUSE_A, tp_intr_info))
3196 v |= csio_handle_intr_status(hw, SGE_INT_CAUSE3_A, sge_intr_info);
3198 if (csio_handle_intr_status(hw, SGE_INT_CAUSE3_A, sge_intr_info) ||
3257 fat = csio_handle_intr_status(hw, CIM_HOST_INT_CAUSE_A,
3259 csio_handle_intr_status(hw, CIM_HOST_UPACC_INT_CAUSE_A,
3276 if (csio_handle_intr_status(hw, ULP_RX_INT_CAUSE_A, ulprx_intr_info))
3298 if (csio_handle_intr_status(hw, ULP_TX_INT_CAUSE_A, ulptx_intr_info))
3321 if (csio_handle_intr_status(h
[all...]
H A Dcsio_hw_t5.c115 fat = csio_handle_intr_status(hw, PCIE_INT_CAUSE_A, pcie_intr_info);
H A Dcsio_hw.h637 int csio_handle_intr_status(struct csio_hw *, unsigned int,

Completed in 140 milliseconds