Symbol: iavf_softc
sys/dev/pci/if_iavf.c
1021
struct iavf_softc *sc = device_private(self);
sys/dev/pci/if_iavf.c
1039
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
1051
iavf_init_locked(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1096
iavf_reinit(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1142
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
1151
iavf_stop_locked(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1213
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
1237
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
1252
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
1274
struct iavf_softc *sc = ifp->if_softc;
sys/dev/pci/if_iavf.c
1286
struct iavf_softc *sc = ifp->if_softc;
sys/dev/pci/if_iavf.c
1298
struct iavf_softc *sc = ifp->if_softc;
sys/dev/pci/if_iavf.c
1338
struct iavf_softc *sc = (struct iavf_softc *)ifp->if_softc;
sys/dev/pci/if_iavf.c
1399
iavf_iff(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1411
iavf_iff_locked(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1478
iavf_find_link_speed(struct iavf_softc *sc, uint32_t link_speed)
sys/dev/pci/if_iavf.c
1502
iavf_wait_active(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1534
iavf_prepare_fakeaddr(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1650
iavf_add_multi(struct iavf_softc *sc, uint8_t *addrlo, uint8_t *addrhi)
sys/dev/pci/if_iavf.c
1676
iavf_del_multi(struct iavf_softc *sc, uint8_t *addrlo, uint8_t *addrhi)
sys/dev/pci/if_iavf.c
1730
iavf_del_all_multi(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1746
iavf_setup_interrupts(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
177
struct iavf_softc; /* defined */
sys/dev/pci/if_iavf.c
1888
iavf_teardown_interrupts(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
1910
iavf_setup_sysctls(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2021
iavf_teardown_sysctls(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2028
iavf_setup_stats(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2055
iavf_teardown_stats(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2078
iavf_init_admin_queue(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2133
iavf_cleanup_admin_queue(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2180
iavf_calc_msix_count(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2196
iavf_calc_queue_pair_size(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2215
iavf_txr_alloc(struct iavf_softc *sc, unsigned int qid)
sys/dev/pci/if_iavf.c
2299
iavf_txr_free(struct iavf_softc *sc, struct iavf_tx_ring *txr)
sys/dev/pci/if_iavf.c
2332
iavf_rxr_alloc(struct iavf_softc *sc, unsigned int qid)
sys/dev/pci/if_iavf.c
237
struct iavf_softc *txr_sc;
sys/dev/pci/if_iavf.c
2403
iavf_rxr_free(struct iavf_softc *sc, struct iavf_rx_ring *rxr)
sys/dev/pci/if_iavf.c
2431
iavf_queue_pairs_alloc(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2482
iavf_queue_pairs_free(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
2509
iavf_rxfill(struct iavf_softc *sc, struct iavf_rx_ring *rxr)
sys/dev/pci/if_iavf.c
2632
iavf_rxeof(struct iavf_softc *sc, struct iavf_rx_ring *rxr, u_int rxlimit,
sys/dev/pci/if_iavf.c
268
struct iavf_softc *rxr_sc;
sys/dev/pci/if_iavf.c
2753
iavf_rxr_clean(struct iavf_softc *sc, struct iavf_rx_ring *rxr)
sys/dev/pci/if_iavf.c
2786
iavf_txeof(struct iavf_softc *sc, struct iavf_tx_ring *txr, u_int txlimit,
sys/dev/pci/if_iavf.c
2974
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
3086
iavf_handle_queue_common(struct iavf_softc *sc, struct iavf_queue_pair *qp,
sys/dev/pci/if_iavf.c
3112
iavf_sched_handle_queue(struct iavf_softc *sc, struct iavf_queue_pair *qp)
sys/dev/pci/if_iavf.c
3124
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
3137
iavf_select_txqueue(struct iavf_softc *sc, struct mbuf *m)
sys/dev/pci/if_iavf.c
3149
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
3182
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
3197
iavf_txr_clean(struct iavf_softc *sc, struct iavf_tx_ring *txr)
sys/dev/pci/if_iavf.c
3228
struct iavf_softc *sc = xsc;
sys/dev/pci/if_iavf.c
3286
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
3332
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
3357
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
3397
struct iavf_softc *sc = xsc;
sys/dev/pci/if_iavf.c
3406
struct iavf_softc *sc = xsc;
sys/dev/pci/if_iavf.c
3435
struct iavf_softc *sc = xsc;
sys/dev/pci/if_iavf.c
3546
iavf_reset_finish(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
3716
iavf_aqb_get(struct iavf_softc *sc, struct ixl_aq_bufs *q)
sys/dev/pci/if_iavf.c
3806
iavf_aq_dump(const struct iavf_softc *sc, const struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
3833
iavf_arq_fill(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
3900
iavf_arq_wait(struct iavf_softc *sc, uint32_t opcode)
sys/dev/pci/if_iavf.c
3922
struct iavf_softc *sc = xsc;
sys/dev/pci/if_iavf.c
3957
iavf_process_arq(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
4001
iavf_arq_poll(struct iavf_softc *sc, uint32_t wait_opcode, int retry)
sys/dev/pci/if_iavf.c
4067
iavf_arq(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
4144
iavf_atq_post(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
4182
iavf_atq_poll(struct iavf_softc *sc, unsigned int tm)
sys/dev/pci/if_iavf.c
4227
iavf_atq_done(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
4274
iavf_adminq_poll(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
4287
iavf_adminq_poll_locked(struct iavf_softc *sc,
sys/dev/pci/if_iavf.c
4327
iavf_adminq_exec(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
4353
iavf_process_version(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
4364
iavf_process_vf_resources(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
4410
iavf_process_irq_map(struct iavf_softc *sc, struct ixl_aq_desc *iaq)
sys/dev/pci/if_iavf.c
4423
iavf_process_vc_event(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
444
iavf_aqb_get(struct iavf_softc *, struct ixl_aq_bufs *);
sys/dev/pci/if_iavf.c
4467
iavf_process_stats(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
4494
iavf_process_req_queues(struct iavf_softc *sc, struct ixl_aq_desc *iaq,
sys/dev/pci/if_iavf.c
4528
iavf_get_version(struct iavf_softc *sc, struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
455
static int iavf_wait_active(struct iavf_softc *);
sys/dev/pci/if_iavf.c
4560
iavf_get_vf_resources(struct iavf_softc *sc, struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
457
static void iavf_prepare_fakeaddr(struct iavf_softc *);
sys/dev/pci/if_iavf.c
4595
iavf_get_stats(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
462
static int iavf_setup_interrupts(struct iavf_softc *);
sys/dev/pci/if_iavf.c
463
static void iavf_teardown_interrupts(struct iavf_softc *);
sys/dev/pci/if_iavf.c
4632
iavf_config_irq_map(struct iavf_softc *sc, struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
464
static int iavf_setup_sysctls(struct iavf_softc *);
sys/dev/pci/if_iavf.c
465
static void iavf_teardown_sysctls(struct iavf_softc *);
sys/dev/pci/if_iavf.c
466
static int iavf_setup_stats(struct iavf_softc *);
sys/dev/pci/if_iavf.c
467
static void iavf_teardown_stats(struct iavf_softc *);
sys/dev/pci/if_iavf.c
4696
iavf_config_vsi_queues(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
475
iavf_calc_msix_count(struct iavf_softc *);
sys/dev/pci/if_iavf.c
4761
iavf_config_hena(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
477
iavf_calc_queue_pair_size(struct iavf_softc *);
sys/dev/pci/if_iavf.c
478
static int iavf_queue_pairs_alloc(struct iavf_softc *);
sys/dev/pci/if_iavf.c
479
static void iavf_queue_pairs_free(struct iavf_softc *);
sys/dev/pci/if_iavf.c
480
static int iavf_arq_fill(struct iavf_softc *);
sys/dev/pci/if_iavf.c
4808
iavf_config_rss_key(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
482
static int iavf_arq_poll(struct iavf_softc *, uint32_t, int);
sys/dev/pci/if_iavf.c
483
static void iavf_atq_done(struct iavf_softc *);
sys/dev/pci/if_iavf.c
484
static int iavf_init_admin_queue(struct iavf_softc *);
sys/dev/pci/if_iavf.c
4842
iavf_config_rss_lut(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
485
static void iavf_cleanup_admin_queue(struct iavf_softc *);
sys/dev/pci/if_iavf.c
486
static int iavf_arq(struct iavf_softc *);
sys/dev/pci/if_iavf.c
487
static int iavf_adminq_exec(struct iavf_softc *,
sys/dev/pci/if_iavf.c
4881
iavf_queue_select(struct iavf_softc *sc, int opcode)
sys/dev/pci/if_iavf.c
489
static int iavf_adminq_poll(struct iavf_softc *,
sys/dev/pci/if_iavf.c
491
static int iavf_adminq_poll_locked(struct iavf_softc *,
sys/dev/pci/if_iavf.c
4912
iavf_request_queues(struct iavf_softc *sc, unsigned int req_num)
sys/dev/pci/if_iavf.c
493
static int iavf_add_multi(struct iavf_softc *, uint8_t *, uint8_t *);
sys/dev/pci/if_iavf.c
494
static int iavf_del_multi(struct iavf_softc *, uint8_t *, uint8_t *);
sys/dev/pci/if_iavf.c
4940
iavf_reset_vf(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
495
static void iavf_del_all_multi(struct iavf_softc *);
sys/dev/pci/if_iavf.c
4961
iavf_eth_addr(struct iavf_softc *sc, const uint8_t *addr, uint32_t opcode)
sys/dev/pci/if_iavf.c
497
static int iavf_get_version(struct iavf_softc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
498
static int iavf_get_vf_resources(struct iavf_softc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
499
static int iavf_get_stats(struct iavf_softc *);
sys/dev/pci/if_iavf.c
500
static int iavf_config_irq_map(struct iavf_softc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
5006
iavf_config_promisc_mode(struct iavf_softc *sc, int unicast, int multicast)
sys/dev/pci/if_iavf.c
501
static int iavf_config_vsi_queues(struct iavf_softc *);
sys/dev/pci/if_iavf.c
502
static int iavf_config_hena(struct iavf_softc *);
sys/dev/pci/if_iavf.c
503
static int iavf_config_rss_key(struct iavf_softc *);
sys/dev/pci/if_iavf.c
504
static int iavf_config_rss_lut(struct iavf_softc *);
sys/dev/pci/if_iavf.c
5043
iavf_config_vlan_stripping(struct iavf_softc *sc, int eccap)
sys/dev/pci/if_iavf.c
505
static int iavf_config_promisc_mode(struct iavf_softc *, int, int);
sys/dev/pci/if_iavf.c
506
static int iavf_config_vlan_stripping(struct iavf_softc *, int);
sys/dev/pci/if_iavf.c
5065
iavf_config_vlan_id(struct iavf_softc *sc, uint16_t vid, uint32_t opcode)
sys/dev/pci/if_iavf.c
507
static int iavf_config_vlan_id(struct iavf_softc *, uint16_t, uint32_t);
sys/dev/pci/if_iavf.c
508
static int iavf_queue_select(struct iavf_softc *, int);
sys/dev/pci/if_iavf.c
509
static int iavf_request_queues(struct iavf_softc *, unsigned int);
sys/dev/pci/if_iavf.c
510
static int iavf_reset_vf(struct iavf_softc *);
sys/dev/pci/if_iavf.c
5109
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
511
static int iavf_eth_addr(struct iavf_softc *, const uint8_t *, uint32_t);
sys/dev/pci/if_iavf.c
512
static void iavf_process_version(struct iavf_softc *,
sys/dev/pci/if_iavf.c
514
static void iavf_process_vf_resources(struct iavf_softc *,
sys/dev/pci/if_iavf.c
5142
struct iavf_softc *sc = (struct iavf_softc *)node.sysctl_data;
sys/dev/pci/if_iavf.c
516
static void iavf_process_irq_map(struct iavf_softc *,
sys/dev/pci/if_iavf.c
518
static void iavf_process_vc_event(struct iavf_softc *,
sys/dev/pci/if_iavf.c
520
static void iavf_process_stats(struct iavf_softc *,
sys/dev/pci/if_iavf.c
522
static void iavf_process_req_queues(struct iavf_softc *,
sys/dev/pci/if_iavf.c
532
static void iavf_reset_finish(struct iavf_softc *);
sys/dev/pci/if_iavf.c
534
static int iavf_init_locked(struct iavf_softc *);
sys/dev/pci/if_iavf.c
536
static void iavf_stop_locked(struct iavf_softc *);
sys/dev/pci/if_iavf.c
549
static int iavf_reinit(struct iavf_softc *);
sys/dev/pci/if_iavf.c
550
static int iavf_rxfill(struct iavf_softc *, struct iavf_rx_ring *);
sys/dev/pci/if_iavf.c
551
static void iavf_txr_clean(struct iavf_softc *, struct iavf_tx_ring *);
sys/dev/pci/if_iavf.c
552
static void iavf_rxr_clean(struct iavf_softc *, struct iavf_rx_ring *);
sys/dev/pci/if_iavf.c
553
static int iavf_txeof(struct iavf_softc *, struct iavf_tx_ring *,
sys/dev/pci/if_iavf.c
555
static int iavf_rxeof(struct iavf_softc *, struct iavf_rx_ring *,
sys/dev/pci/if_iavf.c
557
static int iavf_iff(struct iavf_softc *);
sys/dev/pci/if_iavf.c
558
static int iavf_iff_locked(struct iavf_softc *);
sys/dev/pci/if_iavf.c
567
CFATTACH_DECL3_NEW(iavf, sizeof(struct iavf_softc),
sys/dev/pci/if_iavf.c
637
iavf_intr_enable(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
648
iavf_intr_disable(struct iavf_softc *sc)
sys/dev/pci/if_iavf.c
658
iavf_queue_intr_enable(struct iavf_softc *sc, unsigned int qid)
sys/dev/pci/if_iavf.c
669
iavf_queue_intr_disable(struct iavf_softc *sc, unsigned int qid)
sys/dev/pci/if_iavf.c
715
struct iavf_softc *sc;
sys/dev/pci/if_iavf.c
965
struct iavf_softc *sc = device_private(self);