Home
last modified time | relevance | path

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

/linux/net/smc/
A Dsmc_wr.c58 link->wr_tx_cnt) { in smc_wr_is_tx_pend()
74 for (i = 0; i < link->wr_tx_cnt; i++) { in smc_wr_tx_find_pending_index()
78 return link->wr_tx_cnt; in smc_wr_tx_find_pending_index()
99 if (pnd_snd_idx == link->wr_tx_cnt) { in smc_wr_tx_process_cqe()
177 *idx = link->wr_tx_cnt; in smc_wr_tx_get_free_slot_index()
184 *idx = link->wr_tx_cnt; in smc_wr_tx_get_free_slot_index()
207 u32 idx = link->wr_tx_cnt; in smc_wr_tx_get_free_slot()
230 if (idx == link->wr_tx_cnt) in smc_wr_tx_get_free_slot()
267 wr_pend->idx = link->wr_tx_cnt; in smc_wr_tx_get_v2_slot()
281 if (pend->idx < link->wr_tx_cnt) { in smc_wr_tx_put_slot()
[all …]
A Dsmc_core.h107 u32 wr_tx_cnt; /* number of WR send buffers */ member

Completed in 9 milliseconds