Symbol: txpkts
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
329
uint64_t txpkts; /* # of ethernet packets */
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
988
*val = txq->txpkts;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1022
add_to_txpkts(txq, &txpkts, frame, &txinfo) == 0) {
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1026
write_ulp_cpl_sgl(pi, txq, &txpkts, &txinfo);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1036
ASSERT(txpkts.npkt == 0);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1065
txq->txpkts++;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1071
if (txpkts.npkt > 0) {
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1072
write_txpkts_wr(txq, &txpkts);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
135
static int add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
137
static void write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
142
struct txpkts *txpkts, struct txinfo *txinfo);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2372
add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2383
if (txpkts->npkt > 0) {
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2386
txpkts->nflits + flits <= TX_WR_FLITS &&
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2387
txpkts->nflits + flits <= eq->avail * 8 &&
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2388
txpkts->plen + txinfo->len < 65536;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2391
txpkts->tail->b_next = m;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2392
txpkts->tail = m;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2393
txpkts->npkt++;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2394
txpkts->nflits += flits;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2395
txpkts->plen += txinfo->len;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2416
write_txpkts_wr(txq, txpkts);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2424
ASSERT(txpkts->npkt == 0);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2437
txpkts->tail = m;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2438
txpkts->npkt = 1;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2439
txpkts->nflits = flits;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2440
txpkts->flitp = &eq->desc[eq->pidx].flit[2];
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2441
txpkts->plen = txinfo->len;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2474
write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2484
ndesc = howmany(txpkts->nflits, 8);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2489
ctrl = V_FW_WR_LEN16(howmany(txpkts->nflits, 2));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2493
wr->plen = cpu_to_be16(txpkts->plen);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2494
wr->npkt = txpkts->npkt;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2507
txq->txpkts_pkts += txpkts->npkt;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2509
txpkts->npkt = 0; /* emptied */
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2805
struct txpkts *txpkts, struct txinfo *txinfo)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2814
ASSERT(txpkts->npkt > 0);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2843
flitp = (uintptr_t)txpkts->flitp;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2887
txpkts->nflits++;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2893
txpkts->flitp = (void *)flitp;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
974
struct txpkts txpkts;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
977
txpkts.npkt = 0; /* indicates there's nothing in txpkts */