Home
last modified time | relevance | path

Searched defs:txpkts (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c50 struct txpkts { struct
51 mblk_t *tail; /* head is in the software descriptor */
52 uint64_t *flitp; /* ptr to flit where next pkt should start */
53 uint8_t npkt; /* # of packets in this work request */
54 uint8_t nflits; /* # of flits used by this work request */
55 uint16_t plen; /* total payload (sum of all packets) */
974 struct txpkts txpkts; in t4_eth_tx() local
2372 add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m, in add_to_txpkts()
2474 write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts) in write_txpkts_wr()
2805 struct txpkts *txpkts, struct txinfo *txinfo) in write_ulp_cpl_sgl()
H A Dadapter.h329 uint64_t txpkts; /* # of ethernet packets */ member