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
142 static int add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m,
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
1136 txpkts.npkt = 0; /* indicates there's nothing in txpkts */ in t4_eth_tx()
1173 add_to_txpkts(txq, &txpkts, frame, &txinfo) == 0) { in t4_eth_tx()
1177 write_ulp_cpl_sgl(pi, txq, &txpkts, &txinfo); in t4_eth_tx()
1187 ASSERT(txpkts.npkt == 0); in t4_eth_tx()
1216 txq->txpkts++; in t4_eth_tx()
[all …]
H A Dadapter.h325 uint64_t txpkts; /* # of ethernet packets */ member
H A Dt4_mac.c949 *val = txq->txpkts; in t4_tx_stat()