bnx2x.h (6ab20355c0c4a4e067ebfed157c0b93c21e2f02c) | bnx2x.h (c3146eb676e7cce254e98b1d179a4c82227a9d26) |
---|---|
1/* bnx2x.h: Broadcom Everest network driver. 2 * 3 * Copyright (c) 2007-2013 Broadcom Corporation 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation. 8 * --- 1688 unchanged lines hidden (view full) --- 1697 enum mf_cfg_afex_vlan_mode afex_vlan_mode; 1698 u32 pending_max; 1699 1700 /* multiple tx classes of service */ 1701 u8 max_cos; 1702 1703 /* priority to cos mapping */ 1704 u8 prio_to_cos[8]; | 1/* bnx2x.h: Broadcom Everest network driver. 2 * 3 * Copyright (c) 2007-2013 Broadcom Corporation 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation. 8 * --- 1688 unchanged lines hidden (view full) --- 1697 enum mf_cfg_afex_vlan_mode afex_vlan_mode; 1698 u32 pending_max; 1699 1700 /* multiple tx classes of service */ 1701 u8 max_cos; 1702 1703 /* priority to cos mapping */ 1704 u8 prio_to_cos[8]; |
1705 1706 int fp_array_size; |
|
1705 u32 dump_preset_idx; 1706}; 1707 1708/* Tx queues may be less or equal to Rx queues */ 1709extern int num_queues; 1710#define BNX2X_NUM_QUEUES(bp) (bp->num_queues) 1711#define BNX2X_NUM_ETH_QUEUES(bp) ((bp)->num_ethernet_queues) 1712#define BNX2X_NUM_NON_CNIC_QUEUES(bp) (BNX2X_NUM_QUEUES(bp) - \ --- 615 unchanged lines hidden --- | 1707 u32 dump_preset_idx; 1708}; 1709 1710/* Tx queues may be less or equal to Rx queues */ 1711extern int num_queues; 1712#define BNX2X_NUM_QUEUES(bp) (bp->num_queues) 1713#define BNX2X_NUM_ETH_QUEUES(bp) ((bp)->num_ethernet_queues) 1714#define BNX2X_NUM_NON_CNIC_QUEUES(bp) (BNX2X_NUM_QUEUES(bp) - \ --- 615 unchanged lines hidden --- |