Searched refs:wr_tx_cnt (Results 1 – 2 of 2) sorted by relevance
70 for (i = 0; i < link->wr_tx_cnt; i++) { in smc_wr_tx_find_pending_index()74 return link->wr_tx_cnt; in smc_wr_tx_find_pending_index()95 if (pnd_snd_idx == link->wr_tx_cnt) { in smc_wr_tx_process_cqe()173 *idx = link->wr_tx_cnt; in smc_wr_tx_get_free_slot_index()180 *idx = link->wr_tx_cnt; in smc_wr_tx_get_free_slot_index()203 u32 idx = link->wr_tx_cnt; in smc_wr_tx_get_free_slot()226 if (idx == link->wr_tx_cnt) in smc_wr_tx_get_free_slot()263 wr_pend->idx = link->wr_tx_cnt; in smc_wr_tx_get_v2_slot()277 if (pend->idx < link->wr_tx_cnt) { in smc_wr_tx_put_slot()289 pend->idx == link->wr_tx_cnt) { in smc_wr_tx_put_slot()[all …]
116 u32 wr_tx_cnt; /* number of WR send buffers */ member