Searched refs:stats_pa (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/pensando/ionic/ |
A D | ionic_bus_pci.c | 122 if (v->stats_pa) { in ionic_vf_dealloc_locked() 126 dma_unmap_single(ionic->dev, v->stats_pa, in ionic_vf_dealloc_locked() 128 v->stats_pa = 0; in ionic_vf_dealloc_locked() 160 v->stats_pa = dma_map_single(ionic->dev, &v->stats, in ionic_vf_alloc() 162 if (dma_mapping_error(ionic->dev, v->stats_pa)) { in ionic_vf_alloc() 163 v->stats_pa = 0; in ionic_vf_alloc() 171 (u8 *)&v->stats_pa); in ionic_vf_alloc()
|
A D | ionic.h | 36 dma_addr_t stats_pa; member
|
A D | ionic_if.h | 2003 __le64 stats_pa; member 2041 __le64 stats_pa; member
|
A D | ionic_dev.c | 436 cmd.vf_setattr.stats_pa = cpu_to_le64(*(u64 *)data); in ionic_set_vf_config()
|
/linux/drivers/scsi/snic/ |
A D | vnic_dev.c | 62 dma_addr_t stats_pa; member 537 sizeof(struct vnic_stats), &vdev->stats_pa, GFP_KERNEL); in svnic_dev_stats_dump() 543 a0 = vdev->stats_pa; in svnic_dev_stats_dump() 711 vdev->stats, vdev->stats_pa); in svnic_dev_unregister()
|
/linux/drivers/scsi/fnic/ |
A D | vnic_dev.c | 66 dma_addr_t stats_pa; member 610 sizeof(struct vnic_stats), &vdev->stats_pa, GFP_KERNEL); in vnic_dev_stats_dump() 616 a0 = vdev->stats_pa; in vnic_dev_stats_dump() 907 vdev->stats, vdev->stats_pa); in vnic_dev_unregister()
|
/linux/drivers/net/ethernet/cisco/enic/ |
A D | vnic_dev.h | 103 dma_addr_t stats_pa; member
|
A D | vnic_dev.c | 608 &vdev->stats_pa, GFP_ATOMIC); in vnic_dev_stats_dump() 614 a0 = vdev->stats_pa; in vnic_dev_stats_dump() 1055 vdev->stats, vdev->stats_pa); in vnic_dev_unregister()
|
/linux/drivers/scsi/bfa/ |
A D | bfa_svc.h | 494 u64 stats_pa; member
|
A D | bfa_svc.c | 3009 fcport->stats_pa = bfa_mem_dma_phys(fcport_dma); in bfa_fcport_mem_claim() 3171 bfa_dma_be_addr_set(m->stats_dma_addr, fcport->stats_pa); in bfa_fcport_send_enable()
|
Completed in 48 milliseconds