Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c220 static enum pkt_hash_types cqe_to_pkt_hash_type(u16 pkt_parse) in cqe_to_pkt_hash_type() argument
231 key = ((pkt_parse >> FUN_ETH_RX_CV_OL4_PROT_S) & 6) | in cqe_to_pkt_hash_type()
232 ((pkt_parse >> (FUN_ETH_RX_CV_OL3_PROT_S + 1)) & 1); in cqe_to_pkt_hash_type()