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.c51 struct txpkts { struct
52 mblk_t *tail; /* head is in the software descriptor */
53 uint64_t *flitp; /* ptr to flit where next pkt should start */
54 uint8_t npkt; /* # of packets in this work request */
55 uint8_t nflits; /* # of flits used by this work request */
56 uint16_t plen; /* total payload (sum of all packets) */
1133 struct txpkts txpkts; in t4_eth_tx() local
2742 add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m, in add_to_txpkts()
2818 write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts) in write_txpkts_wr()
3016 struct txpkts *txpkts, struct txinfo *txinfo) in write_ulp_cpl_sgl()
H A Dadapter.h325 uint64_t txpkts; /* # of ethernet packets */ member