Searched refs:txpkts (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 53 struct txpkts { struct 140 static int add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m, 142 static void write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts); 146 struct txpkts *txpkts, struct txinfo *txinfo); 935 struct txpkts txpkts; in t4_eth_tx() local 938 txpkts.npkt = 0; /* indicates there's nothing in txpkts */ in t4_eth_tx() 975 add_to_txpkts(txq, &txpkts, frame, &txinfo) == 0) { in t4_eth_tx() 979 write_ulp_cpl_sgl(pi, txq, &txpkts, &txinfo); in t4_eth_tx() 989 ASSERT(txpkts.npkt == 0); in t4_eth_tx() 1021 if (txpkts.npkt > 0) in t4_eth_tx() [all …]
|