Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cisco/enic/
H A Denic_res.c98 ENIC_SETTING(enic, TXCSUM) ? "yes" : "no", in enic_get_vnic_config()
99 ENIC_SETTING(enic, RXCSUM) ? "yes" : "no", in enic_get_vnic_config()
100 ENIC_SETTING(enic, TSO) ? "yes" : "no", in enic_get_vnic_config()
101 ENIC_SETTING(enic, LRO) ? "yes" : "no", in enic_get_vnic_config()
102 ENIC_SETTING(enic, RSS) ? "yes" : "no", in enic_get_vnic_config()
H A Denic_res.h31 #define ENIC_SETTING(enic, f) ((enic->config.flags & VENETF_##f) ? 1 : 0) macro
H A Denic_main.c2088 u8 rss_enable = ENIC_SETTING(enic, RSS) && (enic->rq_count > 1); in enic_set_rss_nic_cfg()
2283 if (!ENIC_SETTING(enic, RSS)) in enic_adjust_resources()
2844 if (ENIC_SETTING(enic, LOOP)) { in enic_probe()
2850 if (ENIC_SETTING(enic, TXCSUM)) in enic_probe()
2852 if (ENIC_SETTING(enic, TSO)) in enic_probe()
2855 if (ENIC_SETTING(enic, RSS)) in enic_probe()
2857 if (ENIC_SETTING(enic, RXCSUM)) in enic_probe()
2859 if (ENIC_SETTING(enic, VXLAN)) { in enic_probe()