Lines Matching refs:num_add
2365 * @num_add: the number of filters to add
2375 int num_add)
2381 i40e_aq_add_macvlan_v2(hw, vsi->seid, list, num_add, NULL, &aq_status);
2382 fcnt = i40e_update_filter_state(num_add, list, add_head);
2384 if (fcnt != num_add) {
2537 int num_add = 0;
2694 num_add = 0;
2709 if (num_add == 0)
2712 ether_addr_copy(add_list[num_add].mac_addr,
2715 add_list[num_add].vlan_tag = 0;
2718 add_list[num_add].vlan_tag =
2721 add_list[num_add].queue_number = 0;
2723 add_list[num_add].match_method = I40E_AQC_MM_ERR_NO_RES;
2725 add_list[num_add].flags = cpu_to_le16(cmd_flags);
2726 num_add++;
2729 if (num_add == filter_list_len) {
2731 add_head, num_add);
2733 num_add = 0;
2736 if (num_add) {
2738 num_add);