Searched refs:efx_vf (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c41 * struct efx_vf - Back-end resource and protocol state for a PCI VF
86 struct efx_vf { struct
192 static unsigned abs_index(struct efx_vf *vf, unsigned index) abs_index()
302 static void efx_siena_sriov_reset_tx_filter(struct efx_vf *vf) efx_siena_sriov_reset_tx_filter()
346 static void efx_siena_sriov_reset_rx_filter(struct efx_vf *vf) efx_siena_sriov_reset_rx_filter()
385 static void __efx_siena_sriov_update_vf_addr(struct efx_vf *vf) __efx_siena_sriov_update_vf_addr()
400 static void __efx_siena_sriov_push_vf_status(struct efx_vf *vf) __efx_siena_sriov_push_vf_status()
512 struct efx_vf **vf_out, unsigned *rel_index_out) map_vi_index()
529 static int efx_vfdi_init_evq(struct efx_vf *vf) efx_vfdi_init_evq()
570 static int efx_vfdi_init_rxq(struct efx_vf *vf) efx_vfdi_init_rxq()
611 static int efx_vfdi_init_txq(struct efx_vf *vf) efx_vfdi_init_txq()
658 static bool efx_vfdi_flush_wake(struct efx_vf *vf) efx_vfdi_flush_wake()
667 static void efx_vfdi_flush_clear(struct efx_vf *vf) efx_vfdi_flush_clear()
677 static int efx_vfdi_fini_all_queues(struct efx_vf *vf) efx_vfdi_fini_all_queues()
760 static int efx_vfdi_insert_filter(struct efx_vf *vf) efx_vfdi_insert_filter()
792 static int efx_vfdi_remove_all_filters(struct efx_vf *vf) efx_vfdi_remove_all_filters()
804 static int efx_vfdi_set_status_page(struct efx_vf *vf) efx_vfdi_set_status_page()
849 static int efx_vfdi_clear_status_page(struct efx_vf *vf) efx_vfdi_clear_status_page()
858 typedef int (*efx_vfdi_op_t)(struct efx_vf *vf);
873 struct efx_vf *vf = container_of(work, struct efx_vf, req); efx_siena_sriov_vfdi()
939 static void efx_siena_sriov_reset_vf(struct efx_vf *vf, efx_siena_sriov_reset_vf()
1009 struct efx_vf *vf = container_of(work, struct efx_vf, req); efx_siena_sriov_reset_vf_work()
1080 struct efx_vf *vf; efx_siena_sriov_peer_work()
1193 struct efx_vf *vf; efx_siena_sriov_vf_alloc()
1195 efx->vf = kzalloc(sizeof(struct efx_vf) * efx->vf_count, GFP_KERNEL); efx_siena_sriov_vf_alloc()
1219 struct efx_vf *vf; efx_siena_sriov_vfs_fini()
1240 struct efx_vf *vf; efx_siena_sriov_vfs_init()
1364 struct efx_vf *vf; efx_siena_sriov_fini()
1399 struct efx_vf *vf; efx_siena_sriov_event()
1455 struct efx_vf *vf; efx_siena_sriov_flr()
1484 struct efx_vf *vf; efx_siena_sriov_tx_flush_done()
1503 struct efx_vf *vf; efx_siena_sriov_rx_flush_done()
1528 struct efx_vf *vf; efx_siena_sriov_desc_fetch_err()
1546 struct efx_vf *vf; efx_siena_sriov_reset()
1588 struct efx_vf *vf; efx_siena_sriov_set_vf_mac()
1606 struct efx_vf *vf; efx_siena_sriov_set_vf_vlan()
1626 struct efx_vf *vf; efx_siena_sriov_set_vf_spoofchk()
1650 struct efx_vf *vf; efx_siena_sriov_get_vf_config()
H A Dnet_driver.h798 struct efx_vf;
914 * @vf: Array of &struct efx_vf objects.
1058 struct efx_vf *vf;

Completed in 113 milliseconds