iPXE
Data Structures | Macros | Typedefs | Enumerations | Functions
myri10ge_mcp.h File Reference

Go to the source code of this file.

Data Structures

struct  mcp_dma_addr
 
struct  mcp_slot
 
struct  mcp_cmd
 
struct  mcp_cmd_response
 
union  mcp_pso_or_cumlen
 
struct  mcp_kreq_ether_send
 
struct  mcp_kreq_ether_recv
 
struct  mcp_irq_data
 

Macros

#define _myri10ge_mcp_h
 
#define MXGEFW_VERSION_MAJOR   1
 
#define MXGEFW_VERSION_MINOR   4
 
#define MXGEFW_FLAGS_SMALL   0x1
 
#define MXGEFW_FLAGS_TSO_HDR   0x1
 
#define MXGEFW_FLAGS_FIRST   0x2
 
#define MXGEFW_FLAGS_ALIGN_ODD   0x4
 
#define MXGEFW_FLAGS_CKSUM   0x8
 
#define MXGEFW_FLAGS_TSO_LAST   0x8
 
#define MXGEFW_FLAGS_NO_TSO   0x10
 
#define MXGEFW_FLAGS_TSO_CHOP   0x10
 
#define MXGEFW_FLAGS_TSO_PLD   0x20
 
#define MXGEFW_SEND_SMALL_SIZE   1520
 
#define MXGEFW_MAX_MTU   9400
 
#define MXGEFW_MAX_SEND_DESC   12
 
#define MXGEFW_PAD   2
 
#define MXGEFW_BOOT_HANDOFF   0xfc0000
 
#define MXGEFW_BOOT_DUMMY_RDMA   0xfc01c0
 
#define MXGEFW_ETH_CMD   0xf80000
 
#define MXGEFW_ETH_SEND_4   0x200000
 
#define MXGEFW_ETH_SEND_1   0x240000
 
#define MXGEFW_ETH_SEND_2   0x280000
 
#define MXGEFW_ETH_SEND_3   0x2c0000
 
#define MXGEFW_ETH_RECV_SMALL   0x300000
 
#define MXGEFW_ETH_RECV_BIG   0x340000
 
#define MXGEFW_ETH_SEND_GO   0x380000
 
#define MXGEFW_ETH_SEND_STOP   0x3C0000
 
#define MXGEFW_ETH_SEND(n)   (0x200000 + (((n) & 0x03) * 0x40000))
 
#define MXGEFW_ETH_SEND_OFFSET(n)   (MXGEFW_ETH_SEND(n) - MXGEFW_ETH_SEND_4)
 
#define MXGEFW_CMD_SET_INTRQ_SIZE_FLAG_NO_STRICT_SIZE_CHECK   (1 << 31)
 
#define MXGEFW_SLICE_INTR_MODE_SHARED   0x0
 
#define MXGEFW_SLICE_INTR_MODE_ONE_PER_SLICE   0x1
 
#define MXGEFW_SLICE_ENABLE_MULTIPLE_TX_QUEUES   0x2
 
#define MXGEFW_RSS_HASH_TYPE_IPV4   0x1
 
#define MXGEFW_RSS_HASH_TYPE_TCP_IPV4   0x2
 
#define MXGEFW_RSS_HASH_TYPE_SRC_PORT   0x4
 
#define MXGEFW_RSS_HASH_TYPE_SRC_DST_PORT   0x5
 
#define MXGEFW_RSS_HASH_TYPE_MAX   0x5
 
#define MXGEFW_TSO_MODE_LINUX   0
 
#define MXGEFW_TSO_MODE_NDIS   1
 
#define MXGEFW_RSS_MCP_SLOT_TYPE_MIN   0
 
#define MXGEFW_RSS_MCP_SLOT_TYPE_WITH_HASH   1
 
#define MXGEFW_OLD_IRQ_DATA_LEN   40
 
#define MXGEFW_LINK_DOWN   0
 
#define MXGEFW_LINK_UP   1
 
#define MXGEFW_LINK_MYRINET   2
 
#define MXGEFW_LINK_UNKNOWN   3
 
#define MXGEFW_NETQ_FILTERTYPE_NONE   0
 
#define MXGEFW_NETQ_FILTERTYPE_MACADDR   1
 
#define MXGEFW_NETQ_FILTERTYPE_VLAN   2
 
#define MXGEFW_NETQ_FILTERTYPE_VLANMACADDR   3
 

Typedefs

typedef struct mcp_dma_addr mcp_dma_addr_t
 
typedef struct mcp_slot mcp_slot_t
 
typedef struct mcp_cmd mcp_cmd_t
 
