|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | ixgbe_fcoe_ddp |
| struct | ixgbe_fcoe_ddp_pool |
| struct | ixgbe_fcoe |
Macros | |
| #define | IXGBE_RXDADV_FCSTAT_SHIFT 4 |
| #define | IXGBE_BUFFCNT_MAX 256 /* 8 bits bufcnt */ |
| #define | IXGBE_FCPTR_ALIGN 16 |
| #define | IXGBE_FCPTR_MAX (IXGBE_BUFFCNT_MAX * sizeof(dma_addr_t)) |
| #define | IXGBE_FCBUFF_4KB 0x0 |
| #define | IXGBE_FCBUFF_8KB 0x1 |
| #define | IXGBE_FCBUFF_16KB 0x2 |
| #define | IXGBE_FCBUFF_64KB 0x3 |
| #define | IXGBE_FCBUFF_MAX 65536 /* 64KB max */ |
| #define | IXGBE_FCBUFF_MIN 4096 /* 4KB min */ |
| #define | IXGBE_FCOE_DDP_MAX 512 /* 9 bits xid */ |
| #define | IXGBE_FCOE_DEFTC 3 |
| #define | IXGBE_FCERR_BADCRC 0x00100000 |
| #define | __IXGBE_FCOE_TARGET 1 |
| #define __IXGBE_FCOE_TARGET 1 |
Definition at line 56 of file ixgbe_fcoe.h.
| #define IXGBE_BUFFCNT_MAX 256 /* 8 bits bufcnt */ |
Definition at line 38 of file ixgbe_fcoe.h.
| #define IXGBE_FCBUFF_16KB 0x2 |
Definition at line 43 of file ixgbe_fcoe.h.
| #define IXGBE_FCBUFF_4KB 0x0 |
Definition at line 41 of file ixgbe_fcoe.h.
| #define IXGBE_FCBUFF_64KB 0x3 |
Definition at line 44 of file ixgbe_fcoe.h.
| #define IXGBE_FCBUFF_8KB 0x1 |
Definition at line 42 of file ixgbe_fcoe.h.
| #define IXGBE_FCBUFF_MAX 65536 /* 64KB max */ |
Definition at line 45 of file ixgbe_fcoe.h.
| #define IXGBE_FCBUFF_MIN 4096 /* 4KB min */ |
Definition at line 46 of file ixgbe_fcoe.h.
| #define IXGBE_FCERR_BADCRC 0x00100000 |
Definition at line 53 of file ixgbe_fcoe.h.
Definition at line 47 of file ixgbe_fcoe.h.
| #define IXGBE_FCOE_DEFTC 3 |
Definition at line 50 of file ixgbe_fcoe.h.
| #define IXGBE_FCPTR_ALIGN 16 |
Definition at line 39 of file ixgbe_fcoe.h.
| #define IXGBE_FCPTR_MAX (IXGBE_BUFFCNT_MAX * sizeof(dma_addr_t)) |
Definition at line 40 of file ixgbe_fcoe.h.
| #define IXGBE_RXDADV_FCSTAT_SHIFT 4 |
Definition at line 35 of file ixgbe_fcoe.h.
1.8.2