Lines Matching refs:txqs
183 idpf_tx_desc_rel(txq_grp->txqs[j]); in idpf_tx_desc_rel_all()
319 struct idpf_tx_queue *txq = vport->txq_grps[i].txqs[j]; in idpf_tx_desc_alloc_all()
998 kfree(txq_grp->txqs[j]); in idpf_txq_group_rel()
999 txq_grp->txqs[j] = NULL; in idpf_txq_group_rel()
1095 kfree(vport->txqs); in idpf_vport_queues_rel()
1096 vport->txqs = NULL; in idpf_vport_queues_rel()
1115 vport->txqs = kcalloc(vport->num_txq, sizeof(*vport->txqs), in idpf_vport_init_fast_path_txqs()
1118 if (!vport->txqs) in idpf_vport_init_fast_path_txqs()
1125 vport->txqs[k] = tx_grp->txqs[j]; in idpf_vport_init_fast_path_txqs()
1126 vport->txqs[k]->idx = k; in idpf_vport_init_fast_path_txqs()
1131 vport->txqs[k]->cached_tstamp_caps = caps; in idpf_vport_init_fast_path_txqs()
1132 vport->txqs[k]->tstamp_task = tstamp_task; in idpf_vport_init_fast_path_txqs()
1377 tx_qgrp->txqs[j] = kzalloc(sizeof(*tx_qgrp->txqs[j]), in idpf_txq_group_alloc()
1379 if (!tx_qgrp->txqs[j]) in idpf_txq_group_alloc()
1393 struct idpf_tx_queue *q = tx_qgrp->txqs[j]; in idpf_txq_group_alloc()
1658 if (idpf_queue_has(SW_MARKER, vport->txqs[i])) in idpf_tx_handle_sw_marker()
2055 !complq->txq_grp->txqs[rel_tx_qid]) { in idpf_tx_clean_complq()
2059 tx_q = complq->txq_grp->txqs[rel_tx_qid]; in idpf_tx_clean_complq()
2116 struct idpf_tx_queue *tx_q = complq->txq_grp->txqs[i]; in idpf_tx_clean_complq()
2961 tx_q = vport->txqs[skb_get_queue_mapping(skb)]; in idpf_tx_start()
4272 q = tx_qgrp->txqs[j]; in idpf_vport_intr_map_vector_to_qs()