構造体定義書 VC2010

igb_ring

構文構文

struct igb_ring

ファイル名ファイル名

igb.h

構造体情報構造体情報

No. 名称 属性説明
1
igb_ring   
  q_vector igb_q_vector * backlink to q_vector
  pdev pci_dev * pci device for dma mapping
  dma dma_addr_t phys address of the ring
  desc void * descriptor ring memory
  size unsigned int length of desc. ring in bytes
  count u16 number of desc. in the ring
  next_to_use u16  
  next_to_clean u16  
  queue_index u8  
  reg_idx u8  
  head void __iomem *  
  tail void __iomem *  
  buffer_info igb_buffer * array of buffer info structs
  total_bytes unsigned int  
  total_packets unsigned int  
  stats igb_queue_stats  
  restart_queue unsigned int  
  ctx_idx u32  
  detect_tx_hung bool  
  hw_csum_err u64  
  hw_csum_good u64  
  rx_buffer_len u32  
  rx_ps_hdr_size u16  
  rx_csum bool  
  lro_mgr net_lro_mgr  
  lro_used bool  

See Also

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