Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_wr.c435 struct smc_wr_rx_hdr *wr_rx; in smc_wr_rx_demultiplex() local
439 if (wc->byte_len < sizeof(*wr_rx)) in smc_wr_rx_demultiplex()
443 wr_rx = (struct smc_wr_rx_hdr *)&link->wr_rx_bufs[index]; in smc_wr_rx_demultiplex()
444 hash_for_each_possible(smc_wr_rx_hash, handler, list, wr_rx->type) { in smc_wr_rx_demultiplex()
445 if (handler->type == wr_rx->type) in smc_wr_rx_demultiplex()
446 handler->handler(wc, wr_rx); in smc_wr_rx_demultiplex()