Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c570 return !!(rx_desc->base_wb.qword1.status_error_ptype_len & in idpf_rx_singleq_test_staterr()
671 qword = le64_to_cpu(rx_desc->base_wb.qword1.status_error_ptype_len); in idpf_rx_singleq_base_csum()
747 qw1 = le64_to_cpu(rx_desc->base_wb.qword1.status_error_ptype_len); in idpf_rx_singleq_base_hash()
750 u32 hash = le32_to_cpu(rx_desc->base_wb.qword0.hi_dword.rss); in idpf_rx_singleq_base_hash()
907 qword = le64_to_cpu(rx_desc->base_wb.qword1.status_error_ptype_len); in idpf_rx_singleq_extract_base_fields()
H A Dvirtchnl2_lan_desc.h446 struct virtchnl2_singleq_base_rx_desc base_wb; member