列挙体定義書 VB2010

mtnic_if_cmd

構文構文

typedef enum mtnic_if_cmd

ファイル名ファイル名

mtnic.h

列挙体情報列挙体情報

No. 名称 属性説明
1
mtnic_if_cmd   
  MTNIC_IF_CMD_QUERY_FW 0x004 query FW (size, version, etc)
  MTNIC_IF_CMD_MAP_FW 0xfff map pages for FW image
  MTNIC_IF_CMD_RUN_FW 0xff6 run the FW
  MTNIC_IF_CMD_QUERY_CAP 0x001 query MTNIC capabilities
  MTNIC_IF_CMD_MAP_PAGES 0x002 map physical pages to HW
  MTNIC_IF_CMD_OPEN_NIC 0x003 run the firmware
  MTNIC_IF_CMD_CONFIG_RX 0x005 general receive configuration
  MTNIC_IF_CMD_CONFIG_TX 0x006 general transmit configuration
  MTNIC_IF_CMD_CONFIG_INT_FREQ 0x007 interrupt timers freq limits
  MTNIC_IF_CMD_HEART_BEAT 0x008 NOP command testing liveliness
  MTNIC_IF_CMD_CLOSE_NIC 0x009 release memory and stop the NIC
  MTNIC_IF_CMD_CONFIG_PORT_RSS_STEER 0x10 set RSS mode
  MTNIC_IF_CMD_SET_PORT_RSS_INDIRECTION 0x11 set RSS indirection tbl
  MTNIC_IF_CMD_CONFIG_PORT_PRIO_STEERING 0x12 set PRIORITY mode
  MTNIC_IF_CMD_CONFIG_PORT_ADDR_STEER 0x13 set Address steer mode
  MTNIC_IF_CMD_CONFIG_PORT_VLAN_FILTER 0x14 configure VLAN filter
  MTNIC_IF_CMD_CONFIG_PORT_MCAST_FILTER 0x15 configure mcast filter
  MTNIC_IF_CMD_ENABLE_PORT_MCAST_FILTER 0x16 enable/disable
  MTNIC_IF_CMD_SET_PORT_MTU 0x17 set port MTU
  MTNIC_IF_CMD_SET_PORT_PROMISCUOUS_MODE 0x18 enable/disable promisc
  MTNIC_IF_CMD_SET_PORT_DEFAULT_RING 0x19 set the default ring
  MTNIC_IF_CMD_SET_PORT_STATE 0x1a set link up/down
  MTNIC_IF_CMD_DUMP_STAT 0x1b dump statistics
  MTNIC_IF_CMD_ARM_PORT_STATE_EVENT 0x1c arm the port state event
  MTNIC_IF_CMD_CONFIG_CQ 0x20 set up completion queue
  MTNIC_IF_CMD_CONFIG_RX_RING 0x21 setup Rx ring
  MTNIC_IF_CMD_SET_RX_RING_ADDR 0x22 set Rx ring filter by address
  MTNIC_IF_CMD_SET_RX_RING_MCAST 0x23 set Rx ring mcast filter
  MTNIC_IF_CMD_ARM_RX_RING_WM 0x24 one-time low-watermark INT
  MTNIC_IF_CMD_CONFIG_TX_RING 0x25 set up Tx ring
  MTNIC_IF_CMD_ENFORCE_TX_RING_ADDR 0x26 setup anti spoofing
  MTNIC_IF_CMD_CONFIG_EQ 0x27 config EQ ring
  MTNIC_IF_CMD_RELEASE_RESOURCE 0x28 release internal ref to resource

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー