~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/ixgbe/ixgbe_fcoe.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*******************************************************************************
2
2
 
3
3
  Intel 10 Gigabit PCI Express Linux driver
4
 
  Copyright(c) 1999 - 2010 Intel Corporation.
 
4
  Copyright(c) 1999 - 2011 Intel Corporation.
5
5
 
6
6
  This program is free software; you can redistribute it and/or modify it
7
7
  under the terms and conditions of the GNU General Public License,
52
52
/* fcerr */
53
53
#define IXGBE_FCERR_BADCRC       0x00100000
54
54
 
 
55
/* FCoE DDP for target mode */
 
56
#define __IXGBE_FCOE_TARGET     1
 
57
 
55
58
struct ixgbe_fcoe_ddp {
56
59
        int len;
57
60
        u32 err;
66
69
        u8 tc;
67
70
        u8 up;
68
71
#endif
 
72
        unsigned long mode;
69
73
        atomic_t refcnt;
70
74
        spinlock_t lock;
71
75
        struct pci_pool *pool;