Home
last modified time | relevance | path

Searched refs:txpkts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c51 struct txpkts { struct
144 static void write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts);
148 struct txpkts *txpkts, struct txinfo *txinfo);
1133 struct txpkts txpkts; in t4_eth_tx() local
1216 txq->txpkts++; in t4_eth_tx()
2742 add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m, in add_to_txpkts() argument
2762 txpkts->npkt++; in add_to_txpkts()
2798 txpkts->tail = m; in add_to_txpkts()
2799 txpkts->npkt = 1; in add_to_txpkts()
2818 write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts) in write_txpkts_wr() argument
[all …]
H A Dadapter.h325 uint64_t txpkts; /* # of ethernet packets */ member
H A Dt4_mac.c949 *val = txq->txpkts; in t4_tx_stat()