Home
last modified time | relevance | path

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

/drivers/net/ethernet/cisco/enic/
Denic_res.c91 ENIC_SETTING(enic, TXCSUM) ? "yes" : "no", in enic_get_vnic_config()
92 ENIC_SETTING(enic, RXCSUM) ? "yes" : "no", in enic_get_vnic_config()
93 ENIC_SETTING(enic, TSO) ? "yes" : "no", in enic_get_vnic_config()
94 ENIC_SETTING(enic, LRO) ? "yes" : "no", in enic_get_vnic_config()
95 ENIC_SETTING(enic, RSS) ? "yes" : "no", in enic_get_vnic_config()
Denic_res.h28 #define ENIC_SETTING(enic, f) ((enic->config.flags & VENETF_##f) ? 1 : 0) macro
Denic_main.c2281 u8 rss_enable = ENIC_SETTING(enic, RSS) && (enic->rq_count > 1); in enic_set_rss_nic_cfg()
2396 if (ENIC_SETTING(enic, RSS) && in enic_set_intr_mode()
2900 if (ENIC_SETTING(enic, LOOP)) { in enic_probe()
2906 if (ENIC_SETTING(enic, TXCSUM)) in enic_probe()
2908 if (ENIC_SETTING(enic, TSO)) in enic_probe()
2911 if (ENIC_SETTING(enic, RSS)) in enic_probe()
2913 if (ENIC_SETTING(enic, RXCSUM)) in enic_probe()
2915 if (ENIC_SETTING(enic, VXLAN)) { in enic_probe()