Lines Matching refs:msix_vect
3331 __vsi_queues_bind_intr(struct ice_vsi *vsi, uint16_t msix_vect, in __vsi_queues_bind_intr() argument
3341 val = (msix_vect & QINT_RQCTL_MSIX_INDX_M) | in __vsi_queues_bind_intr()
3343 val_tx = (msix_vect & QINT_TQCTL_MSIX_INDX_M) | in __vsi_queues_bind_intr()
3347 base_queue + i, msix_vect); in __vsi_queues_bind_intr()
3355 ICE_WRITE_REG(hw, GLINT_ITR(0, msix_vect), 0x1); in __vsi_queues_bind_intr()
3359 ICE_WRITE_REG(hw, GLINT_ITR(0, msix_vect), 0x2); in __vsi_queues_bind_intr()
3375 uint16_t msix_vect = vsi->msix_intr; in ice_vsi_queues_bind_intr() local
3397 msix_vect = ICE_MISC_VEC_ID; in ice_vsi_queues_bind_intr()
3400 __vsi_queues_bind_intr(vsi, msix_vect, in ice_vsi_queues_bind_intr()
3406 queue_idx + i, msix_vect); in ice_vsi_queues_bind_intr()
3412 __vsi_queues_bind_intr(vsi, msix_vect, in ice_vsi_queues_bind_intr()
3418 msix_vect); in ice_vsi_queues_bind_intr()
3420 msix_vect++; in ice_vsi_queues_bind_intr()