Searched refs:pnd_snd (Results 1 – 2 of 2) sorted by relevance
83 struct smc_wr_tx_pend pnd_snd; in smc_wr_tx_process_cqe() local104 memcpy(&pnd_snd, &link->wr_tx_pends[pnd_snd_idx], sizeof(pnd_snd)); in smc_wr_tx_process_cqe()116 if (pnd_snd.handler) in smc_wr_tx_process_cqe()117 pnd_snd.handler(&pnd_snd.priv, link, wc->status); in smc_wr_tx_process_cqe()
25 static void smc_cdc_tx_handler(struct smc_wr_tx_pend_priv *pnd_snd, in smc_cdc_tx_handler() argument29 struct smc_cdc_tx_pend *cdcpend = (struct smc_cdc_tx_pend *)pnd_snd; in smc_cdc_tx_handler()