Home
last modified time | relevance | path

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

/Linux-v4.19/net/smc/
Dsmc.h50 struct smc_wr_rx_hdr { /* common prefix part of LLC and CDC to demultiplex */ struct
102 struct smc_wr_rx_hdr common; /* .type = 0xFE */
Dsmc_wr.c294 struct smc_wr_rx_hdr *wr_tx; in smc_wr_tx_dismiss_slots()
298 wr_tx = (struct smc_wr_rx_hdr *)&link->wr_tx_bufs[i]; in smc_wr_tx_dismiss_slots()
335 struct smc_wr_rx_hdr *wr_rx; in smc_wr_rx_demultiplex()
343 wr_rx = (struct smc_wr_rx_hdr *)&link->wr_rx_bufs[index]; in smc_wr_rx_demultiplex()
Dsmc_cdc.h42 struct smc_wr_rx_hdr common; /* .type = 0xFE */
55 struct smc_wr_rx_hdr common; /* Type = 0xFE */
Dsmc_llc.c24 struct smc_wr_rx_hdr common;