Searched defs:igc_adapter (Results 1 – 1 of 1) sorted by relevance
350 struct igc_adapter { struct351 struct net_device *netdev;353 unsigned long state;354 unsigned int flags;355 unsigned int num_q_vectors;357 struct msix_entry *msix_entries;360 u16 tx_work_limit;361 u32 tx_timeout_count;362 int num_tx_queues;363 struct igc_ring *tx_ring[IGC_MAX_TX_QUEUES];[all …]