Lines Matching refs:wr_tx_v2_pend
97 link->wr_tx_v2_pend->wr_id != wc->wr_id) in smc_wr_tx_process_cqe()
99 link->wr_tx_v2_pend->wc_status = wc->status; in smc_wr_tx_process_cqe()
100 memcpy(&pnd_snd, link->wr_tx_v2_pend, sizeof(pnd_snd)); in smc_wr_tx_process_cqe()
102 memset(link->wr_tx_v2_pend, 0, in smc_wr_tx_process_cqe()
103 sizeof(*link->wr_tx_v2_pend)); in smc_wr_tx_process_cqe()
123 memset(link->wr_tx_v2_pend, 0, in smc_wr_tx_process_cqe()
124 sizeof(*link->wr_tx_v2_pend)); in smc_wr_tx_process_cqe()
253 if (link->wr_tx_v2_pend->idx == link->wr_tx_cnt) in smc_wr_tx_get_v2_slot()
259 wr_pend = link->wr_tx_v2_pend; in smc_wr_tx_get_v2_slot()
291 memset(&link->wr_tx_v2_pend, 0, in smc_wr_tx_put_slot()
292 sizeof(link->wr_tx_v2_pend)); in smc_wr_tx_put_slot()
699 kfree(lnk->wr_tx_v2_pend); in smc_wr_free_link_mem()
700 lnk->wr_tx_v2_pend = NULL; in smc_wr_free_link_mem()
804 link->wr_tx_v2_pend = kzalloc(sizeof(*link->wr_tx_v2_pend), in smc_wr_alloc_link_mem()
806 if (!link->wr_tx_v2_pend) in smc_wr_alloc_link_mem()