Lines Matching refs:tx_qmap
461 vsi->tx_qmap = malloc(sizeof(u16) * max_tx_queues, M_ICE, M_WAITOK);
468 vsi->tx_qmap[i] = ICE_INVALID_RES_IDX;
488 if (vsi->tx_qmap) {
489 ice_resmgr_release_map(&sc->tx_qmgr, vsi->tx_qmap,
491 free(vsi->tx_qmap, M_ICE);
492 vsi->tx_qmap = NULL;
1451 ice_configure_txq_interrupt(hw, vsi->tx_qmap[txq->me],
1517 reg = vsi->tx_qmap[txq->me];
1663 pf_q = vsi->tx_qmap[txq->me];
7061 q_ids[buf_idx] = vsi->tx_qmap[j];