Lines Matching defs:rx_desc
567 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()
973 union virtchnl2_rx_desc *rx_desc; in idpf_rx_singleq_clean() local