Searched defs:tx_credits (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 496 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 D | t4_tom.h | 126 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 D | t4_tls.c | 497 int tls_size, tx_credits, shove, sowwakeup; in t4_push_ktls() local [all...] |
H A D | t4_tom.c | 116 int tx_credits, txsd_total, len; in alloc_toepcb() local
|
/freebsd/sys/dev/cxgbe/ |
H A D | offload.h | 95 uint8_t tx_credits; /* tx WR credits (in 16B units) available */ member
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | htc.h | 276 int tx_credits; member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | htc.h | 271 int tx_credits; member
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htc.h | 373 int tx_credits; member
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp.h | 280 #define tx_credits(ssk) (atomic_read(&ssk->tx_ring.credits)) macro
|