Lines Matching refs:nicvf

123 	sizeof(struct nicvf),
132 static int nicvf_allocate_misc_interrupt(struct nicvf *);
133 static int nicvf_enable_misc_interrupt(struct nicvf *);
134 static int nicvf_allocate_net_interrupts(struct nicvf *);
135 static void nicvf_release_all_interrupts(struct nicvf *);
136 static int nicvf_update_hw_max_frs(struct nicvf *, int);
137 static int nicvf_hw_set_mac_addr(struct nicvf *, uint8_t *);
138 static void nicvf_config_cpi(struct nicvf *);
139 static int nicvf_rss_init(struct nicvf *);
140 static int nicvf_init_resources(struct nicvf *);
142 static void nicvf_setup_ifnet(struct nicvf *);
143 static int nicvf_setup_ifmedia(struct nicvf *);
148 static void nicvf_if_init_locked(struct nicvf *);
153 static int nicvf_stop_locked(struct nicvf *);
184 struct nicvf *nic; in nicvf_attach()
279 struct nicvf *nic; in nicvf_detach()
329 nicvf_setup_ifnet(struct nicvf *nic) in nicvf_setup_ifnet()
376 nicvf_setup_ifmedia(struct nicvf *nic) in nicvf_setup_ifmedia()
408 struct nicvf *nic; in nicvf_if_ioctl()
556 nicvf_if_init_locked(struct nicvf *nic) in nicvf_if_init_locked()
623 struct nicvf *nic = if_softc; in nicvf_if_init()
633 struct nicvf *nic = if_getsoftc(ifp); in nicvf_if_transmit()
689 struct nicvf *nic; in nicvf_if_qflush()
711 struct nicvf *nic; in nicvf_if_getcounter()
745 struct nicvf *nic = if_getsoftc(ifp); in nicvf_media_status()
795 nicvf_reg_write(struct nicvf *nic, bus_space_handle_t offset, uint64_t val) in nicvf_reg_write()
802 nicvf_reg_read(struct nicvf *nic, uint64_t offset) in nicvf_reg_read()
809 nicvf_queue_reg_write(struct nicvf *nic, bus_space_handle_t offset, in nicvf_queue_reg_write()
817 nicvf_queue_reg_read(struct nicvf *nic, bus_space_handle_t offset, in nicvf_queue_reg_read()
826 nicvf_write_to_mbx(struct nicvf *nic, union nic_mbx *mbx) in nicvf_write_to_mbx()
835 nicvf_send_msg_to_pf(struct nicvf *nic, union nic_mbx *mbx) in nicvf_send_msg_to_pf()
873 nicvf_check_pf_ready(struct nicvf *nic) in nicvf_check_pf_ready()
888 nicvf_read_bgx_stats(struct nicvf *nic, struct bgx_stats_msg *bgx) in nicvf_read_bgx_stats()
898 nicvf_handle_mbx_intr(struct nicvf *nic) in nicvf_handle_mbx_intr()
962 nicvf_update_hw_max_frs(struct nicvf *nic, int mtu) in nicvf_update_hw_max_frs()
974 nicvf_hw_set_mac_addr(struct nicvf *nic, uint8_t *hwaddr) in nicvf_hw_set_mac_addr()
986 nicvf_config_cpi(struct nicvf *nic) in nicvf_config_cpi()
999 nicvf_get_rss_size(struct nicvf *nic) in nicvf_get_rss_size()
1009 nicvf_config_rss(struct nicvf *nic) in nicvf_config_rss()
1039 nicvf_set_rss_key(struct nicvf *nic) in nicvf_set_rss_key()
1055 nicvf_rss_init(struct nicvf *nic) in nicvf_rss_init()
1093 nicvf_init_resources(struct nicvf *nic) in nicvf_init_resources()
1120 struct nicvf *nic = (struct nicvf *)arg; in nicvf_misc_intr_handler()
1134 struct nicvf *nic; in nicvf_intr_handler()
1156 struct nicvf *nic; in nicvf_rbdr_intr_handler()
1161 nic = (struct nicvf *)arg; in nicvf_rbdr_intr_handler()
1180 struct nicvf *nic = (struct nicvf *)arg; in nicvf_qs_err_intr_handler()
1191 nicvf_enable_msix(struct nicvf *nic) in nicvf_enable_msix()
1222 nicvf_disable_msix(struct nicvf *nic) in nicvf_disable_msix()
1233 nicvf_release_all_interrupts(struct nicvf *nic) in nicvf_release_all_interrupts()
1267 nicvf_allocate_misc_interrupt(struct nicvf *nic) in nicvf_allocate_misc_interrupt()
1307 nicvf_enable_misc_interrupt(struct nicvf *nic) in nicvf_enable_misc_interrupt()
1323 nicvf_release_net_interrupts(struct nicvf *nic) in nicvf_release_net_interrupts()
1396 nicvf_allocate_net_interrupts(struct nicvf *nic) in nicvf_allocate_net_interrupts()
1509 nicvf_stop_locked(struct nicvf *nic) in nicvf_stop_locked()
1549 nicvf_update_stats(struct nicvf *nic) in nicvf_update_stats()
1597 struct nicvf *nic; in nicvf_tick_stats()
1599 nic = (struct nicvf *)arg; in nicvf_tick_stats()