Lines Matching defs:pf

89 ixl_initialize_sriov(struct ixl_pf *pf)  in ixl_initialize_sriov()
124 ixl_vf_alloc_vsi(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_vf_alloc_vsi()
195 ixl_vf_setup_vsi(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_vf_setup_vsi()
242 ixl_vf_map_queues(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_vf_map_queues()
289 ixl_vf_vsi_release(struct ixl_pf *pf, struct ixl_vsi *vsi) in ixl_vf_vsi_release()
319 ixl_vf_release_resources(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_vf_release_resources()
350 ixl_flush_pcie(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_flush_pcie()
373 ixl_reset_vf(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_reset_vf()
393 ixl_reinit_vf(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_reinit_vf()
448 ixl_send_vf_msg(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op, in ixl_send_vf_msg()
465 ixl_send_vf_ack(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op) in ixl_send_vf_ack()
472 ixl_send_vf_nack_msg(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op, in ixl_send_vf_nack_msg()
484 ixl_vf_version_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_version_msg()
514 ixl_vf_reset_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_reset_msg()
523 ixl_vf_get_resources_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_get_resources_msg()
556 ixl_vf_config_tx_queue(struct ixl_pf *pf, struct ixl_vf *vf, in ixl_vf_config_tx_queue()
601 ixl_vf_config_rx_queue(struct ixl_pf *pf, struct ixl_vf *vf, in ixl_vf_config_rx_queue()
668 ixl_vf_config_vsi_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_config_vsi_msg()
722 ixl_vf_set_qctl(struct ixl_pf *pf, in ixl_vf_set_qctl()
751 ixl_vf_config_vector(struct ixl_pf *pf, struct ixl_vf *vf, in ixl_vf_config_vector()
806 ixl_vf_config_irq_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_config_irq_msg()
862 ixl_vf_enable_queues_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_enable_queues_msg()
936 ixl_vf_disable_queues_msg(struct ixl_pf *pf, struct ixl_vf *vf, in ixl_vf_disable_queues_msg()
1032 ixl_vf_add_mac_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_add_mac_msg()
1066 ixl_vf_del_mac_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_del_mac_msg()
1101 ixl_vf_enable_vlan_strip(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_vf_enable_vlan_strip()
1115 ixl_vf_add_vlan_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_add_vlan_msg()
1157 ixl_vf_del_vlan_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_del_vlan_msg()
1192 ixl_vf_config_promisc_msg(struct ixl_pf *pf, struct ixl_vf *vf, in ixl_vf_config_promisc_msg()
1241 ixl_vf_get_stats_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_get_stats_msg()
1260 ixl_vf_config_rss_key_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_config_rss_key_msg()
1317 ixl_vf_config_rss_lut_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_config_rss_lut_msg()
1366 ixl_vf_set_rss_hena_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, in ixl_vf_set_rss_hena_msg()
1386 ixl_notify_vf_link_state(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_notify_vf_link_state()
1403 ixl_broadcast_link_state(struct ixl_pf *pf) in ixl_broadcast_link_state()
1412 ixl_handle_vf_msg(struct ixl_pf *pf, struct i40e_arq_event_info *event) in ixl_handle_vf_msg()
1521 ixl_handle_vflr(struct ixl_pf *pf) in ixl_handle_vflr()
1617 ixl_config_pf_vsi_loopback(struct ixl_pf *pf, bool enable) in ixl_config_pf_vsi_loopback()
1650 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_iov_init() local
1702 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_iov_uninit() local
1740 ixl_vf_reserve_queues(struct ixl_pf *pf, struct ixl_vf *vf, int num_queues) in ixl_vf_reserve_queues()
1773 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_iov_vf_add() local