typedef struct mcp_cmd_response mcp_cmd_response_t
 
typedef union mcp_pso_or_cumlen mcp_pso_or_cumlen_t
 
typedef struct mcp_kreq_ether_send mcp_kreq_ether_send_t
 
typedef struct mcp_kreq_ether_recv mcp_kreq_ether_recv_t
 
typedef enum myri10ge_mcp_cmd_type myri10ge_mcp_cmd_type_t
 
typedef enum myri10ge_mcp_cmd_status myri10ge_mcp_cmd_status_t
 
typedef struct mcp_irq_data mcp_irq_data_t
 

Enumerations

enum  myri10ge_mcp_cmd_type {
  MXGEFW_CMD_NONE = 0, MXGEFW_CMD_RESET = 1, MXGEFW_GET_MCP_VERSION = 2, MXGEFW_CMD_SET_INTRQ_DMA = 3,
  MXGEFW_CMD_SET_BIG_BUFFER_SIZE = 4, MXGEFW_CMD_SET_SMALL_BUFFER_SIZE = 5, MXGEFW_CMD_GET_SEND_OFFSET = 6, MXGEFW_CMD_GET_SMALL_RX_OFFSET = 7,
  MXGEFW_CMD_GET_BIG_RX_OFFSET = 8, MXGEFW_CMD_GET_IRQ_ACK_OFFSET = 9, MXGEFW_CMD_GET_IRQ_DEASSERT_OFFSET = 10, MXGEFW_CMD_GET_SEND_RING_SIZE = 11,
  MXGEFW_CMD_GET_RX_RING_SIZE = 12, MXGEFW_CMD_SET_INTRQ_SIZE = 13, MXGEFW_CMD_ETHERNET_UP = 14, MXGEFW_CMD_ETHERNET_DOWN = 15,
  MXGEFW_CMD_SET_MTU = 16, MXGEFW_CMD_GET_INTR_COAL_DELAY_OFFSET = 17, MXGEFW_CMD_SET_STATS_INTERVAL = 18, MXGEFW_CMD_SET_STATS_DMA_OBSOLETE = 19,
  MXGEFW_ENABLE_PROMISC = 20, MXGEFW_DISABLE_PROMISC = 21, MXGEFW_SET_MAC_ADDRESS = 22, MXGEFW_ENABLE_FLOW_CONTROL = 23,
  MXGEFW_DISABLE_FLOW_CONTROL = 24, MXGEFW_DMA_TEST = 25, MXGEFW_ENABLE_ALLMULTI = 26, MXGEFW_DISABLE_ALLMULTI = 27,
  MXGEFW_JOIN_MULTICAST_GROUP = 28, MXGEFW_LEAVE_MULTICAST_GROUP = 29, MXGEFW_LEAVE_ALL_MULTICAST_GROUPS = 30, MXGEFW_CMD_SET_STATS_DMA_V2 = 31,
  MXGEFW_CMD_UNALIGNED_TEST = 32, MXGEFW_CMD_UNALIGNED_STATUS = 33, MXGEFW_CMD_ALWAYS_USE_N_BIG_BUFFERS = 34, MXGEFW_CMD_GET_MAX_RSS_QUEUES = 35,
  MXGEFW_CMD_ENABLE_RSS_QUEUES = 36, MXGEFW_CMD_GET_RSS_SHARED_INTERRUPT_MASK_OFFSET = 37, MXGEFW_CMD_SET_RSS_SHARED_INTERRUPT_DMA = 38, MXGEFW_CMD_GET_RSS_TABLE_OFFSET = 39,
  MXGEFW_CMD_SET_RSS_TABLE_SIZE = 40, MXGEFW_CMD_GET_RSS_KEY_OFFSET = 41, MXGEFW_CMD_RSS_KEY_UPDATED = 42, MXGEFW_CMD_SET_RSS_ENABLE = 43,
  MXGEFW_CMD_GET_MAX_TSO6_HDR_SIZE = 44, MXGEFW_CMD_SET_TSO_MODE = 45, MXGEFW_CMD_MDIO_READ = 46, MXGEFW_CMD_MDIO_WRITE = 47,
  MXGEFW_CMD_I2C_READ = 48, MXGEFW_CMD_I2C_BYTE = 49, MXGEFW_CMD_GET_VPUMP_OFFSET = 50, MXGEFW_CMD_RESET_VPUMP = 51,
  MXGEFW_CMD_SET_RSS_MCP_SLOT_TYPE = 52, MXGEFW_CMD_SET_THROTTLE_FACTOR = 53, MXGEFW_CMD_VPUMP_UP = 54, MXGEFW_CMD_GET_VPUMP_CLK = 55,
  MXGEFW_CMD_GET_DCA_OFFSET = 56, MXGEFW_CMD_NETQ_GET_FILTERS_PER_QUEUE = 57, MXGEFW_CMD_NETQ_ADD_FILTER = 58, MXGEFW_CMD_NETQ_DEL_FILTER = 59,
  MXGEFW_CMD_NETQ_QUERY1 = 60, MXGEFW_CMD_NETQ_QUERY2 = 61, MXGEFW_CMD_NETQ_QUERY3 = 62, MXGEFW_CMD_NETQ_QUERY4 = 63,
  MXGEFW_CMD_RELAX_RXBUFFER_ALIGNMENT = 64
}
 
