Symbol: sfxge_softc
sys/dev/sfxge/sfxge.c
1023
sfxge_vpd_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
1031
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge.c
1037
sc = (struct sfxge_softc *)arg;
sys/dev/sfxge/sfxge.c
1061
sfxge_schedule_reset(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
1069
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge.c
1121
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge.c
118
sfxge_estimate_rsrc_limits(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
1190
sizeof(struct sfxge_softc)
sys/dev/sfxge/sfxge.c
193
sfxge_set_drv_limits(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
211
sfxge_start(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
283
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge.c
285
sc = (struct sfxge_softc *)arg;
sys/dev/sfxge/sfxge.c
293
sfxge_stop(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
323
sfxge_vpd_ioctl(struct sfxge_softc *sc, sfxge_ioc_t *ioc)
sys/dev/sfxge/sfxge.c
367
sfxge_private_ioctl(struct sfxge_softc *sc, sfxge_ioc_t *ioc)
sys/dev/sfxge/sfxge.c
384
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge.c
567
struct sfxge_softc *sc = if_getsoftc(ifp);
sys/dev/sfxge/sfxge.c
579
sfxge_ifnet_init(if_t ifp, struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
627
sfxge_sram_buf_tbl_alloc(struct sfxge_softc *sc, size_t n, uint32_t *idp)
sys/dev/sfxge/sfxge.c
638
sfxge_bar_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
658
sfxge_bar_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
668
sfxge_create(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
884
sfxge_destroy(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.c
934
struct sfxge_softc *sc = arg1;
sys/dev/sfxge/sfxge.c
948
sfxge_vpd_try_add(struct sfxge_softc *sc, struct sysctl_oid_list *list,
sys/dev/sfxge/sfxge.c
967
sfxge_vpd_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge.h
160
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge.h
241
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge.h
348
extern void sfxge_schedule_reset(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
349
extern void sfxge_sram_buf_tbl_alloc(struct sfxge_softc *sc, size_t n,
sys/dev/sfxge/sfxge.h
355
extern int sfxge_dma_init(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
356
extern void sfxge_dma_fini(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
357
extern int sfxge_dma_alloc(struct sfxge_softc *sc, bus_size_t len,
sys/dev/sfxge/sfxge.h
368
extern int sfxge_ev_init(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
369
extern void sfxge_ev_fini(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
370
extern int sfxge_ev_start(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
371
extern void sfxge_ev_stop(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
377
extern int sfxge_intr_init(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
378
extern void sfxge_intr_fini(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
379
extern int sfxge_intr_start(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
380
extern void sfxge_intr_stop(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
385
extern int sfxge_mcdi_init(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
386
extern void sfxge_mcdi_fini(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
387
extern int sfxge_mcdi_ioctl(struct sfxge_softc *sc, sfxge_ioc_t *ip);
sys/dev/sfxge/sfxge.h
392
extern int sfxge_nvram_ioctl(struct sfxge_softc *sc, sfxge_ioc_t *ip);
sys/dev/sfxge/sfxge.h
397
extern int sfxge_port_init(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
398
extern void sfxge_port_fini(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
399
extern int sfxge_port_start(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
400
extern void sfxge_port_stop(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
401
extern void sfxge_mac_link_update(struct sfxge_softc *sc,
sys/dev/sfxge/sfxge.h
403
extern int sfxge_mac_filter_set(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
404
extern int sfxge_port_ifmedia_init(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge.h
411
struct sfxge_softc *__sc = (_sc); \
sys/dev/sfxge/sfxge_dma.c
140
sfxge_dma_alloc(struct sfxge_softc *sc, bus_size_t len, efsys_mem_t *esmp)
sys/dev/sfxge/sfxge_dma.c
190
sfxge_dma_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_dma.c
197
sfxge_dma_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_ev.c
106
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_ev.c
170
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_ev.c
205
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_ev.c
239
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_ev.c
324
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_ev.c
468
struct sfxge_softc *sc = evq->sc;
sys/dev/sfxge/sfxge_ev.c
483
struct sfxge_softc *sc = evq->sc;
sys/dev/sfxge/sfxge_ev.c
507
sfxge_ev_stat_update(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_ev.c
51
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_ev.c
538
struct sfxge_softc *sc = arg1;
sys/dev/sfxge/sfxge_ev.c
547
sfxge_ev_stat_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_ev.c
568
sfxge_ev_qmoderate(struct sfxge_softc *sc, unsigned int idx, unsigned int us)
sys/dev/sfxge/sfxge_ev.c
585
struct sfxge_softc *sc = arg1;
sys/dev/sfxge/sfxge_ev.c
645
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_ev.c
717
sfxge_ev_qstop(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_ev.c
743
sfxge_ev_qstart(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_ev.c
812
sfxge_ev_stop(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_ev.c
834
sfxge_ev_start(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_ev.c
869
sfxge_ev_qfini(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_ev.c
889
sfxge_ev_qinit(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_ev.c
955
sfxge_ev_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_ev.c
976
sfxge_ev_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
130
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_intr.c
161
sfxge_intr_bus_enable(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
219
sfxge_intr_bus_disable(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
235
sfxge_intr_alloc(struct sfxge_softc *sc, int count)
sys/dev/sfxge/sfxge_intr.c
278
sfxge_intr_teardown_msix(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
292
sfxge_intr_setup_msix(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
337
sfxge_intr_setup_msi(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
372
sfxge_intr_setup_fixed(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
419
struct sfxge_softc *sc = (struct sfxge_softc *)arg;
sys/dev/sfxge/sfxge_intr.c
428
sfxge_intr_stop(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
450
sfxge_intr_start(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
489
sfxge_intr_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
531
sfxge_intr_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_intr.c
66
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_mcdi.c
114
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_mcdi.c
118
sc = (struct sfxge_softc *)arg;
sys/dev/sfxge/sfxge_mcdi.c
139
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_mcdi.c
142
sc = (struct sfxge_softc *)arg;
sys/dev/sfxge/sfxge_mcdi.c
154
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_mcdi.c
157
sc = (struct sfxge_softc *)arg;
sys/dev/sfxge/sfxge_mcdi.c
202
struct sfxge_softc *sc = (struct sfxge_softc *)arg;
sys/dev/sfxge/sfxge_mcdi.c
231
sfxge_mcdi_ioctl(struct sfxge_softc *sc, sfxge_ioc_t *ip)
sys/dev/sfxge/sfxge_mcdi.c
299
sfxge_mcdi_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_mcdi.c
350
sfxge_mcdi_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_mcdi.c
59
sfxge_mcdi_timeout(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_mcdi.c
71
sfxge_mcdi_poll(struct sfxge_softc *sc, uint32_t timeout_us)
sys/dev/sfxge/sfxge_nvram.c
109
sfxge_nvram_erase(struct sfxge_softc *sc, efx_nvram_type_t type)
sys/dev/sfxge/sfxge_nvram.c
128
sfxge_nvram_ioctl(struct sfxge_softc *sc, sfxge_ioc_t *ip)
sys/dev/sfxge/sfxge_nvram.c
52
sfxge_nvram_rw(struct sfxge_softc *sc, sfxge_ioc_t *ip, efx_nvram_type_t type,
sys/dev/sfxge/sfxge_port.c
1006
int sfxge_port_ifmedia_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
104
struct sfxge_softc *sc = if_getsoftc(ifp);
sys/dev/sfxge/sfxge_port.c
166
struct sfxge_softc *sc = arg1;
sys/dev/sfxge/sfxge_port.c
182
sfxge_mac_stat_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
203
sfxge_port_wanted_fc(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
214
sfxge_port_link_fc_ifm(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
226
sfxge_port_wanted_fc(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
232
sfxge_port_link_fc_ifm(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
240
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_port.c
278
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_port.c
313
sfxge_mac_link_update(struct sfxge_softc *sc, efx_link_mode_t mode)
sys/dev/sfxge/sfxge_port.c
334
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_port.c
339
sc = (struct sfxge_softc *)arg;
sys/dev/sfxge/sfxge_port.c
371
sfxge_mac_multicast_list_set(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
398
sfxge_mac_filter_set_locked(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
421
sfxge_mac_filter_set(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
446
sfxge_port_stop(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
479
sfxge_port_start(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
54
static int sfxge_phy_cap_mask(struct sfxge_softc *, int, uint32_t *);
sys/dev/sfxge/sfxge_port.c
568
sfxge_phy_stat_update(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
57
sfxge_mac_stat_update(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
616
struct sfxge_softc *sc = arg1;
sys/dev/sfxge/sfxge_port.c
632
sfxge_phy_stat_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
655
sfxge_port_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
683
sfxge_port_stats_update_period_ms(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
705
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_port.c
745
sfxge_port_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_port.c
861
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_port.c
915
sfxge_phy_cap_mask(struct sfxge_softc *sc, int ifmedia, uint32_t *phy_cap_mask)
sys/dev/sfxge/sfxge_port.c
977
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_rx.c
1002
sfxge_rx_qstart(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_rx.c
1053
sfxge_rx_stop(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_rx.c
1071
sfxge_rx_start(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_rx.c
1233
sfxge_rx_qfini(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_rx.c
1255
sfxge_rx_qinit(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_rx.c
1314
struct sfxge_softc *sc = arg1;
sys/dev/sfxge/sfxge_rx.c
1328
sfxge_rx_stat_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_rx.c
1345
sfxge_rx_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_rx.c
1357
sfxge_rx_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_rx.c
172
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_rx.c
210
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_rx.c
311
static void __sfxge_rx_deliver(struct sfxge_softc *sc, struct mbuf *m)
sys/dev/sfxge/sfxge_rx.c
323
struct sfxge_softc *sc = rxq->sc;
sys/dev/sfxge/sfxge_rx.c
362
struct sfxge_softc *sc = st->sc;
sys/dev/sfxge/sfxge_rx.c
659
struct sfxge_softc *sc = rxq->sc;
sys/dev/sfxge/sfxge_rx.c
800
struct sfxge_softc *sc = rxq->sc;
sys/dev/sfxge/sfxge_rx.c
921
sfxge_rx_qstop(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_rx.h
120
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_rx.h
155
struct sfxge_softc *sc __aligned(CACHE_LINE_SIZE);
sys/dev/sfxge/sfxge_rx.h
183
extern int sfxge_rx_init(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge_rx.h
184
extern void sfxge_rx_fini(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge_rx.h
185
extern int sfxge_rx_start(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge_rx.h
186
extern void sfxge_rx_stop(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge_tx.c
1004
struct sfxge_softc *sc = txq->sc;
sys/dev/sfxge/sfxge_tx.c
1433
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_tx.c
1469
sfxge_tx_qstop(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_tx.c
1559
sfxge_tx_max_pkt_desc(const struct sfxge_softc *sc, enum sfxge_txq_type type,
sys/dev/sfxge/sfxge_tx.c
1610
sfxge_tx_qstart(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_tx.c
1708
sfxge_tx_stop(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_tx.c
1721
sfxge_tx_start(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_tx.c
1773
sfxge_tx_qfini(struct sfxge_softc *sc, unsigned int index)
sys/dev/sfxge/sfxge_tx.c
1804
sfxge_tx_qinit(struct sfxge_softc *sc, unsigned int txq_index,
sys/dev/sfxge/sfxge_tx.c
1932
struct sfxge_softc *sc = arg1;
sys/dev/sfxge/sfxge_tx.c
1947
sfxge_tx_stat_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_tx.c
1964
sfxge_tx_get_drops(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_tx.c
1987
sfxge_tx_fini(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_tx.c
1999
sfxge_tx_init(struct sfxge_softc *sc)
sys/dev/sfxge/sfxge_tx.c
536
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_tx.c
783
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_tx.c
875
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_tx.c
879
sc = (struct sfxge_softc *)if_getsoftc(ifp);
sys/dev/sfxge/sfxge_tx.h
172
struct sfxge_softc *sc;
sys/dev/sfxge/sfxge_tx.h
237
extern uint64_t sfxge_tx_get_drops(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge_tx.h
239
extern int sfxge_tx_init(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge_tx.h
240
extern void sfxge_tx_fini(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge_tx.h
241
extern int sfxge_tx_start(struct sfxge_softc *sc);
sys/dev/sfxge/sfxge_tx.h
242
extern void sfxge_tx_stop(struct sfxge_softc *sc);