Searched defs:bnxt_vf_info (Results 1 – 1 of 1) sorted by relevance
1353 struct bnxt_vf_info { struct1354 u16 fw_fid;1355 u8 mac_addr[ETH_ALEN]; /* PF assigned MAC Address */1356 u8 vf_mac_addr[ETH_ALEN]; /* VF assigned MAC address, only1359 u16 vlan;1360 u16 func_qcfg_flags;1361 u32 flags;1366 u32 min_tx_rate;1367 u32 max_tx_rate;1391 struct bnxt_vf_info *vf; argument