~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/net/ethernet/qlogic/qlcnic/qlcnic_hdr.h

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
704
704
#define QLCNIC_DEV_FAILED               0x6
705
705
#define QLCNIC_DEV_QUISCENT             0x7
706
706
 
 
707
#define QLCNIC_DEV_BADBAD               0xbad0bad0
 
708
 
707
709
#define QLCNIC_DEV_NPAR_NON_OPER        0 /* NON Operational */
708
710
#define QLCNIC_DEV_NPAR_OPER            1 /* NPAR Operational */
709
711
#define QLCNIC_DEV_NPAR_OPER_TIMEO      30 /* Operational time out */
776
778
#define FLASH_ROM_WINDOW        0x42110030
777
779
#define FLASH_ROM_DATA          0x42150000
778
780
 
 
781
 
 
782
static const u32 FW_DUMP_LEVELS[] = {
 
783
        0x3, 0x7, 0xf, 0x1f, 0x3f, 0x7f, 0xff };
 
784
 
779
785
static const u32 MIU_TEST_READ_DATA[] = {
780
786
        0x410000A8, 0x410000AC, 0x410000B8, 0x410000BC, };
781
787