kernel/drivers/infiniband/hw/hfi1/affinity.h
.. .. @@ -1,5 +1,5 @@ 1 1 /* 2 - * Copyright(c) 2015 - 2018 Intel Corporation.2 + * Copyright(c) 2015 - 2020 Intel Corporation.3 3 * 4 4 * This file is provided under a dual BSD/GPLv2 license. When using or 5 5 * redistributing this file, you may do so under either license. .. .. @@ -52,6 +52,7 @@ 52 52 enum irq_type { 53 53 IRQ_SDMA, 54 54 IRQ_RCVCTXT, 55 + IRQ_NETDEVCTXT,55 56 IRQ_GENERAL, 56 57 IRQ_OTHER 57 58 };