Home
last modified time | relevance | path

Searched refs:smc_cdc_tx_pend (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/smc/
Dsmc_cdc.c29 struct smc_cdc_tx_pend *cdcpend = (struct smc_cdc_tx_pend *)pnd_snd; in smc_cdc_tx_handler()
58 struct smc_cdc_tx_pend **pend) in smc_cdc_get_free_slot()
73 struct smc_cdc_tx_pend *pend) in smc_cdc_add_pending_send()
82 sizeof(struct smc_cdc_tx_pend) > SMC_WR_TX_PEND_PRIV_SIZE, in smc_cdc_add_pending_send()
92 struct smc_cdc_tx_pend *pend) in smc_cdc_msg_send()
116 struct smc_cdc_tx_pend *pend; in smcr_cdc_get_slot_and_msg_send()
149 struct smc_cdc_tx_pend *cdc_pend = in smc_cdc_tx_filter()
150 (struct smc_cdc_tx_pend *)tx_pend; in smc_cdc_tx_filter()
157 struct smc_cdc_tx_pend *cdc_pend = in smc_cdc_tx_dismisser()
158 (struct smc_cdc_tx_pend *)tx_pend; in smc_cdc_tx_dismisser()
Dsmc_cdc.h299 struct smc_cdc_tx_pend { struct
309 struct smc_cdc_tx_pend **pend); argument
312 struct smc_cdc_tx_pend *pend);
Dsmc_tx.c486 struct smc_cdc_tx_pend *pend; in smcr_tx_sndbuf_nonempty()