Searched refs:idi_vaddr (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_hwrm.c | 124 if (softc->hwrm_cmd_resp.idi_vaddr) in bnxt_free_hwrm_dma_mem() 126 softc->hwrm_cmd_resp.idi_vaddr = NULL; in bnxt_free_hwrm_dma_mem() 146 struct hwrm_err_output *resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in _hwrm_send_message() 164 void *short_cmd_req = softc->hwrm_short_cmd_req_addr.idi_vaddr; in _hwrm_send_message() 276 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_qportcfg() 390 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_func_backing_store_qcaps() 658 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_func_resc_qcaps() 753 void *output = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_passthrough() 784 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_ver_get() 962 (void *)bp->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_func_drv_rgtr() [all …]
|
H A D | bnxt_dcb.c | 88 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_pri2cos_qcfg() 162 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_cos2bw_qcfg() 298 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_pfc_qcfg() 344 data = (void *)dma_data.idi_vaddr; in bnxt_hwrm_get_dcbx_app() 396 data = (void *)dma_data.idi_vaddr; in bnxt_hwrm_set_dcbx_app() 455 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_dscp_qcaps() 479 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_queue_dscp2pri_qcfg() 493 dscp2pri = (void *)dma_data.idi_vaddr; in bnxt_hwrm_queue_dscp2pri_qcfg() 538 dscp2pri = (void *)dma_data.idi_vaddr; in bnxt_hwrm_queue_dscp2pri_cfg()
|
H A D | if_bnxt.c | 639 softc->rx_port_stats = (void *) softc->hw_rx_port_stats.idi_vaddr; in bnxt_rx_queues_alloc() 640 softc->tx_port_stats = (void *) softc->hw_tx_port_stats.idi_vaddr; in bnxt_rx_queues_alloc() 659 softc->rx_port_stats_ext = (void *) softc->hw_rx_port_stats_ext.idi_vaddr; in bnxt_rx_queues_alloc() 660 softc->tx_port_stats_ext = (void *) softc->hw_tx_port_stats_ext.idi_vaddr; in bnxt_rx_queues_alloc() 754 memcpy(softc->vnic_info.rss_hash_key_tbl.idi_vaddr, in bnxt_rx_queues_alloc() 765 memset(softc->vnic_info.rss_grp_tbl.idi_vaddr, 0xff, in bnxt_rx_queues_alloc() 790 if (softc->rx_stats[i].idi_vaddr) in bnxt_rx_queues_alloc() 807 if (softc->hwrm_short_cmd_req_addr.idi_vaddr) in bnxt_free_hwrm_short_cmd_req() 809 softc->hwrm_short_cmd_req_addr.idi_vaddr = NULL; 827 if (!rmem->pg_arr[i].idi_vaddr) in bnxt_free_ring() [all...] |
H A D | bnxt_mgmt.c | 249 dma_data.idi_vaddr, in bnxt_mgmt_process_hwrm() 269 if (copyout(dma_data.idi_vaddr, in bnxt_mgmt_process_hwrm()
|
H A D | bnxt_sysctl.c | 185 struct ctx_hw_stats *tx_stats = (void *)softc->tx_stats[txr].idi_vaddr; in bnxt_create_tx_sysctls() 993 struct ctx_hw_stats *rx_stats = (void *)softc->rx_stats[rxr].idi_vaddr; in bnxt_create_rx_sysctls() 1113 dma_data.idi_vaddr = NULL; in bnxt_package_ver_sysctl() 1121 pkglog = dma_data.idi_vaddr; in bnxt_package_ver_sysctl() 1127 dma_data.idi_vaddr = NULL; in bnxt_package_ver_sysctl() 1131 if (dma_data.idi_vaddr) in bnxt_package_ver_sysctl()
|
/freebsd/sys/dev/enic/ |
H A D | vnic_dev.c | 751 notify_addr = vdev->notify_res.idi_vaddr; in vnic_dev_notify_set() 907 vdev->stats = (struct vnic_stats *)vdev->stats_res.idi_vaddr; in vnic_dev_alloc_stats_mem() 924 vdev->flow_counters = (struct vnic_counter_counts *)vdev->flow_counters_res.idi_vaddr; in vnic_dev_alloc_counter_mem()
|
H A D | if_enic.c | 1382 vaddr = res->idi_vaddr; in enic_alloc_consistent()
|
/freebsd/sys/net/ |
H A D | iflib.c | 1477 err = bus_dmamem_alloc(dma->idi_tag, (void **)&dma->idi_vaddr, in iflib_dma_alloc_align() 1487 err = bus_dmamap_load(dma->idi_tag, dma->idi_map, dma->idi_vaddr, in iflib_dma_alloc_align() 1500 bus_dmamem_free(dma->idi_tag, dma->idi_vaddr, dma->idi_map); in iflib_dma_alloc_align() 1546 if (dma->idi_vaddr != NULL) { in iflib_dma_free() 1547 bus_dmamem_free(dma->idi_tag, dma->idi_vaddr, dma->idi_map); in iflib_dma_free() 1548 dma->idi_vaddr = NULL; in iflib_dma_free() 1928 bzero((void *)di->idi_vaddr, di->idi_size); in iflib_txq_setup() 2289 bzero(idi->idi_vaddr, idi->idi_size); in iflib_fl_bufs_free() 2644 bzero((void *)di->idi_vaddr, di->idi_size); in iflib_stop() 2653 bzero((void *)di->idi_vaddr, di->idi_size); in iflib_stop() [all …]
|
H A D | iflib.h | 281 caddr_t idi_vaddr; member
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmx.c | 810 kva = sc->vmx_qs_dma.idi_vaddr; in vmxnet3_tx_queues_alloc() 906 kva = sc->vmx_qs_dma.idi_vaddr + in vmxnet3_rx_queues_alloc() 982 sc->vmx_ds = (struct vmxnet3_driver_shared *) sc->vmx_ds_dma.idi_vaddr; in vmxnet3_alloc_shared_data() 994 (struct vmxnet3_rss_shared *) sc->vmx_rss_dma.idi_vaddr; in vmxnet3_alloc_shared_data() 1028 sc->vmx_mcast = sc->vmx_mcast_dma.idi_vaddr; in vmxnet3_alloc_mcast_table()
|
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 398 sc->ctrl_queue.ring = (struct enetc_cbd*)sc->ctrl_queue.dma.idi_vaddr; in enetc_attach_pre() 630 rss_table = (uint8_t *)dma.idi_vaddr; in enetc_setup_rss()
|