Searched refs:mac_count (Results 1 – 4 of 4) sorted by relevance
28 What: /sys/bus/.../drivers/intel-m10-bmc/.../mac_count
168 static DEVICE_ATTR_RO(mac_count);
3693 int mac_count; in be_cmd_get_mac_from_list() local3744 mac_count = resp->true_mac_count + resp->pseudo_mac_count; in be_cmd_get_mac_from_list()3750 for (i = 0; i < mac_count; i++) { in be_cmd_get_mac_from_list()3820 u8 mac_count, u32 domain) in be_cmd_set_mac_list() argument3848 req->mac_count = mac_count; in be_cmd_set_mac_list()3849 if (mac_count) in be_cmd_set_mac_list()3850 memcpy(req->mac, mac_array, ETH_ALEN * mac_count); in be_cmd_set_mac_list()
1834 u8 mac_count; member2470 int be_cmd_set_mac_list(struct be_adapter *adapter, u8 *mac_array, u8 mac_count,