Home
last modified time | relevance | path

Searched refs:tx_pend (Results 1 – 2 of 2) sorted by relevance

/net/smc/
Dsmc_cdc.c130 static bool smc_cdc_tx_filter(struct smc_wr_tx_pend_priv *tx_pend, in smc_cdc_tx_filter() argument
135 (struct smc_cdc_tx_pend *)tx_pend; in smc_cdc_tx_filter()
140 static void smc_cdc_tx_dismisser(struct smc_wr_tx_pend_priv *tx_pend) in smc_cdc_tx_dismisser() argument
143 (struct smc_cdc_tx_pend *)tx_pend; in smc_cdc_tx_dismisser()
Dsmc_wr.c310 struct smc_wr_tx_pend_priv *tx_pend; in smc_wr_tx_dismiss_slots() local
318 tx_pend = &link->wr_tx_pends[i].priv; in smc_wr_tx_dismiss_slots()
319 if (filter(tx_pend, data)) in smc_wr_tx_dismiss_slots()
320 dismisser(tx_pend); in smc_wr_tx_dismiss_slots()
327 struct smc_wr_tx_pend_priv *tx_pend; in smc_wr_tx_has_pending() local
335 tx_pend = &link->wr_tx_pends[i].priv; in smc_wr_tx_has_pending()
336 if (filter(tx_pend, data)) in smc_wr_tx_has_pending()