bnx2fc.h (3db8cc106569aa81088ee83d46f52a631471811c) | bnx2fc.h (5c17ae217ad13463f821c3bab774335777da9c33) |
---|---|
1#ifndef _BNX2FC_H_ 2#define _BNX2FC_H_ 3/* bnx2fc.h: Broadcom NetXtreme II Linux FCoE offload driver. 4 * 5 * Copyright (c) 2008 - 2011 Broadcom Corporation 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 261 unchanged lines hidden (view full) --- 270#define BNX2FC_FLAG_SESSION_READY 0x1 271#define BNX2FC_FLAG_OFFLOADED 0x2 272#define BNX2FC_FLAG_DISABLED 0x3 273#define BNX2FC_FLAG_DESTROYED 0x4 274#define BNX2FC_FLAG_OFLD_REQ_CMPL 0x5 275#define BNX2FC_FLAG_CTX_ALLOC_FAILURE 0x6 276#define BNX2FC_FLAG_UPLD_REQ_COMPL 0x7 277#define BNX2FC_FLAG_EXPL_LOGO 0x8 | 1#ifndef _BNX2FC_H_ 2#define _BNX2FC_H_ 3/* bnx2fc.h: Broadcom NetXtreme II Linux FCoE offload driver. 4 * 5 * Copyright (c) 2008 - 2011 Broadcom Corporation 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 261 unchanged lines hidden (view full) --- 270#define BNX2FC_FLAG_SESSION_READY 0x1 271#define BNX2FC_FLAG_OFFLOADED 0x2 272#define BNX2FC_FLAG_DISABLED 0x3 273#define BNX2FC_FLAG_DESTROYED 0x4 274#define BNX2FC_FLAG_OFLD_REQ_CMPL 0x5 275#define BNX2FC_FLAG_CTX_ALLOC_FAILURE 0x6 276#define BNX2FC_FLAG_UPLD_REQ_COMPL 0x7 277#define BNX2FC_FLAG_EXPL_LOGO 0x8 |
278#define BNX2FC_FLAG_DISABLE_FAILED 0x9 |
|
278 279 u8 src_addr[ETH_ALEN]; 280 u32 max_sqes; 281 u32 max_rqes; 282 u32 max_cqes; 283 atomic_t free_sqes; 284 285 struct b577xx_doorbell_set_prod sq_db; --- 276 unchanged lines hidden --- | 279 280 u8 src_addr[ETH_ALEN]; 281 u32 max_sqes; 282 u32 max_rqes; 283 u32 max_cqes; 284 atomic_t free_sqes; 285 286 struct b577xx_doorbell_set_prod sq_db; --- 276 unchanged lines hidden --- |