Searched defs:bnxt_vf_info (Results 1 – 1 of 1) sorted by relevance
1372 struct bnxt_vf_info { struct1373 u16 fw_fid;1374 u8 mac_addr[ETH_ALEN]; /* PF assigned MAC Address */1375 u8 vf_mac_addr[ETH_ALEN]; /* VF assigned MAC address, only1378 u16 vlan;1379 u16 func_qcfg_flags;1380 u32 flags;1385 u32 min_tx_rate;1386 u32 max_tx_rate;1410 struct bnxt_vf_info *vf; argument