Searched refs:txq_grp (Results 1 – 3 of 3) sorted by relevance
179 struct idpf_txq_group *txq_grp = &vport->txq_grps[i]; in idpf_tx_desc_rel_all() local181 for (j = 0; j < txq_grp->num_txq; j++) in idpf_tx_desc_rel_all()182 idpf_tx_desc_rel(txq_grp->txqs[j]); in idpf_tx_desc_rel_all()185 idpf_compl_desc_rel(txq_grp->complq); in idpf_tx_desc_rel_all()994 struct idpf_txq_group *txq_grp = &vport->txq_grps[i]; in idpf_txq_group_rel() local996 for (j = 0; j < txq_grp->num_txq; j++) { in idpf_txq_group_rel()997 kfree(txq_grp->txqs[j]); in idpf_txq_group_rel()998 txq_grp->txqs[j] = NULL; in idpf_txq_group_rel()1004 kfree(txq_grp->complq); in idpf_txq_group_rel()1005 txq_grp->complq = NULL; in idpf_txq_group_rel()[all …]
828 struct idpf_txq_group *txq_grp = &vport->txq_grps[i]; in idpf_collect_queue_stats() local830 for (j = 0; j < txq_grp->num_txq; j++) { in idpf_collect_queue_stats()832 struct idpf_tx_queue *txq = txq_grp->txqs[j]; in idpf_collect_queue_stats()894 struct idpf_txq_group *txq_grp = &vport->txq_grps[i]; in idpf_get_ethtool_stats() local898 for (j = 0; j < txq_grp->num_txq; j++, total++) { in idpf_get_ethtool_stats()899 struct idpf_tx_queue *txq = txq_grp->txqs[j]; in idpf_get_ethtool_stats()
652 struct idpf_txq_group *txq_grp; member781 struct idpf_txq_group *txq_grp; member