Lines Matching refs:ivi
81 struct ifla_vf_info *ivi) in bnxt_get_vf_config() argument
91 ivi->vf = vf_id; in bnxt_get_vf_config()
94 memcpy(&ivi->mac, vf->mac_addr, ETH_ALEN); in bnxt_get_vf_config()
95 ivi->max_tx_rate = vf->max_tx_rate; in bnxt_get_vf_config()
96 ivi->min_tx_rate = vf->min_tx_rate; in bnxt_get_vf_config()
97 ivi->vlan = vf->vlan; in bnxt_get_vf_config()
98 ivi->qos = vf->flags & BNXT_VF_QOS; in bnxt_get_vf_config()
99 ivi->spoofchk = vf->flags & BNXT_VF_SPOOFCHK; in bnxt_get_vf_config()
101 ivi->linkstate = IFLA_VF_LINK_STATE_AUTO; in bnxt_get_vf_config()
103 ivi->linkstate = IFLA_VF_LINK_STATE_ENABLE; in bnxt_get_vf_config()
105 ivi->linkstate = IFLA_VF_LINK_STATE_DISABLE; in bnxt_get_vf_config()