enum  myri10ge_mcp_cmd_status {
  MXGEFW_CMD_OK = 0, MXGEFW_CMD_UNKNOWN = 1, MXGEFW_CMD_ERROR_RANGE = 2, MXGEFW_CMD_ERROR_BUSY = 3,
  MXGEFW_CMD_ERROR_EMPTY = 4, MXGEFW_CMD_ERROR_CLOSED = 5, MXGEFW_CMD_ERROR_HASH_ERROR = 6, MXGEFW_CMD_ERROR_BAD_PORT = 7,
  MXGEFW_CMD_ERROR_RESOURCES = 8, MXGEFW_CMD_ERROR_MULTICAST = 9, MXGEFW_CMD_ERROR_UNALIGNED = 10, MXGEFW_CMD_ERROR_NO_MDIO = 11,
  MXGEFW_CMD_ERROR_I2C_FAILURE = 12, MXGEFW_CMD_ERROR_I2C_ABSENT = 13, MXGEFW_CMD_ERROR_BAD_PCIE_LINK = 14
}
 

Functions

 FILE_LICENCE (GPL2_ONLY)
 

Macro Definition Documentation

◆ _myri10ge_mcp_h

#define _myri10ge_mcp_h

Definition at line 23 of file myri10ge_mcp.h.

◆ MXGEFW_VERSION_MAJOR

#define MXGEFW_VERSION_MAJOR   1

Definition at line 25 of file myri10ge_mcp.h.

◆ MXGEFW_VERSION_MINOR

#define MXGEFW_VERSION_MINOR   4

Definition at line 26 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_SMALL

#define MXGEFW_FLAGS_SMALL   0x1

Definition at line 113 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_TSO_HDR

#define MXGEFW_FLAGS_TSO_HDR   0x1

Definition at line 114 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_FIRST

#define MXGEFW_FLAGS_FIRST   0x2

Definition at line 115 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_ALIGN_ODD

#define MXGEFW_FLAGS_ALIGN_ODD   0x4

Definition at line 116 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_CKSUM

#define MXGEFW_FLAGS_CKSUM   0x8

Definition at line 117 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_TSO_LAST

#define MXGEFW_FLAGS_TSO_LAST   0x8

Definition at line 118 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_NO_TSO

#define MXGEFW_FLAGS_NO_TSO   0x10

Definition at line 119 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_TSO_CHOP

#define MXGEFW_FLAGS_TSO_CHOP   0x10

Definition at line 120 of file myri10ge_mcp.h.

◆ MXGEFW_FLAGS_TSO_PLD

#define MXGEFW_FLAGS_TSO_PLD   0x20

Definition at line 121 of file myri10ge_mcp.h.

◆ MXGEFW_SEND_SMALL_SIZE

#define MXGEFW_SEND_SMALL_SIZE   1520

Definition at line 123 of file myri10ge_mcp.h.

◆ MXGEFW_MAX_MTU

#define MXGEFW_MAX_MTU   9400

Definition at line 124 of file myri10ge_mcp.h.

◆ MXGEFW_MAX_SEND_DESC

#define MXGEFW_MAX_SEND_DESC   12

Definition at line 132 of file myri10ge_mcp.h.

◆ MXGEFW_PAD

#define MXGEFW_PAD   2

Definition at line 133 of file myri10ge_mcp.h.

◆ MXGEFW_BOOT_HANDOFF

#define MXGEFW_BOOT_HANDOFF   0xfc0000

Definition at line 158 of file myri10ge_mcp.h.

◆ MXGEFW_BOOT_DUMMY_RDMA

#define MXGEFW_BOOT_DUMMY_RDMA   0xfc01c0

Definition at line 159 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_CMD

#define MXGEFW_ETH_CMD   0xf80000

Definition at line 161 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_SEND_4

#define MXGEFW_ETH_SEND_4   0x200000

Definition at line 162 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_SEND_1

