構造体定義書 VC2010

e1000_adapter

構文構文

struct e1000_adapter

ファイル名ファイル名

e1000.h

構造体情報構造体情報

No. 名称 属性説明
1
e1000_adapter   
  bd_number u32  
  rx_buffer_len u32  
  wol u32  
  smartspeed u32  
  en_mng_pt u32  
  link_speed u16  
  link_duplex u16  
  stats_lock spinlock_t  
  total_tx_bytes unsigned int  
  total_tx_packets unsigned int  
  total_rx_bytes unsigned int  
  total_rx_packets unsigned int  
  itr u32  
  itr_setting u32  
  tx_itr u16  
  rx_itr u16  
  fc_autoneg bool  
  tx_ring e1000_tx_ring *  
  restart_queue unsigned int  
  tx_queue_len unsigned long  
  txd_cmd u32  
  tx_int_delay u32  
  tx_abs_int_delay u32  
  gotc u32  
  gotc_old u64  
  tpt_old u64  
  colc_old u64  
  tx_timeout_count u32  
  tx_fifo_head u32  
  tx_head_addr u32  
  tx_fifo_size u32  
  tx_timeout_factor u8  
  pcix_82544 bool  
  detect_tx_hung bool  
  rx_ring e1000_rx_ring *  
  hw_csum_err u64  
  hw_csum_good u64  
  alloc_rx_buff_failed u32  
  rx_int_delay u32  
  rx_abs_int_delay u32  
  rx_csum bool  
  gorc u32  
  gorc_old u64  
  max_frame_size u32  
  min_frame_size u32  
  netdev net_device *  
  pdev pci_device *  
  net_stats net_device_stats  
  hw e1000_hw  
  stats e1000_hw_stats  
  phy_info e1000_phy_info  
  phy_stats e1000_phy_stats  
  msg_enable int  
  state unsigned long  
  eeprom_wol u32  
  config_space u32 *  
  flags unsigned int  
  tx_desc_pwr u32  
  tx_iobuf[NUM_TX_DESC]    
  rx_iobuf[NUM_RX_DESC] io_buffer *  
  tx_base e1000_tx_desc *  
  rx_base e1000_rx_desc *  
  tx_ring_size uint32_t  
  rx_ring_size uint32_t  
  tx_head uint32_t  
  tx_tail uint32_t  
  tx_fill_ctr uint32_t  
  rx_curr uint32_t  
  ioaddr uint32_t  
  irqno uint32_t  

See Also

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