Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c352 cpl->rss_hdr_int.opcode = CPL_RX_PHYS_ADDR; in ccr_write_phys_dsgl()
353 cpl->rss_hdr_int.qid = htobe16(s->port->rxq->iq.abs_id); in ccr_write_phys_dsgl()
354 cpl->rss_hdr_int.hash_val = 0; in ccr_write_phys_dsgl()
355 cpl->rss_hdr_int.channel = s->port->rx_channel_id; in ccr_write_phys_dsgl()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h3598 struct rss_header rss_hdr_int; member