#define MXGEFW_ETH_SEND_1   0x240000

Definition at line 163 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_SEND_2

#define MXGEFW_ETH_SEND_2   0x280000

Definition at line 164 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_SEND_3

#define MXGEFW_ETH_SEND_3   0x2c0000

Definition at line 165 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_RECV_SMALL

#define MXGEFW_ETH_RECV_SMALL   0x300000

Definition at line 166 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_RECV_BIG

#define MXGEFW_ETH_RECV_BIG   0x340000

Definition at line 167 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_SEND_GO

#define MXGEFW_ETH_SEND_GO   0x380000

Definition at line 168 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_SEND_STOP

#define MXGEFW_ETH_SEND_STOP   0x3C0000

Definition at line 169 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_SEND

#define MXGEFW_ETH_SEND (   n)    (0x200000 + (((n) & 0x03) * 0x40000))

Definition at line 171 of file myri10ge_mcp.h.

◆ MXGEFW_ETH_SEND_OFFSET

#define MXGEFW_ETH_SEND_OFFSET (   n)    (MXGEFW_ETH_SEND(n) - MXGEFW_ETH_SEND_4)

Definition at line 172 of file myri10ge_mcp.h.

◆ MXGEFW_CMD_SET_INTRQ_SIZE_FLAG_NO_STRICT_SIZE_CHECK

#define MXGEFW_CMD_SET_INTRQ_SIZE_FLAG_NO_STRICT_SIZE_CHECK   (1 << 31)

Definition at line 222 of file myri10ge_mcp.h.

◆ MXGEFW_SLICE_INTR_MODE_SHARED

#define MXGEFW_SLICE_INTR_MODE_SHARED   0x0

Definition at line 314 of file myri10ge_mcp.h.

◆ MXGEFW_SLICE_INTR_MODE_ONE_PER_SLICE

#define MXGEFW_SLICE_INTR_MODE_ONE_PER_SLICE   0x1

Definition at line 315 of file myri10ge_mcp.h.

◆ MXGEFW_SLICE_ENABLE_MULTIPLE_TX_QUEUES

#define MXGEFW_SLICE_ENABLE_MULTIPLE_TX_QUEUES   0x2

Definition at line 316 of file myri10ge_mcp.h.

◆ MXGEFW_RSS_HASH_TYPE_IPV4

#define MXGEFW_RSS_HASH_TYPE_IPV4   0x1

Definition at line 340 of file myri10ge_mcp.h.

◆ MXGEFW_RSS_HASH_TYPE_TCP_IPV4

#define MXGEFW_RSS_HASH_TYPE_TCP_IPV4   0x2

Definition at line 341 of file myri10ge_mcp.h.

◆ MXGEFW_RSS_HASH_TYPE_SRC_PORT

#define MXGEFW_RSS_HASH_TYPE_SRC_PORT   0x4

Definition at line 342 of file myri10ge_mcp.h.

◆ MXGEFW_RSS_HASH_TYPE_SRC_DST_PORT

#define MXGEFW_RSS_HASH_TYPE_SRC_DST_PORT   0x5

Definition at line 343 of file myri10ge_mcp.h.

◆ MXGEFW_RSS_HASH_TYPE_MAX

#define MXGEFW_RSS_HASH_TYPE_MAX   0x5

Definition at line 344 of file myri10ge_mcp.h.

◆ MXGEFW_TSO_MODE_LINUX

#define MXGEFW_TSO_MODE_LINUX   0

Definition at line 360 of file myri10ge_mcp.h.

◆ MXGEFW_TSO_MODE_NDIS

#define MXGEFW_TSO_MODE_NDIS   1

Definition at line 361 of file myri10ge_mcp.h.

◆ MXGEFW_RSS_MCP_SLOT_TYPE_MIN

#define MXGEFW_RSS_MCP_SLOT_TYPE_MIN   0

Definition at line 398 of file myri10ge_mcp.h.

◆ MXGEFW_RSS_MCP_SLOT_TYPE_WITH_HASH

#define MXGEFW_RSS_MCP_SLOT_TYPE_WITH_HASH   1

Definition at line 399 of file myri10ge_mcp.h.

◆ MXGEFW_OLD_IRQ_DATA_LEN

#define MXGEFW_OLD_IRQ_DATA_LEN   40

Definition at line 467 of file myri10ge_mcp.h.

◆ MXGEFW_LINK_DOWN

#define MXGEFW_LINK_DOWN   0

Definition at line 480 of file myri10ge_mcp.h.

◆ MXGEFW_LINK_UP

#define MXGEFW_LINK_UP   1

