Searched refs:wr_tx_v2_pend (Results 1 – 2 of 2) sorted by relevance
106 memset(link->wr_tx_v2_pend, 0, in smc_wr_tx_process_cqe()107 sizeof(*link->wr_tx_v2_pend)); in smc_wr_tx_process_cqe()127 memset(link->wr_tx_v2_pend, 0, in smc_wr_tx_process_cqe()128 sizeof(*link->wr_tx_v2_pend)); in smc_wr_tx_process_cqe()263 wr_pend = link->wr_tx_v2_pend; in smc_wr_tx_get_v2_slot()295 memset(&link->wr_tx_v2_pend, 0, in smc_wr_tx_put_slot()296 sizeof(link->wr_tx_v2_pend)); in smc_wr_tx_put_slot()693 kfree(lnk->wr_tx_v2_pend); in smc_wr_free_link_mem()694 lnk->wr_tx_v2_pend = NULL; in smc_wr_free_link_mem()800 link->wr_tx_v2_pend = kzalloc(sizeof(*link->wr_tx_v2_pend), in smc_wr_alloc_link_mem()[all …]
102 struct smc_wr_tx_pend *wr_tx_v2_pend; /* WR send v2 waiting for CQE */ member
Completed in 9 milliseconds