Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c567 static bool idpf_rx_singleq_test_staterr(const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_test_staterr()
578 static bool idpf_rx_singleq_is_non_eop(const union virtchnl2_rx_desc *rx_desc) in idpf_rx_singleq_is_non_eop()
665 idpf_rx_singleq_base_csum(const union virtchnl2_rx_desc *rx_desc) in idpf_rx_singleq_base_csum()
700 idpf_rx_singleq_flex_csum(const union virtchnl2_rx_desc *rx_desc) in idpf_rx_singleq_flex_csum()
738 const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_base_hash()
768 const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_flex_hash()
797 const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_process_skb_fields()
903 idpf_rx_singleq_extract_base_fields(const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_extract_base_fields()
927 idpf_rx_singleq_extract_flex_fields(const union virtchnl2_rx_desc *rx_desc, in idpf_rx_singleq_extract_flex_fields()
946 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.h511 union virtchnl2_rx_desc *rx;
H A Didpf_txrx.c867 rxq->size = rxq->desc_count * sizeof(union virtchnl2_rx_desc); in idpf_rx_desc_alloc()