Lines Matching refs:igb_adapter
42 struct igb_adapter;
273 struct igb_adapter *adapter; /* backlink */
352 struct igb_adapter { struct
511 int igb_up(struct igb_adapter *);
512 void igb_down(struct igb_adapter *);
513 void igb_reinit_locked(struct igb_adapter *);
514 void igb_reset(struct igb_adapter *);
515 int igb_reinit_queues(struct igb_adapter *);
516 void igb_write_rss_indir_tbl(struct igb_adapter *);
517 int igb_set_spd_dplx(struct igb_adapter *, u32, u8);
522 void igb_configure_tx_ring(struct igb_adapter *, struct igb_ring *);
523 void igb_configure_rx_ring(struct igb_adapter *, struct igb_ring *);
524 void igb_setup_tctl(struct igb_adapter *);
525 void igb_setup_rctl(struct igb_adapter *);
529 void igb_update_stats(struct igb_adapter *, struct rtnl_link_stats64 *);
530 bool igb_has_link(struct igb_adapter *adapter);
532 void igb_power_up_link(struct igb_adapter *);
533 void igb_set_fw_version(struct igb_adapter *);
534 void igb_ptp_init(struct igb_adapter *adapter);
535 void igb_ptp_stop(struct igb_adapter *adapter);
536 void igb_ptp_reset(struct igb_adapter *adapter);
537 void igb_ptp_rx_hang(struct igb_adapter *adapter);
543 void igb_set_flag_queue_pairs(struct igb_adapter *, const u32);
545 void igb_sysfs_exit(struct igb_adapter *adapter);
546 int igb_sysfs_init(struct igb_adapter *adapter);