Home
last modified time | relevance | path

Searched refs:CRC_OFFLOAD_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h402 #define CRC_OFFLOAD_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ macro
H A Diavf_main.c4637 if (CRC_OFFLOAD_ALLOWED(adapter) && in iavf_set_features()
4768 if (CRC_OFFLOAD_ALLOWED(adapter)) in iavf_get_netdev_vlan_hw_features()
4950 crc_offload_req = CRC_OFFLOAD_ALLOWED(adapter) && in iavf_fix_strip_features()
H A Diavf_virtchnl.c312 if (CRC_OFFLOAD_ALLOWED(adapter)) in iavf_configure_queues()