Home
last modified time | relevance | path

Searched defs:tx_credits (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c496 max_imm_payload(int tx_credits, int iso) in max_imm_payload()
518 max_dsgl_nsegs(int tx_credits, int iso) in max_dsgl_nsegs()
647 int tx_credits, shove, compl, sowwakeup; in t4_push_frames() local
971 int tx_credits, shove, npdu, wr_len; in write_iscsi_mbuf_wr() local
H A Dt4_tom.h126 uint8_t tx_credits; /* firmware tx credits (unit is 16B) */ member
228 u_int tx_credits; /* tx WR credits (in 16B units) available */ member
H A Dt4_tls.c497 int tls_size, tx_credits, shove, sowwakeup; in t4_push_ktls() local
[all...]
H A Dt4_tom.c116 int tx_credits, txsd_total, len; in alloc_toepcb() local
/freebsd/sys/dev/cxgbe/
H A Doffload.h95 uint8_t tx_credits; /* tx WR credits (in 16B units) available */ member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.h276 int tx_credits; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.h271 int tx_credits; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.h373 int tx_credits; member
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h280 #define tx_credits(ssk) (atomic_read(&ssk->tx_ring.credits)) macro