Searched refs:tx_qgrp (Results 1 – 2 of 2) sorted by relevance
1238 struct idpf_txq_group *tx_qgrp = &vport->txq_grps[i]; in __idpf_queue_reg_init() local 1240 for (j = 0; j < tx_qgrp->num_txq && k < num_regs; j++, k++) in __idpf_queue_reg_init() 1241 tx_qgrp->txqs[j]->tail = in __idpf_queue_reg_init() 1587 struct idpf_txq_group *tx_qgrp = &vport->txq_grps[i]; in idpf_send_config_tx_queues_msg() local 1590 for (j = 0; j < tx_qgrp->num_txq; j++, k++) { in idpf_send_config_tx_queues_msg() 1592 cpu_to_le32(tx_qgrp->txqs[j]->q_id); in idpf_send_config_tx_queues_msg() 1598 cpu_to_le16(tx_qgrp->txqs[j]->desc_count); in idpf_send_config_tx_queues_msg() 1600 cpu_to_le64(tx_qgrp->txqs[j]->dma); in idpf_send_config_tx_queues_msg() 1602 struct idpf_tx_queue *q = tx_qgrp->txqs[j]; in idpf_send_config_tx_queues_msg() 1605 cpu_to_le16(tx_qgrp in idpf_send_config_tx_queues_msg() 1863 struct idpf_txq_group *tx_qgrp = &vport->txq_grps[i]; idpf_send_ena_dis_queues_msg() local 1878 struct idpf_txq_group *tx_qgrp = &vport->txq_grps[i]; idpf_send_ena_dis_queues_msg() local 2007 struct idpf_txq_group *tx_qgrp = &vport->txq_grps[i]; idpf_send_map_unmap_queue_vector_msg() local 3479 struct idpf_txq_group *tx_qgrp = &vport->txq_grps[i]; __idpf_vport_queue_ids_init() local 3508 struct idpf_txq_group *tx_qgrp = &vport->txq_grps[i]; __idpf_vport_queue_ids_init() local [all...]
1368 struct idpf_txq_group *tx_qgrp = &vport->txq_grps[i]; in idpf_txq_group_alloc() local 1373 tx_qgrp->vport = vport; in idpf_txq_group_alloc() 1374 tx_qgrp->num_txq = num_txq; in idpf_txq_group_alloc() 1376 for (j = 0; j < tx_qgrp->num_txq; j++) { in idpf_txq_group_alloc() 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() 1389 tx_qgrp->stashes = stashes; in idpf_txq_group_alloc() 1392 for (j = 0; j < tx_qgrp->num_txq; j++) { in idpf_txq_group_alloc() 1393 struct idpf_tx_queue *q = tx_qgrp in idpf_txq_group_alloc() 4212 struct idpf_txq_group *tx_qgrp; idpf_vport_intr_map_vector_to_qs() local [all...]