Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c53 struct txpkts { struct
54 mblk_t *tail; /* head is in the software descriptor */
55 uint64_t *flitp; /* ptr to flit where next pkt should start */
56 uint8_t npkt; /* # of packets in this work request */
57 uint8_t nflits; /* # of flits used by this work request */
58 uint16_t plen; /* total payload (sum of all packets) */
935 struct txpkts txpkts; in t4_eth_tx() local
2440 add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m, in add_to_txpkts()
2516 write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts) in write_txpkts_wr()
2700 struct txpkts *txpkts, struct txinfo *txinfo) in write_ulp_cpl_sgl()