Searched defs:txpkts (Results 1 – 2 of 2) sorted by relevance
50 struct txpkts { struct51 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() local2372 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()
329 uint64_t txpkts; /* # of ethernet packets */ member