Searched refs:wr_tx_buf_v2 (Results 1 – 2 of 2) sorted by relevance
104 memset(link->lgr->wr_tx_buf_v2, 0, in smc_wr_tx_process_cqe()105 sizeof(*link->lgr->wr_tx_buf_v2)); in smc_wr_tx_process_cqe()125 memset(link->lgr->wr_tx_buf_v2, 0, in smc_wr_tx_process_cqe()126 sizeof(*link->lgr->wr_tx_buf_v2)); in smc_wr_tx_process_cqe()266 *wr_buf = link->lgr->wr_tx_buf_v2; in smc_wr_tx_get_v2_slot()293 memset(&link->lgr->wr_tx_buf_v2, 0, in smc_wr_tx_put_slot()294 sizeof(link->lgr->wr_tx_buf_v2)); in smc_wr_tx_put_slot()686 kfree(lgr->wr_tx_buf_v2); in smc_wr_free_lgr_mem()687 lgr->wr_tx_buf_v2 = NULL; in smc_wr_free_lgr_mem()730 lgr->wr_tx_buf_v2 = kzalloc(SMC_WR_BUF_V2_SIZE, GFP_KERNEL); in smc_wr_alloc_lgr_mem()[all …]
271 struct smc_wr_v2_buf *wr_tx_buf_v2; member