Searched refs:wr_tx_buf_v2 (Results 1 – 2 of 2) sorted by relevance
108 memset(link->lgr->wr_tx_buf_v2, 0, in smc_wr_tx_process_cqe()109 sizeof(*link->lgr->wr_tx_buf_v2)); in smc_wr_tx_process_cqe()129 memset(link->lgr->wr_tx_buf_v2, 0, in smc_wr_tx_process_cqe()130 sizeof(*link->lgr->wr_tx_buf_v2)); in smc_wr_tx_process_cqe()270 *wr_buf = link->lgr->wr_tx_buf_v2; in smc_wr_tx_get_v2_slot()297 memset(&link->lgr->wr_tx_buf_v2, 0, in smc_wr_tx_put_slot()298 sizeof(link->lgr->wr_tx_buf_v2)); in smc_wr_tx_put_slot()683 kfree(lgr->wr_tx_buf_v2); in smc_wr_free_lgr_mem()684 lgr->wr_tx_buf_v2 = NULL; in smc_wr_free_lgr_mem()728 if (!lgr->wr_tx_buf_v2) { in smc_wr_alloc_lgr_mem()[all …]
266 struct smc_wr_v2_buf *wr_tx_buf_v2; member
Completed in 10 milliseconds