/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-traffic.c | 282 * @msix_id: MSIX ID 284 * The function masks the msix interrupt for the given msix_id 288 void vxge_hw_channel_msix_mask(struct __vxge_hw_channel *channel, int msix_id) in vxge_hw_channel_msix_mask() argument 292 (u32)vxge_bVALn(vxge_mBIT(msix_id >> 2), 0, 32), in vxge_hw_channel_msix_mask() 293 &channel->common_reg->set_msix_mask_vect[msix_id%4]); in vxge_hw_channel_msix_mask() 299 * @msix_id: MSI ID 301 * The function unmasks the msix interrupt for the given msix_id 306 vxge_hw_channel_msix_unmask(struct __vxge_hw_channel *channel, int msix_id) in vxge_hw_channel_msix_unmask() argument 310 (u32)vxge_bVALn(vxge_mBIT(msix_id >> 2), 0, 32), in vxge_hw_channel_msix_unmask() 311 &channel->common_reg->clear_msix_mask_vect[msix_id in vxge_hw_channel_msix_unmask() 324 vxge_hw_channel_msix_clear(struct __vxge_hw_channel *channel, int msix_id) vxge_hw_channel_msix_clear() argument 2212 vxge_hw_vpath_msix_mask(struct __vxge_hw_vpath_handle *vp, int msix_id) vxge_hw_vpath_msix_mask() argument 2232 vxge_hw_vpath_msix_clear(struct __vxge_hw_vpath_handle *vp, int msix_id) vxge_hw_vpath_msix_clear() argument 2259 vxge_hw_vpath_msix_unmask(struct __vxge_hw_vpath_handle *vp, int msix_id) vxge_hw_vpath_msix_unmask() argument [all...] |
H A D | vxge-traffic.h | 2242 int msix_id); 2244 void vxge_hw_vpath_msix_clear(struct __vxge_hw_vpath_handle *vp, int msix_id); 2250 int msix_id); 2265 vxge_hw_channel_msix_mask(struct __vxge_hw_channel *channelh, int msix_id); 2268 vxge_hw_channel_msix_unmask(struct __vxge_hw_channel *channelh, int msix_id); 2271 vxge_hw_channel_msix_clear(struct __vxge_hw_channel *channelh, int msix_id);
|
H A D | vxge-main.c | 1359 int msix_id = 0; in vxge_vpath_intr_enable() local 1371 msix_id = vpath->device_id * VXGE_HW_VPATH_MSIX_ACTIVE; in vxge_vpath_intr_enable() 1372 vxge_hw_vpath_msix_unmask(vpath->handle, msix_id); in vxge_vpath_intr_enable() 1373 vxge_hw_vpath_msix_unmask(vpath->handle, msix_id + 1); in vxge_vpath_intr_enable() 1376 msix_id = (vpath->handle->vpath->hldev->first_vp_id * in vxge_vpath_intr_enable() 1378 vxge_hw_vpath_msix_unmask(vpath->handle, msix_id); in vxge_vpath_intr_enable() 1393 int msix_id; in vxge_vpath_intr_disable() local 1404 msix_id = vpath->device_id * VXGE_HW_VPATH_MSIX_ACTIVE; in vxge_vpath_intr_disable() 1405 vxge_hw_vpath_msix_mask(vpath->handle, msix_id); in vxge_vpath_intr_disable() 1406 vxge_hw_vpath_msix_mask(vpath->handle, msix_id in vxge_vpath_intr_disable() 2264 int msix_id = (vpath->handle->vpath->vp_id * vxge_alarm_msix_handle() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ctx.c | 428 u16 msix_id; in qlcnic_82xx_fw_cmd_create_tx_ctx() local 465 msix_id = ahw->intr_tbl[index].id; in qlcnic_82xx_fw_cmd_create_tx_ctx() 466 prq->msi_index = cpu_to_le16(msix_id); in qlcnic_82xx_fw_cmd_create_tx_ctx()
|
H A D | qlcnic_83xx_hw.c | 1322 u16 msix_id; in qlcnic_83xx_create_tx_ctx() local 1348 msix_id = ahw->intr_tbl[msix_vector].id; in qlcnic_83xx_create_tx_ctx() 1350 msix_id = QLCRDX(ahw, QLCNIC_DEF_INT_ID); in qlcnic_83xx_create_tx_ctx() 1354 mbx.intr_id = msix_id; in qlcnic_83xx_create_tx_ctx()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_main.c | 172 * @msix_id: id of the interrupt to be enabled 174 static void i40iw_enable_intr(struct i40iw_sc_dev *dev, u32 msix_id) in i40iw_enable_intr() argument 182 i40iw_wr32(dev->hw, I40E_PFINT_DYN_CTLN(msix_id - 1), val); in i40iw_enable_intr() 184 i40iw_wr32(dev->hw, I40E_VFINT_DYN_CTLN1(msix_id - 1), val); in i40iw_enable_intr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ctx.c | 428 u16 msix_id; in qlcnic_82xx_fw_cmd_create_tx_ctx() local 465 msix_id = ahw->intr_tbl[index].id; in qlcnic_82xx_fw_cmd_create_tx_ctx() 466 prq->msi_index = cpu_to_le16(msix_id); in qlcnic_82xx_fw_cmd_create_tx_ctx()
|
H A D | qlcnic_83xx_hw.c | 1321 u16 msix_id; in qlcnic_83xx_create_tx_ctx() local 1347 msix_id = ahw->intr_tbl[msix_vector].id; in qlcnic_83xx_create_tx_ctx() 1349 msix_id = QLCRDX(ahw, QLCNIC_DEF_INT_ID); in qlcnic_83xx_create_tx_ctx() 1353 mbx.intr_id = msix_id; in qlcnic_83xx_create_tx_ctx()
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | comminit.c | 134 init->r8.rrq[i].msix_id = i; in aac_alloc_comm()
|
H A D | aacraid.h | 871 __le16 msix_id; member
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | comminit.c | 134 init->r8.rrq[i].msix_id = i; in aac_alloc_comm()
|
H A D | aacraid.h | 872 __le16 msix_id; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | hw.c | 435 * @msix_id: id of the interrupt to be enabled 437 static void irdma_ena_intr(struct irdma_sc_dev *dev, u32 msix_id) in irdma_ena_intr() argument 439 dev->irq_ops->irdma_en_irq(dev, msix_id); in irdma_ena_intr()
|