Searched refs:rx_ptype (Results 1 – 3 of 3) sorted by relevance
69 struct sk_buff *skb, u16 rx_ptype) in ice_rx_hash_to_skb() argument74 decoded = libie_rx_pt_parse(rx_ptype); in ice_rx_hash_to_skb()
1818 u8 rx_ptype) in i40e_rx_hash() argument1826 decoded = libie_rx_pt_parse(rx_ptype); in i40e_rx_hash()1853 u8 rx_ptype = FIELD_GET(I40E_RXD_QW1_PTYPE_MASK, qword); in i40e_process_skb_fields() local1858 i40e_rx_hash(rx_ring, rx_desc, skb, rx_ptype); in i40e_process_skb_fields()
3064 u16 rx_ptype; in idpf_rx_process_skb_fields() local3066 rx_ptype = le16_get_bits(rx_desc->ptype_err_fflags0, in idpf_rx_process_skb_fields()3068 decoded = rxq->rx_ptype_lkup[rx_ptype]; in idpf_rx_process_skb_fields()