Lines Matching refs:txq
703 s->txq = malloc(s->ntxq * sizeof(struct sge_txq), M_CXGBE, in t4vf_attach()
874 struct sge_txq *txq; in t4vf_ioctl() local
885 for_each_txq(vi, i, txq) { in t4vf_ioctl()
886 txq->txcsum = 0; in t4vf_ioctl()
887 txq->tso_wrs = 0; in t4vf_ioctl()
888 txq->vlan_insertion = 0; in t4vf_ioctl()
889 txq->imm_wrs = 0; in t4vf_ioctl()
890 txq->sgl_wrs = 0; in t4vf_ioctl()
891 txq->txpkt_wrs = 0; in t4vf_ioctl()
892 txq->txpkts0_wrs = 0; in t4vf_ioctl()
893 txq->txpkts1_wrs = 0; in t4vf_ioctl()
894 txq->txpkts0_pkts = 0; in t4vf_ioctl()
895 txq->txpkts1_pkts = 0; in t4vf_ioctl()
896 txq->txpkts_flush = 0; in t4vf_ioctl()
897 mp_ring_reset_stats(txq->r); in t4vf_ioctl()