Searched defs:tx_credits (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 508 max_imm_payload(int tx_credits, int iso) in max_imm_payload() 530 max_dsgl_nsegs(int tx_credits, int iso) in max_dsgl_nsegs() 551 max_imm_payload_v2(int tx_credits, int iso) in max_imm_payload_v2() 568 max_dsgl_nsegs_v2(int tx_credits, int iso, int imm_payload) in max_dsgl_nsegs_v2() 771 int tx_credits, shove, compl, sowwakeup; in t4_push_frames() local 1112 int tx_credits, shove, npdu, wr_len; in write_iscsi_mbuf_wr() local 1311 int tx_credits, shove, npdu, wr_len; in write_nvme_mbuf_wr() local
|
| H A D | t4_tom.h | 126 uint32_t tx_credits : 6; /* firmware tx credits (unit is 16B) */ global() member 231 u_int tx_credits; /* tx WR credits (in 16B units) available */ global() member
|
| H A D | t4_tls.c | 498 int tls_size, tx_credits, shove, sowwakeup; t4_push_ktls() local
|
| 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
|