Lines Matching defs:nic

88 #define	NICVF_CORE_LOCK_INIT(nic)				\  argument
91 #define NICVF_CORE_LOCK_DESTROY(nic) \ argument
94 #define NICVF_CORE_LOCK(nic) sx_xlock(&(nic)->core_sx) argument
95 #define NICVF_CORE_UNLOCK(nic) sx_xunlock(&(nic)->core_sx) argument
97 #define NICVF_CORE_LOCK_ASSERT(nic) sx_assert(&(nic)->core_sx, SA_XLOCKED) argument
184 struct nicvf *nic; in nicvf_attach() local
279 struct nicvf *nic; in nicvf_detach() local
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() local
556 nicvf_if_init_locked(struct nicvf *nic) in nicvf_if_init_locked()
623 struct nicvf *nic = if_softc; in nicvf_if_init() local
633 struct nicvf *nic = if_getsoftc(ifp); in nicvf_if_transmit() local
689 struct nicvf *nic; in nicvf_if_qflush() local
711 struct nicvf *nic; in nicvf_if_getcounter() local
745 struct nicvf *nic = if_getsoftc(ifp); in nicvf_media_status() local
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() local
1134 struct nicvf *nic; in nicvf_intr_handler() local
1156 struct nicvf *nic; in nicvf_rbdr_intr_handler() local
1180 struct nicvf *nic = (struct nicvf *)arg; in nicvf_qs_err_intr_handler() local
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() local