Symbol: ngbe_softc
sys/dev/pci/if_ngbe.c
1009
ngbe_setup_interface(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
103
int ngbe_init_hw(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
105
void ngbe_init_rx_addrs(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
106
void ngbe_init_shared_code(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1062
ngbe_setup_msix(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
1085
ngbe_dma_malloc(struct ngbe_softc *sc, bus_size_t size,
sys/dev/pci/if_ngbe.c
109
void ngbe_fc_autoneg(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
110
int ngbe_fc_autoneg_copper(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
111
int ngbe_fc_enable(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1120
ngbe_dma_free(struct ngbe_softc *sc, struct ngbe_dma_alloc *dma)
sys/dev/pci/if_ngbe.c
1138
ngbe_allocate_isb(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
115
int ngbe_check_flash_load(struct ngbe_softc *, uint32_t);
sys/dev/pci/if_ngbe.c
1155
ngbe_free_isb(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
116
int ngbe_check_internal_phy_id(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1161
ngbe_allocate_queues(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
120
int ngbe_check_reset_blocked(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
123
void ngbe_configure_ivars(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
124
void ngbe_configure_pb(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
125
void ngbe_disable_intr(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1256
ngbe_free_receive_structures(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
126
int ngbe_disable_pcie_master(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
127
void ngbe_disable_queue(struct ngbe_softc *, uint32_t);
sys/dev/pci/if_ngbe.c
1271
struct ngbe_softc *sc;
sys/dev/pci/if_ngbe.c
1298
ngbe_free_transmit_structures(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
130
int ngbe_eepromcheck_cap(struct ngbe_softc *, uint16_t,
sys/dev/pci/if_ngbe.c
1310
struct ngbe_softc *sc = txr->sc;
sys/dev/pci/if_ngbe.c
132
void ngbe_enable_intr(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
133
void ngbe_enable_queue(struct ngbe_softc *, uint32_t);
sys/dev/pci/if_ngbe.c
1345
struct ngbe_softc *sc = rxr->sc;
sys/dev/pci/if_ngbe.c
1381
struct ngbe_softc *sc = txr->sc;
sys/dev/pci/if_ngbe.c
139
void ngbe_get_bus_info(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1416
struct ngbe_softc *sc = rxr->sc;
sys/dev/pci/if_ngbe.c
142
int ngbe_get_eeprom_semaphore(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
144
void ngbe_release_hw_control(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1448
struct ngbe_softc *sc = txr->sc;
sys/dev/pci/if_ngbe.c
1470
ngbe_setup_receive_structures(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
148
void ngbe_gphy_efuse_calibration(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1487
ngbe_setup_transmit_structures(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
150
void ngbe_handle_phy_event(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
151
int ngbe_host_interface_command(struct ngbe_softc *,
sys/dev/pci/if_ngbe.c
1516
ngbe_iff(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
153
int ngbe_hpbthresh(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
154
int ngbe_lpbthresh(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1569
ngbe_initialize_receive_unit(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
157
int ngbe_negotiate_fc(struct ngbe_softc *, uint32_t,
sys/dev/pci/if_ngbe.c
159
int ngbe_non_sfp_link_config(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
160
void ngbe_pbthresh_setup(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
161
void ngbe_phy_check_event(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1664
ngbe_initialize_rss_mapping(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
167
int ngbe_phy_identify(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
168
int ngbe_phy_init(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
169
void ngbe_phy_led_ctrl(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
170
int ngbe_phy_led_oem_chk(struct ngbe_softc *, uint32_t *);
sys/dev/pci/if_ngbe.c
1703
ngbe_initialize_transmit_unit(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
175
int ngbe_phy_reset(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
1772
struct ngbe_softc *sc = (struct ngbe_softc *)arg;
sys/dev/pci/if_ngbe.c
178
int ngbe_phy_setup(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
179
int ngbe_phy_setup_link(struct ngbe_softc *, uint32_t, int);
sys/dev/pci/if_ngbe.c
1790
struct ngbe_softc *sc = nq->sc;
sys/dev/pci/if_ngbe.c
180
uint16_t ngbe_read_pci_cfg_word(struct ngbe_softc *, uint32_t);
sys/dev/pci/if_ngbe.c
182
int ngbe_acquire_swfw_sync(struct ngbe_softc *, uint32_t);
sys/dev/pci/if_ngbe.c
1823
ngbe_init_hw(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
183
void ngbe_release_swfw_sync(struct ngbe_softc *, uint32_t);
sys/dev/pci/if_ngbe.c
184
void ngbe_reset(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
185
int ngbe_reset_hw(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
187
int ngbe_set_fw_drv_ver(struct ngbe_softc *, uint8_t,
sys/dev/pci/if_ngbe.c
189
void ngbe_set_ivar(struct ngbe_softc *, uint16_t, uint16_t,
sys/dev/pci/if_ngbe.c
1909
ngbe_init_rx_addrs(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
194
int ngbe_set_rar(struct ngbe_softc *, uint32_t, uint8_t *,
sys/dev/pci/if_ngbe.c
1948
ngbe_init_shared_code(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
196
void ngbe_set_rx_drop_en(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
198
int ngbe_setup_copper_link(struct ngbe_softc *, uint32_t,
sys/dev/pci/if_ngbe.c
1996
ngbe_fc_autoneg(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
200
int ngbe_setup_fc(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
202
void ngbe_setup_isb(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
2039
ngbe_fc_autoneg_copper(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
204
void ngbe_setup_vlan_hw_support(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
205
int ngbe_start_hw(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
2056
ngbe_fc_enable(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
206
int ngbe_stop_adapter(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
2218
ngbe_check_flash_load(struct ngbe_softc *sc, uint32_t check_bit)
sys/dev/pci/if_ngbe.c
222
sizeof(struct ngbe_softc), ngbe_match, ngbe_attach, ngbe_detach
sys/dev/pci/if_ngbe.c
2244
ngbe_check_internal_phy_id(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2324
ngbe_check_reset_blocked(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
236
struct ngbe_softc *sc = (struct ngbe_softc *)self;
sys/dev/pci/if_ngbe.c
2388
ngbe_configure_ivars(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2414
ngbe_configure_pb(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2423
ngbe_disable_intr(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2435
ngbe_disable_pcie_master(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2457
ngbe_disable_queue(struct ngbe_softc *sc, uint32_t vector)
sys/dev/pci/if_ngbe.c
2507
ngbe_eepromcheck_cap(struct ngbe_softc *sc, uint16_t offset, uint32_t *data)
sys/dev/pci/if_ngbe.c
2542
ngbe_enable_intr(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2570
ngbe_enable_queue(struct ngbe_softc *sc, uint32_t vector)
sys/dev/pci/if_ngbe.c
2631
struct ngbe_softc *sc = txr->sc;
sys/dev/pci/if_ngbe.c
2714
struct ngbe_softc *sc = rxr->sc;
sys/dev/pci/if_ngbe.c
2751
ngbe_get_bus_info(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2778
ngbe_get_eeprom_semaphore(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2832
ngbe_release_hw_control(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2883
ngbe_gphy_efuse_calibration(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2929
ngbe_handle_phy_event(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
2941
ngbe_host_interface_command(struct ngbe_softc *sc, uint32_t *buffer,
sys/dev/pci/if_ngbe.c
3068
ngbe_hpbthresh(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3090
ngbe_lpbthresh(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3142
ngbe_negotiate_fc(struct ngbe_softc *sc, uint32_t adv_reg, uint32_t lp_reg,
sys/dev/pci/if_ngbe.c
3176
ngbe_non_sfp_link_config(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3199
ngbe_pbthresh_setup(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3212
ngbe_phy_check_event(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3261
ngbe_phy_identify(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3278
ngbe_phy_init(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3311
ngbe_phy_led_ctrl(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3336
ngbe_phy_led_oem_chk(struct ngbe_softc *sc, uint32_t *data)
sys/dev/pci/if_ngbe.c
3412
ngbe_phy_reset(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3466
ngbe_phy_setup(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3502
ngbe_phy_setup_link(struct ngbe_softc *sc, uint32_t speed, int need_restart)
sys/dev/pci/if_ngbe.c
352
struct ngbe_softc *sc = (struct ngbe_softc *)self;
sys/dev/pci/if_ngbe.c
3578
ngbe_read_pci_cfg_word(struct ngbe_softc *sc, uint32_t reg)
sys/dev/pci/if_ngbe.c
3607
ngbe_acquire_swfw_sync(struct ngbe_softc *sc, uint32_t mask)
sys/dev/pci/if_ngbe.c
3648
ngbe_release_swfw_sync(struct ngbe_softc *sc, uint32_t mask)
sys/dev/pci/if_ngbe.c
3660
ngbe_reset(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3676
ngbe_reset_hw(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
3811
ngbe_set_fw_drv_ver(struct ngbe_softc *sc, uint8_t maj, uint8_t min,
sys/dev/pci/if_ngbe.c
3851
ngbe_set_ivar(struct ngbe_softc *sc, uint16_t entry, uint16_t vector, int8_t
sys/dev/pci/if_ngbe.c
3950
ngbe_set_rar(struct ngbe_softc *sc, uint32_t index, uint8_t *addr,
sys/dev/pci/if_ngbe.c
396
ngbe_misc_isb(struct ngbe_softc *sc, enum ngbe_isb_idx idx)
sys/dev/pci/if_ngbe.c
3993
ngbe_set_rx_drop_en(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
404
struct ngbe_softc *sc = (struct ngbe_softc *)arg;
sys/dev/pci/if_ngbe.c
4049
ngbe_setup_copper_link(struct ngbe_softc *sc, uint32_t speed, int need_restart)
sys/dev/pci/if_ngbe.c
4062
ngbe_setup_fc(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
4148
ngbe_setup_isb(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
4172
ngbe_setup_vlan_hw_support(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
4184
ngbe_start_hw(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
4213
ngbe_stop_adapter(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
4271
struct ngbe_softc *sc = rxr->sc;
sys/dev/pci/if_ngbe.c
4404
struct ngbe_softc *sc = rxr->sc;
sys/dev/pci/if_ngbe.c
4458
struct ngbe_softc *sc = txr->sc;
sys/dev/pci/if_ngbe.c
510
struct ngbe_softc *sc = ifp->if_softc;
sys/dev/pci/if_ngbe.c
560
struct ngbe_softc *sc = ifp->if_softc;
sys/dev/pci/if_ngbe.c
592
struct ngbe_softc *sc = ifp->if_softc;
sys/dev/pci/if_ngbe.c
637
struct ngbe_softc *sc = rxr->sc;
sys/dev/pci/if_ngbe.c
666
ngbe_rxrinfo(struct ngbe_softc *sc, struct if_rxrinfo *ifri)
sys/dev/pci/if_ngbe.c
67
int ngbe_rxrinfo(struct ngbe_softc *, struct if_rxrinfo *);
sys/dev/pci/if_ngbe.c
69
void ngbe_stop(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
694
struct ngbe_softc *sc = ifp->if_softc;
sys/dev/pci/if_ngbe.c
70
void ngbe_update_link_status(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
72
int ngbe_allocate_pci_resources(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
73
void ngbe_free_pci_resources(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
74
int ngbe_allocate_msix(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
75
void ngbe_setup_interface(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
751
ngbe_stop(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
76
int ngbe_setup_msix(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
77
int ngbe_dma_malloc(struct ngbe_softc *, bus_size_t,
sys/dev/pci/if_ngbe.c
79
void ngbe_dma_free(struct ngbe_softc *,
sys/dev/pci/if_ngbe.c
81
int ngbe_allocate_isb(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
82
void ngbe_free_isb(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
828
ngbe_update_link_status(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
83
int ngbe_allocate_queues(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
84
void ngbe_free_receive_structures(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
86
void ngbe_free_transmit_structures(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
888
struct ngbe_softc *sc = ifp->if_softc;
sys/dev/pci/if_ngbe.c
915
ngbe_allocate_pci_resources(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
92
int ngbe_setup_receive_structures(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
93
int ngbe_setup_transmit_structures(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
936
ngbe_free_pci_resources(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
950
ngbe_allocate_msix(struct ngbe_softc *sc)
sys/dev/pci/if_ngbe.c
96
void ngbe_iff(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
97
int ngbe_initialize_receive_unit(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
98
void ngbe_initialize_rss_mapping(struct ngbe_softc *);
sys/dev/pci/if_ngbe.c
99
int ngbe_initialize_transmit_unit(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
1000
struct ngbe_softc *sc;
sys/dev/pci/if_ngbereg.h
1013
struct ngbe_softc *sc;
sys/dev/pci/if_ngbereg.h
1026
struct ngbe_softc *sc;
sys/dev/pci/if_ngbereg.h
734
struct ngbe_softc;
sys/dev/pci/if_ngbereg.h
742
int (*eeprom_chksum_cap_st)(struct ngbe_softc *, uint16_t,
sys/dev/pci/if_ngbereg.h
744
int (*phy_led_oem_chk)(struct ngbe_softc *, uint32_t *);
sys/dev/pci/if_ngbereg.h
748
int (*init_hw)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
749
int (*reset_hw)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
750
int (*start_hw)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
754
int (*stop_adapter)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
755
void (*get_bus_info)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
760
int (*acquire_swfw_sync)(struct ngbe_softc *,
sys/dev/pci/if_ngbereg.h
762
void (*release_swfw_sync)(struct ngbe_softc *,
sys/dev/pci/if_ngbereg.h
766
int (*setup_link)(struct ngbe_softc *, uint32_t,
sys/dev/pci/if_ngbereg.h
778
int (*set_rar)(struct ngbe_softc *, uint32_t,
sys/dev/pci/if_ngbereg.h
780
void (*init_rx_addrs)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
788
int (*fc_enable)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
789
int (*setup_fc)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
792
int (*set_fw_drv_ver)(struct ngbe_softc *, uint8_t,
sys/dev/pci/if_ngbereg.h
800
int (*identify)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
801
int (*init)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
802
int (*reset)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
807
int (*setup_link)(struct ngbe_softc *, uint32_t, int);
sys/dev/pci/if_ngbereg.h
808
void (*phy_led_ctrl)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
810
void (*check_event)(struct ngbe_softc *);
sys/dev/pci/if_ngbereg.h
814
int (*setup_once)(struct ngbe_softc *);