ixl.h (223d846d93fe4f04cae073df1bee6554b35a3dc7) | ixl.h (fdb6f38a3d4d698feba52664a74b8e8f79e67b73) |
---|---|
1/****************************************************************************** 2 3 Copyright (c) 2013-2015, Intel Corporation 4 All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions are met: 8 --- 191 unchanged lines hidden (view full) --- 200#define IXL_FC_HI 0x20000 201#define IXL_FC_LO 0x10000 202 203#define MAX_MULTICAST_ADDR 128 204 205#define IXL_BAR 3 206#define IXL_ADM_LIMIT 2 207#define IXL_TSO_SIZE 65535 | 1/****************************************************************************** 2 3 Copyright (c) 2013-2015, Intel Corporation 4 All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions are met: 8 --- 191 unchanged lines hidden (view full) --- 200#define IXL_FC_HI 0x20000 201#define IXL_FC_LO 0x10000 202 203#define MAX_MULTICAST_ADDR 128 204 205#define IXL_BAR 3 206#define IXL_ADM_LIMIT 2 207#define IXL_TSO_SIZE 65535 |
208#define IXL_TX_BUF_SZ ((u32) 1514) | |
209#define IXL_AQ_BUF_SZ ((u32) 4096) 210#define IXL_RX_HDR 128 211/* Controls the length of the Admin Queue */ 212#define IXL_AQ_LEN 256 213#define IXL_AQ_LEN_MAX 1024 214#define IXL_AQ_BUFSZ 4096 215#define IXL_RX_LIMIT 512 216#define IXL_RX_ITR 0 --- 437 unchanged lines hidden --- | 208#define IXL_AQ_BUF_SZ ((u32) 4096) 209#define IXL_RX_HDR 128 210/* Controls the length of the Admin Queue */ 211#define IXL_AQ_LEN 256 212#define IXL_AQ_LEN_MAX 1024 213#define IXL_AQ_BUFSZ 4096 214#define IXL_RX_LIMIT 512 215#define IXL_RX_ITR 0 --- 437 unchanged lines hidden --- |