Searched refs:mac_count (Results 1 – 2 of 2) sorted by relevance
2971 int mac_count; in be_cmd_get_mac_from_list() local3022 mac_count = resp->true_mac_count + resp->pseudo_mac_count; in be_cmd_get_mac_from_list()3028 for (i = 0; i < mac_count; i++) { in be_cmd_get_mac_from_list()3098 u8 mac_count, u32 domain) in be_cmd_set_mac_list() argument3126 req->mac_count = mac_count; in be_cmd_set_mac_list()3127 if (mac_count) in be_cmd_set_mac_list()3128 memcpy(req->mac, mac_array, ETH_ALEN*mac_count); in be_cmd_set_mac_list()
1738 u8 mac_count; member2333 int be_cmd_set_mac_list(struct be_adapter *adapter, u8 *mac_array, u8 mac_count,