more = true;
        }
 
-       veal = kzalloc(len, GFP_KERNEL);
+       veal = kzalloc(len, GFP_ATOMIC);
        if (!veal) {
                spin_unlock_bh(&adapter->mac_vlan_list_lock);
                return;
                      (count * sizeof(struct virtchnl_ether_addr));
                more = true;
        }
-       veal = kzalloc(len, GFP_KERNEL);
+       veal = kzalloc(len, GFP_ATOMIC);
        if (!veal) {
                spin_unlock_bh(&adapter->mac_vlan_list_lock);
                return;
                      (count * sizeof(u16));
                more = true;
        }
-       vvfl = kzalloc(len, GFP_KERNEL);
+       vvfl = kzalloc(len, GFP_ATOMIC);
        if (!vvfl) {
                spin_unlock_bh(&adapter->mac_vlan_list_lock);
                return;
                      (count * sizeof(u16));
                more = true;
        }
-       vvfl = kzalloc(len, GFP_KERNEL);
+       vvfl = kzalloc(len, GFP_ATOMIC);
        if (!vvfl) {
                spin_unlock_bh(&adapter->mac_vlan_list_lock);
                return;