Searched refs:mac_count (Results 1 – 2 of 2) sorted by relevance
3038 int mac_count; in be_cmd_get_mac_from_list() local3089 mac_count = resp->true_mac_count + resp->pseudo_mac_count; in be_cmd_get_mac_from_list()3095 for (i = 0; i < mac_count; i++) { in be_cmd_get_mac_from_list()3165 u8 mac_count, u32 domain) in be_cmd_set_mac_list() argument3193 req->mac_count = mac_count; in be_cmd_set_mac_list()3194 if (mac_count) in be_cmd_set_mac_list()3195 memcpy(req->mac, mac_array, ETH_ALEN*mac_count); in be_cmd_set_mac_list()
1767 u8 mac_count; member2371 int be_cmd_set_mac_list(struct be_adapter *adapter, u8 *mac_array, u8 mac_count,