Searched refs:vfdi_status (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c62 * @status_addr: VF DMA address of page for &struct vfdi_status updates.
404 struct vfdi_status *status = efx->vfdi_status.addr;
421 copy[0].to_addr = vf->status_addr + offsetof(struct vfdi_status,
425 * assumes that the non-generation portion of vfdi_status is in
428 data_offset = offsetof(struct vfdi_status, version);
430 copy[1].from_addr = efx->vfdi_status.dma_addr + data_offset;
462 copy[pos].to_addr = vf->status_addr + offsetof(struct vfdi_status,
1054 /* Copy the list of individual addresses into the vfdi_status.peers
1061 struct vfdi_status *vfdi_statu local
1262 struct vfdi_status *vfdi_status; local
1449 struct vfdi_status *vfdi_status = efx->vfdi_status.addr; local
[all...]
H A Dvfdi.h154 * @u.set_status_page.dma_addr: Base address for the &struct vfdi_status.
212 * struct vfdi_status - Status provided by PF driver to VF driver
237 struct vfdi_status { struct
H A Dnet_driver.h633 struct vfdi_status;
723 * @vfdi_status: Common VFDI status page to be dmad to VF address space.
846 struct efx_buffer vfdi_status; member in struct:efx_nic

Completed in 43 milliseconds