Lines Matching refs:ixl_pf

130 static void	 ixl_save_pf_tunables(struct ixl_pf *);
131 static int ixl_allocate_pci_resources(struct ixl_pf *);
132 static void ixl_setup_ssctx(struct ixl_pf *pf);
155 "ixl", ixl_methods, sizeof(struct ixl_pf),
208 "ixl_if", ixl_if_methods, sizeof(struct ixl_pf)
361 ixl_allocate_pci_resources(struct ixl_pf *pf) in ixl_allocate_pci_resources()
405 ixl_setup_ssctx(struct ixl_pf *pf) in ixl_setup_ssctx()
444 struct ixl_pf *pf = (struct ixl_pf *)arg; in ixl_admin_timer()
477 ixl_attach_pre_recovery_mode(struct ixl_pf *pf) in ixl_attach_pre_recovery_mode()
501 struct ixl_pf *pf; in ixl_if_attach_pre()
689 struct ixl_pf *pf; in ixl_if_attach_post()
859 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_detach()
953 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_init()
1044 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_stop()
1075 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_msix_intr_assign()
1151 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_enable_intr()
1171 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_disable_intr()
1189 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_rx_queue_intr_enable()
1201 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_tx_queue_intr_enable()
1213 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_tx_queues_alloc()
1263 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_rx_queues_alloc()
1306 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_queues_free()
1336 ixl_update_link_status(struct ixl_pf *pf) in ixl_update_link_status()
1364 ixl_handle_lan_overflow_event(struct ixl_pf *pf, struct i40e_arq_event_info *e) in ixl_handle_lan_overflow_event()
1378 ixl_process_adminq(struct ixl_pf *pf, u16 *pending) in ixl_process_adminq()
1437 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_update_admin_status()
1471 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_multi_set()
1496 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_mtu_set()
1513 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_media_status()
1668 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_promisc_set()
1693 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_timer()
1704 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_vlan_register()
1741 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_vlan_unregister()
1767 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_get_counter()
1806 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_vflr_handle()
1815 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_i2c_req()
1830 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_priv_ioctl()
1883 ixl_save_pf_tunables(struct ixl_pf *pf) in ixl_save_pf_tunables()