wr_rx 341 net/smc/smc_wr.c struct smc_wr_rx_hdr *wr_rx; wr_rx 345 net/smc/smc_wr.c if (wc->byte_len < sizeof(*wr_rx)) wr_rx 349 net/smc/smc_wr.c wr_rx = (struct smc_wr_rx_hdr *)&link->wr_rx_bufs[index]; wr_rx 350 net/smc/smc_wr.c hash_for_each_possible(smc_wr_rx_hash, handler, list, wr_rx->type) { wr_rx 351 net/smc/smc_wr.c if (handler->type == wr_rx->type) wr_rx 352 net/smc/smc_wr.c handler->handler(wc, wr_rx);