Definition at line 481 of file myri10ge_mcp.h.

◆ MXGEFW_LINK_MYRINET

#define MXGEFW_LINK_MYRINET   2

Definition at line 482 of file myri10ge_mcp.h.

◆ MXGEFW_LINK_UNKNOWN

#define MXGEFW_LINK_UNKNOWN   3

Definition at line 483 of file myri10ge_mcp.h.

◆ MXGEFW_NETQ_FILTERTYPE_NONE

#define MXGEFW_NETQ_FILTERTYPE_NONE   0

Definition at line 510 of file myri10ge_mcp.h.

◆ MXGEFW_NETQ_FILTERTYPE_MACADDR

#define MXGEFW_NETQ_FILTERTYPE_MACADDR   1

Definition at line 511 of file myri10ge_mcp.h.

◆ MXGEFW_NETQ_FILTERTYPE_VLAN

#define MXGEFW_NETQ_FILTERTYPE_VLAN   2

Definition at line 512 of file myri10ge_mcp.h.

◆ MXGEFW_NETQ_FILTERTYPE_VLANMACADDR

#define MXGEFW_NETQ_FILTERTYPE_VLANMACADDR   3

Definition at line 513 of file myri10ge_mcp.h.

Typedef Documentation

◆ mcp_dma_addr_t

typedef struct mcp_dma_addr mcp_dma_addr_t

Definition at line 46 of file myri10ge_mcp.h.

◆ mcp_slot_t

typedef struct mcp_slot mcp_slot_t

Definition at line 53 of file myri10ge_mcp.h.

◆ mcp_cmd_t

typedef struct mcp_cmd mcp_cmd_t

Definition at line 86 of file myri10ge_mcp.h.

◆ mcp_cmd_response_t

Definition at line 93 of file myri10ge_mcp.h.

◆ mcp_pso_or_cumlen_t

Definition at line 130 of file myri10ge_mcp.h.

◆ mcp_kreq_ether_send_t

Definition at line 146 of file myri10ge_mcp.h.

◆ mcp_kreq_ether_recv_t

Definition at line 153 of file myri10ge_mcp.h.

◆ myri10ge_mcp_cmd_type_t

Definition at line 444 of file myri10ge_mcp.h.

◆ myri10ge_mcp_cmd_status_t

Definition at line 464 of file myri10ge_mcp.h.

◆ mcp_irq_data_t

typedef struct mcp_irq_data mcp_irq_data_t

Definition at line 498 of file myri10ge_mcp.h.

Enumeration Type Documentation

◆ myri10ge_mcp_cmd_type

