Home
last modified time | relevance | path

Searched refs:MAX_OFLD_TX_CREDITS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c488 #define MAX_OFLD_TX_CREDITS (SGE_MAX_WR_LEN / 16) macro
502 tx_credits <= MAX_OFLD_TX_CREDITS, in max_imm_payload()
524 tx_credits <= MAX_OFLD_TX_CREDITS, in max_dsgl_nsegs()
687 tx_credits = min(toep->tx_credits, MAX_OFLD_TX_CREDITS); in t4_push_frames()
978 tx_credits = min(toep->tx_credits, MAX_OFLD_TX_CREDITS); in write_iscsi_mbuf_wr()
H A Dt4_tls.c346 #define MAX_OFLD_TX_CREDITS (SGE_MAX_WR_LEN / 16) macro
537 tx_credits = min(toep->tx_credits, MAX_OFLD_TX_CREDITS); in t4_push_ktls()