Home
last modified time | relevance | path

Searched refs:SGE_MAX_WR_NDESC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c875 MPASS(n > 0 && n <= SGE_MAX_WR_NDESC); in ndesc_to_npkt()
879 #define MAX_NPKT_IN_TYPE1_WR (ndesc_to_npkt(SGE_MAX_WR_NDESC))
1043 if (NMIDXDIFF(nm_txq, dbidx) >= 2 * SGE_MAX_WR_NDESC) { in cxgbe_nm_tx()
1131 d = (npkt_remaining / MAX_NPKT_IN_TYPE1_WR) * SGE_MAX_WR_NDESC; in cxgbe_netmap_txsync()
1139 n = (ndesc_remaining / SGE_MAX_WR_NDESC) * in cxgbe_netmap_txsync()
1141 if (ndesc_remaining % SGE_MAX_WR_NDESC) in cxgbe_netmap_txsync()
1142 n += ndesc_to_npkt(ndesc_remaining % SGE_MAX_WR_NDESC); in cxgbe_netmap_txsync()
H A Dt4_sge.c2921 MPASS(ndesc > 0 && ndesc <= SGE_MAX_WR_NDESC); in start_wrq_wr()
3187 if (avail < 2 * SGE_MAX_WR_NDESC) in eth_tx()
3230 MPASS(n <= SGE_MAX_WR_NDESC); in eth_tx()
3279 MPASS(n <= SGE_MAX_WR_NDESC); in eth_tx()
3328 MPASS(n <= SGE_MAX_WR_NDESC); in eth_tx()
5812 txpkts0_len16(nsegs)) > min(avail, SGE_MAX_WR_NDESC)) in add_to_txpkts_pf()
H A Dadapter.h113 SGE_MAX_WR_NDESC = SGE_MAX_WR_LEN / EQ_ESIZE, /* max WR size in desc */ enumerator