Enumerator
MXGEFW_CMD_NONE 
MXGEFW_CMD_RESET 
MXGEFW_GET_MCP_VERSION 
MXGEFW_CMD_SET_INTRQ_DMA 
MXGEFW_CMD_SET_BIG_BUFFER_SIZE 
MXGEFW_CMD_SET_SMALL_BUFFER_SIZE 
MXGEFW_CMD_GET_SEND_OFFSET 
MXGEFW_CMD_GET_SMALL_RX_OFFSET 
MXGEFW_CMD_GET_BIG_RX_OFFSET 
MXGEFW_CMD_GET_IRQ_ACK_OFFSET 
MXGEFW_CMD_GET_IRQ_DEASSERT_OFFSET 
MXGEFW_CMD_GET_SEND_RING_SIZE 
MXGEFW_CMD_GET_RX_RING_SIZE 
MXGEFW_CMD_SET_INTRQ_SIZE 
MXGEFW_CMD_ETHERNET_UP 
MXGEFW_CMD_ETHERNET_DOWN 
MXGEFW_CMD_SET_MTU 
MXGEFW_CMD_GET_INTR_COAL_DELAY_OFFSET 
MXGEFW_CMD_SET_STATS_INTERVAL 
MXGEFW_CMD_SET_STATS_DMA_OBSOLETE 
MXGEFW_ENABLE_PROMISC 
MXGEFW_DISABLE_PROMISC 
MXGEFW_SET_MAC_ADDRESS 
MXGEFW_ENABLE_FLOW_CONTROL 
MXGEFW_DISABLE_FLOW_CONTROL 
MXGEFW_DMA_TEST 
MXGEFW_ENABLE_ALLMULTI 
MXGEFW_DISABLE_ALLMULTI 
MXGEFW_JOIN_MULTICAST_GROUP 
MXGEFW_LEAVE_MULTICAST_GROUP 
MXGEFW_LEAVE_ALL_MULTICAST_GROUPS 
MXGEFW_CMD_SET_STATS_DMA_V2 
MXGEFW_CMD_UNALIGNED_TEST 
MXGEFW_CMD_UNALIGNED_STATUS 
MXGEFW_CMD_ALWAYS_USE_N_BIG_BUFFERS 
MXGEFW_CMD_GET_MAX_RSS_QUEUES 
MXGEFW_CMD_ENABLE_RSS_QUEUES 
MXGEFW_CMD_GET_RSS_SHARED_INTERRUPT_MASK_OFFSET 
MXGEFW_CMD_SET_RSS_SHARED_INTERRUPT_DMA 
MXGEFW_CMD_GET_RSS_TABLE_OFFSET 
MXGEFW_CMD_SET_RSS_TABLE_SIZE 
MXGEFW_CMD_GET_RSS_KEY_OFFSET 
MXGEFW_CMD_RSS_KEY_UPDATED 
MXGEFW_CMD_SET_RSS_ENABLE 
MXGEFW_CMD_GET_MAX_TSO6_HDR_SIZE 
MXGEFW_CMD_SET_TSO_MODE 
MXGEFW_CMD_MDIO_READ 
MXGEFW_CMD_MDIO_WRITE 
MXGEFW_CMD_I2C_READ 
MXGEFW_CMD_I2C_BYTE 
MXGEFW_CMD_GET_VPUMP_OFFSET 
MXGEFW_CMD_RESET_VPUMP 
MXGEFW_CMD_SET_RSS_MCP_SLOT_TYPE 
MXGEFW_CMD_SET_THROTTLE_FACTOR 
MXGEFW_CMD_VPUMP_UP 
MXGEFW_CMD_GET_VPUMP_CLK 
MXGEFW_CMD_GET_DCA_OFFSET 
MXGEFW_CMD_NETQ_GET_FILTERS_PER_QUEUE 
MXGEFW_CMD_NETQ_ADD_FILTER 
MXGEFW_CMD_NETQ_DEL_FILTER 
MXGEFW_CMD_NETQ_QUERY1 
MXGEFW_CMD_NETQ_QUERY2 
MXGEFW_CMD_NETQ_QUERY3 
MXGEFW_CMD_NETQ_QUERY4 
MXGEFW_CMD_RELAX_RXBUFFER_ALIGNMENT 

Definition at line 174 of file myri10ge_mcp.h.

