Lines Matching refs:igb_adapter

22 struct igb_adapter;
294 struct igb_adapter *adapter; /* backlink */
466 struct igb_adapter { struct
649 int igb_up(struct igb_adapter *);
650 void igb_down(struct igb_adapter *);
651 void igb_reinit_locked(struct igb_adapter *);
652 void igb_reset(struct igb_adapter *);
653 int igb_reinit_queues(struct igb_adapter *);
654 void igb_write_rss_indir_tbl(struct igb_adapter *);
655 int igb_set_spd_dplx(struct igb_adapter *, u32, u8);
660 void igb_configure_tx_ring(struct igb_adapter *, struct igb_ring *);
661 void igb_configure_rx_ring(struct igb_adapter *, struct igb_ring *);
662 void igb_setup_tctl(struct igb_adapter *);
663 void igb_setup_rctl(struct igb_adapter *);
666 void igb_update_stats(struct igb_adapter *);
667 bool igb_has_link(struct igb_adapter *adapter);
669 void igb_power_up_link(struct igb_adapter *);
670 void igb_set_fw_version(struct igb_adapter *);
671 void igb_ptp_init(struct igb_adapter *adapter);
672 void igb_ptp_stop(struct igb_adapter *adapter);
673 void igb_ptp_reset(struct igb_adapter *adapter);
674 void igb_ptp_suspend(struct igb_adapter *adapter);
675 void igb_ptp_rx_hang(struct igb_adapter *adapter);
676 void igb_ptp_tx_hang(struct igb_adapter *adapter);
682 void igb_set_flag_queue_pairs(struct igb_adapter *, const u32);
683 unsigned int igb_get_max_rss_queues(struct igb_adapter *);
685 void igb_sysfs_exit(struct igb_adapter *adapter);
686 int igb_sysfs_init(struct igb_adapter *adapter);
725 int igb_add_filter(struct igb_adapter *adapter,
727 int igb_erase_filter(struct igb_adapter *adapter,
730 int igb_add_mac_steering_filter(struct igb_adapter *adapter,
732 int igb_del_mac_steering_filter(struct igb_adapter *adapter,