Home
last modified time | relevance | path

Searched refs:peer_work (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/sfc/
Dsiena_sriov.c396 queue_work(vfdi_workqueue, &vf->efx->peer_work); in __efx_sriov_update_vf_addr()
786 queue_work(vfdi_workqueue, &efx->peer_work); in efx_vfdi_insert_filter()
795 queue_work(vfdi_workqueue, &vf->efx->peer_work); in efx_vfdi_remove_all_filters()
1065 struct efx_nic *efx = container_of(data, struct efx_nic, peer_work); in efx_sriov_peer_work()
1300 INIT_WORK(&efx->peer_work, efx_sriov_peer_work); in efx_sriov_init()
1334 cancel_work_sync(&efx->peer_work); in efx_sriov_init()
1366 cancel_work_sync(&efx->peer_work); in efx_sriov_fini()
1460 queue_work(vfdi_workqueue, &efx->peer_work); in efx_sriov_mac_address_changed()
Dnet_driver.h855 struct work_struct peer_work; member