Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
H A Dsmc_wr.c369 struct smc_wr_rx_hdr *wr_rx; in smc_wr_rx_demultiplex() local
373 if (wc->byte_len < sizeof(*wr_rx)) in smc_wr_rx_demultiplex()
377 wr_rx = (struct smc_wr_rx_hdr *)&link->wr_rx_bufs[index]; in smc_wr_rx_demultiplex()
378 hash_for_each_possible(smc_wr_rx_hash, handler, list, wr_rx->type) { in smc_wr_rx_demultiplex()
379 if (handler->type == wr_rx->type) in smc_wr_rx_demultiplex()
380 handler->handler(wc, wr_rx); in smc_wr_rx_demultiplex()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_wr.c434 struct smc_wr_rx_hdr *wr_rx; in smc_wr_rx_demultiplex() local
438 if (wc->byte_len < sizeof(*wr_rx)) in smc_wr_rx_demultiplex()
442 wr_rx = (struct smc_wr_rx_hdr *)&link->wr_rx_bufs[index]; in smc_wr_rx_demultiplex()
443 hash_for_each_possible(smc_wr_rx_hash, handler, list, wr_rx->type) { in smc_wr_rx_demultiplex()
444 if (handler->type == wr_rx->type) in smc_wr_rx_demultiplex()
445 handler->handler(wc, wr_rx); in smc_wr_rx_demultiplex()

Completed in 2 milliseconds