Home
last modified time | relevance | path

Searched refs:supported_caps (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/qede/
H A Dqede_if.h109 uint32_t supported_caps; /* In SUPPORTED defs */ member
H A Dqede_main.c541 if_link->supported_caps |= QEDE_SUPPORTED_AUTONEG; in qed_fill_link()
545 if_link->supported_caps |= QEDE_SUPPORTED_PAUSE; in qed_fill_link()
H A Dqede_ethdev.c1480 link.link_autoneg = (q_link.supported_caps & QEDE_SUPPORTED_AUTONEG) ? in qede_link_update()
2008 if (!(current_link.supported_caps & QEDE_SUPPORTED_AUTONEG)) { in qede_flow_ctrl_set()
/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c653 struct virtchnl_vlan_supported_caps *supported_caps; in iavf_add_del_vlan_v2() local
660 supported_caps = &vf->vlan_v2_caps.filtering.filtering_support; in iavf_add_del_vlan_v2()
661 if (supported_caps->outer) { in iavf_add_del_vlan_v2()
662 filtering_caps = supported_caps->outer; in iavf_add_del_vlan_v2()
665 filtering_caps = supported_caps->inner; in iavf_add_del_vlan_v2()