174  {
175  MXGEFW_CMD_NONE = 0,
176  /* Reset the mcp, it is left in a safe state, waiting
177  for the driver to set all its parameters */
178  MXGEFW_CMD_RESET = 1,
179 
180  /* get the version number of the current firmware..
181  (may be available in the eeprom strings..? */
183 
184 
185  /* Parameters which must be set by the driver before it can
186  issue MXGEFW_CMD_ETHERNET_UP. They persist until the next
187  MXGEFW_CMD_RESET is issued */
188 
190  /* data0 = LSW of the host address
191  * data1 = MSW of the host address
192  * data2 = slice number if multiple slices are used
193  */
194 
195  MXGEFW_CMD_SET_BIG_BUFFER_SIZE = 4, /* in bytes, power of 2 */
196  MXGEFW_CMD_SET_SMALL_BUFFER_SIZE = 5, /* in bytes */
197 
198 
199  /* Parameters which refer to lanai SRAM addresses where the
200  driver must issue PIO writes for various things */
201 
205  /* data0 = slice number if multiple slices are used */
206 
209 
210  /* Parameters which refer to rings stored on the MCP,
211  and whose size is controlled by the mcp */
212 
213  MXGEFW_CMD_GET_SEND_RING_SIZE = 11, /* in bytes */
214  MXGEFW_CMD_GET_RX_RING_SIZE = 12, /* in bytes */
215 
216  /* Parameters which refer to rings stored in the host,
217  and whose size is controlled by the host. Note that
218  all must be physically contiguous and must contain
219  a power of 2 number of entries. */
220 
221  MXGEFW_CMD_SET_INTRQ_SIZE = 13, /* in bytes */
222 #define MXGEFW_CMD_SET_INTRQ_SIZE_FLAG_NO_STRICT_SIZE_CHECK (1 << 31)
223 
224  /* command to bring ethernet interface up. Above parameters
225  (plus mtu & mac address) must have been exchanged prior
226  to issuing this command */
228 
229  /* command to bring ethernet interface down. No further sends
230  or receives may be processed until an MXGEFW_CMD_ETHERNET_UP
231  is issued, and all interrupt queues must be flushed prior
232  to ack'ing this command */
233 
235 
236  /* commands the driver may issue live, without resetting
237  the nic. Note that increasing the mtu "live" should
238  only be done if the driver has already supplied buffers
239  sufficiently large to handle the new mtu. Decreasing
240  the mtu live is safe */
241 
242  MXGEFW_CMD_SET_MTU = 16,
243  MXGEFW_CMD_GET_INTR_COAL_DELAY_OFFSET = 17, /* in microseconds */
244  MXGEFW_CMD_SET_STATS_INTERVAL = 18, /* in microseconds */
245  MXGEFW_CMD_SET_STATS_DMA_OBSOLETE = 19, /* replaced by SET_STATS_DMA_V2 */
246 
250 
253 
254  /* do a DMA test
255  data0,data1 = DMA address
256  data2 = RDMA length (MSH), WDMA length (LSH)
257  command return data = repetitions (MSH), 0.5-ms ticks (LSH)
258  */
259  MXGEFW_DMA_TEST = 25,
260 
263 
264  /* returns MXGEFW_CMD_ERROR_MULTICAST
265  if there is no room in the cache
266  data0,MSH(data1) = multicast group address */
268  /* returns MXGEFW_CMD_ERROR_MULTICAST
269  if the address is not in the cache,
270  or is equal to FF-FF-FF-FF-FF-FF
271  data0,MSH(data1) = multicast group address */
274 
276  /* data0, data1 = bus addr,
277  * data2 = sizeof(struct mcp_irq_data) from driver point of view, allows
278  * adding new stuff to mcp_irq_data without changing the ABI
279  *
280  * If multiple slices are used, data2 contains both the size of the
281  * structure (in the lower 16 bits) and the slice number
282  * (in the upper 16 bits).
283  */
284 
286  /* same than DMA_TEST (same args) but abort with UNALIGNED on unaligned
287  chipset */
288 
290  /* return data = boolean, true if the chipset is known to be unaligned */
291 
293  /* data0 = number of big buffers to use. It must be 0 or a power of 2.
294  * 0 indicates that the NIC consumes as many buffers as they are required
295  * for packet. This is the default behavior.
296  * A power of 2 number indicates that the NIC always uses the specified
297  * number of buffers for each big receive packet.
298  * It is up to the driver to ensure that this value is big enough for
299  * the NIC to be able to receive maximum-sized packets.
300  */
301 
304  /* data0 = number of slices n (0, 1, ..., n-1) to enable
305  * data1 = interrupt mode | use of multiple transmit queues.
306  * 0=share one INTx/MSI.
307  * 1=use one MSI-X per queue.
308  * If all queues share one interrupt, the driver must have set
309  * RSS_SHARED_INTERRUPT_DMA before enabling queues.
310  * 2=enable both receive and send queues.
311  * Without this bit set, only one send queue (slice 0's send queue)
312  * is enabled. The receive queues are always enabled.
313  */
314 #define MXGEFW_SLICE_INTR_MODE_SHARED 0x0
315 #define MXGEFW_SLICE_INTR_MODE_ONE_PER_SLICE 0x1
316 #define MXGEFW_SLICE_ENABLE_MULTIPLE_TX_QUEUES 0x2
317 
320  /* data0, data1 = bus address lsw, msw */
322  /* get the offset of the indirection table */
324  /* set the size of the indirection table */
326  /* get the offset of the secret key */
328  /* tell nic that the secret key's been updated */
330  /* data0 = enable/disable rss
331  * 0: disable rss. nic does not distribute receive packets.
332  * 1: enable rss. nic distributes receive packets among queues.
333  * data1 = hash type
334  * 1: IPV4 (required by RSS)
335  * 2: TCP_IPV4 (required by RSS)
336  * 3: IPV4 | TCP_IPV4 (required by RSS)
337  * 4: source port
338  * 5: source port + destination port
339  */
340 #define MXGEFW_RSS_HASH_TYPE_IPV4 0x1
341 #define MXGEFW_RSS_HASH_TYPE_TCP_IPV4 0x2
342 #define MXGEFW_RSS_HASH_TYPE_SRC_PORT 0x4
343 #define MXGEFW_RSS_HASH_TYPE_SRC_DST_PORT 0x5
344 #define MXGEFW_RSS_HASH_TYPE_MAX 0x5
345 
347  /* Return data = the max. size of the entire headers of a IPv6 TSO packet.
348  * If the header size of a IPv6 TSO packet is larger than the specified
349  * value, then the driver must not use TSO.
350  * This size restriction only applies to IPv6 TSO.
351  * For IPv4 TSO, the maximum size of the headers is fixed, and the NIC
352  * always has enough header buffer to store maximum-sized headers.
353  */
354 
356  /* data0 = TSO mode.
357  * 0: Linux/FreeBSD style (NIC default)
358  * 1: NDIS/NetBSD style
359  */
360 #define MXGEFW_TSO_MODE_LINUX 0
361 #define MXGEFW_TSO_MODE_NDIS 1
362 
364  /* data0 = dev_addr (PMA/PMD or PCS ...), data1 = register/addr */
366  /* data0 = dev_addr, data1 = register/addr, data2 = value */
367 
368  MXGEFW_CMD_I2C_READ = 48,
369  /* Starts to get a fresh copy of one byte or of the module i2c table, the
370  * obtained data is cached inside the xaui-xfi chip :
371  * data0 : 0 => get one byte, 1=> get 256 bytes
372  * data1 : If data0 == 0: location to refresh
373  * bit 7:0 register location
374  * bit 8:15 is the i2c slave addr (0 is interpreted as 0xA1)
375  * bit 23:16 is the i2c bus number (for multi-port NICs)
376  * If data0 == 1: unused
377  * The operation might take ~1ms for a single byte or ~65ms when refreshing all 256 bytes
378  * During the i2c operation, MXGEFW_CMD_I2C_READ or MXGEFW_CMD_I2C_BYTE attempts
379  * will return MXGEFW_CMD_ERROR_BUSY
380  */
381  MXGEFW_CMD_I2C_BYTE = 49,
382  /* Return the last obtained copy of a given byte in the xfp i2c table
383  * (copy cached during the last relevant MXGEFW_CMD_I2C_READ)
384  * data0 : index of the desired table entry
385  * Return data = the byte stored at the requested index in the table
386  */
387 
389  /* Return data = NIC memory offset of mcp_vpump_public_global */
391  /* Resets the VPUMP state */
392 
394  /* data0 = mcp_slot type to use.
395  * 0 = the default 4B mcp_slot
396  * 1 = 8B mcp_slot_8
397  */
398 #define MXGEFW_RSS_MCP_SLOT_TYPE_MIN 0
399 #define MXGEFW_RSS_MCP_SLOT_TYPE_WITH_HASH 1
400 
402  /* set the throttle factor for ethp_z8e
403  data0 = throttle_factor
404  throttle_factor = 256 * pcie-raw-speed / tx_speed
405  tx_speed = 256 * pcie-raw-speed / throttle_factor
406 
407  For PCI-E x8: pcie-raw-speed == 16Gb/s
408  For PCI-E x4: pcie-raw-speed == 8Gb/s
409 
410  ex1: throttle_factor == 0x1a0 (416), tx_speed == 1.23GB/s == 9.846 Gb/s
411  ex2: throttle_factor == 0x200 (512), tx_speed == 1.0GB/s == 8 Gb/s
412 
413  with tx_boundary == 2048, max-throttle-factor == 8191 => min-speed == 500Mb/s
414  with tx_boundary == 4096, max-throttle-factor == 4095 => min-speed == 1Gb/s
415  */
416 
417  MXGEFW_CMD_VPUMP_UP = 54,
418  /* Allocates VPump Connection, Send Request and Zero copy buffer address tables */
420  /* Get the lanai clock */
421 
423  /* offset of dca control for WDMAs */
424 
425  /* VMWare NetQueue commands */
428  /* data0 = filter_id << 16 | queue << 8 | type */
429  /* data1 = MS4 of MAC Addr */
430  /* data2 = LS2_MAC << 16 | VLAN_tag */
432  /* data0 = filter_id */
437 
439  /* When set, small receive buffers can cross page boundaries.
440  * Both small and big receive buffers may start at any address.
441  * This option has performance implications, so use with caution.
442  */
443 };

◆ myri10ge_mcp_cmd_status

Enumerator
MXGEFW_CMD_OK 
MXGEFW_CMD_UNKNOWN 
MXGEFW_CMD_ERROR_RANGE 
MXGEFW_CMD_ERROR_BUSY 
MXGEFW_CMD_ERROR_EMPTY 
MXGEFW_CMD_ERROR_CLOSED 
MXGEFW_CMD_ERROR_HASH_ERROR 
MXGEFW_CMD_ERROR_BAD_PORT 
MXGEFW_CMD_ERROR_RESOURCES 
MXGEFW_CMD_ERROR_MULTICAST 
MXGEFW_CMD_ERROR_UNALIGNED 
MXGEFW_CMD_ERROR_NO_MDIO 
MXGEFW_CMD_ERROR_I2C_FAILURE 
MXGEFW_CMD_ERROR_I2C_ABSENT 
MXGEFW_CMD_ERROR_BAD_PCIE_LINK 

Definition at line 447 of file myri10ge_mcp.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_ONLY  )