Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/tom/
HDt4_cpl_io.c452 max_imm_payload(int tx_credits) in max_imm_payload()
471 max_dsgl_nsegs(int tx_credits) in max_dsgl_nsegs()
608 int tx_credits, shove, compl, space, sowwakeup; in t4_push_frames() local
818 int tx_credits, ulp_len = 0, ulp_mode = 0, qlen = 0; in t4_ulp_push_frames() local
HDt4_tom.h81 uint8_t tx_credits; /* firmware tx credits (unit is 16B) */ member
109 u_int tx_credits; /* tx WR credits (in 16B units) available */ member
HDt4_tom.c111 int tx_credits, txsd_total, len; in alloc_toepcb() local
/trueos/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp.h320 #define tx_credits(ssk) (atomic_read(&ssk->tx_ring.credits)) macro