qed.h (2924e0699963b839f88f8c4e855929ea49185870) | qed.h (997af5df230e3288ec1f5b332955f9be643e450b) |
---|---|
1/* QLogic qed NIC Driver 2 * Copyright (c) 2015-2017 QLogic Corporation 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 239 unchanged lines hidden (view full) --- 248 QED_VPORT, 249 QED_RSS_ENG, 250 QED_PQ, 251 QED_RL, 252 QED_MAC, 253 QED_VLAN, 254 QED_RDMA_CNQ_RAM, 255 QED_ILT, | 1/* QLogic qed NIC Driver 2 * Copyright (c) 2015-2017 QLogic Corporation 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 239 unchanged lines hidden (view full) --- 248 QED_VPORT, 249 QED_RSS_ENG, 250 QED_PQ, 251 QED_RL, 252 QED_MAC, 253 QED_VLAN, 254 QED_RDMA_CNQ_RAM, 255 QED_ILT, |
256 QED_LL2_QUEUE, | 256 QED_LL2_RAM_QUEUE, 257 QED_LL2_CTX_QUEUE, |
257 QED_CMDQS_CQS, 258 QED_RDMA_STATS_QUEUE, 259 QED_BDQ, 260 QED_MAX_RESC, 261}; 262 263enum QED_FEATURE { 264 QED_PF_L2_QUE, --- 730 unchanged lines hidden --- | 258 QED_CMDQS_CQS, 259 QED_RDMA_STATS_QUEUE, 260 QED_BDQ, 261 QED_MAX_RESC, 262}; 263 264enum QED_FEATURE { 265 QED_PF_L2_QUE, --- 730 unchanged lines hidden --- |