Searched refs:wr_tx_pends (Results 1 – 2 of 2) sorted by relevance
58 if (link->wr_tx_pends[i].wr_id == wr_id) in smc_wr_tx_find_pending_index()85 link->wr_tx_pends[pnd_snd_idx].wc_status = wc->status; in smc_wr_tx_process_cqe()86 memcpy(&pnd_snd, &link->wr_tx_pends[pnd_snd_idx], sizeof(pnd_snd)); in smc_wr_tx_process_cqe()88 memset(&link->wr_tx_pends[pnd_snd_idx], 0, in smc_wr_tx_process_cqe()89 sizeof(link->wr_tx_pends[pnd_snd_idx])); in smc_wr_tx_process_cqe()97 memset(&link->wr_tx_pends[i], 0, in smc_wr_tx_process_cqe()98 sizeof(link->wr_tx_pends[i])); in smc_wr_tx_process_cqe()199 wr_pend = &link->wr_tx_pends[idx]; in smc_wr_tx_get_free_slot()219 memset(&link->wr_tx_pends[pend->idx], 0, in smc_wr_tx_put_slot()220 sizeof(link->wr_tx_pends[pend->idx])); in smc_wr_tx_put_slot()[all …]
67 struct smc_wr_tx_pend *wr_tx_pends; /* WR send waiting for CQE */ member