Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c620 static bool idpf_rx_singleq_test_staterr(const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_test_staterr()
631 static bool idpf_rx_singleq_is_non_eop(const union virtchnl2_rx_desc *rx_desc) in idpf_rx_singleq_is_non_eop()
718 idpf_rx_singleq_base_csum(const union virtchnl2_rx_desc *rx_desc) in idpf_rx_singleq_base_csum()
753 idpf_rx_singleq_flex_csum(const union virtchnl2_rx_desc *rx_desc) in idpf_rx_singleq_flex_csum()
791 const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_base_hash()
821 const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_flex_hash()
850 const union virtchnl2_rx_desc *rx_desc, in __idpf_rx_singleq_process_skb_fields()
951 idpf_rx_singleq_extract_base_fields(const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_extract_base_fields()
974 idpf_rx_singleq_extract_flex_fields(const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_extract_flex_fields()
992 const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_extract_fields()
[all …]
H A Dvirtchnl2_lan_desc.h445 union virtchnl2_rx_desc { union
H A Didpf_txrx.h520 union virtchnl2_rx_desc *rx;
H A Didpf_txrx.c848 rxq->size = rxq->desc_count * sizeof(union virtchnl2_rx_desc); in idpf_rx_desc_alloc()