Home
last modified time | relevance | path

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

/drivers/net/ethernet/cisco/enic/
Denic_main.c300 int enic_is_dynamic(struct enic *enic) in enic_is_dynamic() function
409 if (enic_is_dynamic(enic) || enic_is_sriov_vf(enic)) { in enic_mtu_check()
980 if (enic_is_dynamic(enic) || enic_is_sriov_vf(enic)) { in enic_set_mac_addr()
1924 if (!enic_is_dynamic(enic) && !enic_is_sriov_vf(enic)) in enic_open()
1989 if (!enic_is_dynamic(enic) && !enic_is_sriov_vf(enic)) in enic_stop()
2046 if (enic_is_dynamic(enic) || enic_is_sriov_vf(enic)) in enic_change_mtu()
2847 if (!enic_is_dynamic(enic)) { in enic_probe()
2895 if (enic_is_dynamic(enic) || enic_is_sriov_vf(enic)) in enic_probe()
Denic.h321 int enic_is_dynamic(struct enic *enic);
Denic_pp.c57 if (vf == PORT_SELF_VF && !enic_is_dynamic(enic)) { in enic_is_valid_pp_vf()