Lines Matching refs:idi_vaddr

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; in bnxt_free_hwrm_short_cmd_req()
827 if (!rmem->pg_arr[i].idi_vaddr) in bnxt_free_ring()
831 rmem->pg_arr[i].idi_vaddr = NULL; in bnxt_free_ring()
833 if (rmem->pg_tbl.idi_vaddr) { in bnxt_free_ring()
835 rmem->pg_tbl.idi_vaddr = NULL; in bnxt_free_ring()
870 if ((rmem->nr_pages > 1 || rmem->depth > 0) && !rmem->pg_tbl.idi_vaddr) { in bnxt_alloc_ring()
890 bnxt_init_ctx_mem(rmem->ctx_mem, rmem->pg_arr[i].idi_vaddr, in bnxt_alloc_ring()
901 ptr = (void *) rmem->pg_tbl.idi_vaddr; in bnxt_alloc_ring()
1014 ctx_pg->ctx_arr[i].idi_vaddr = NULL; in bnxt_free_ctx_pg_tbls()
1389 (void *)bp->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_poll()
1701 (void *)bp->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_error_recovery_qcfg()
2385 softc->def_cp_ring.ring.vaddr = softc->def_cp_ring_mem.idi_vaddr; in bnxt_attach_pre()
2428 softc->vnic_info.vlan_tag_list.idi_vaddr = NULL; in bnxt_attach_pre()
2525 if (softc->vnic_info.vlan_tag_list.idi_vaddr) in bnxt_detach()
2657 uint16_t *rgt = (uint16_t *) softc->vnic_info.rss_grp_tbl.idi_vaddr; in bnxt_rss_grp_tbl_init()
2975 mta = softc->vnic_info.mc_list.idi_vaddr; in bnxt_multi_set()
3650 rc = copyout(dma_data.idi_vaddr, in bnxt_priv_ioctl()
3771 rc = copyout(dma_data.idi_vaddr, get->data, in bnxt_priv_ioctl()
4384 memset(softc->vnic_info.rss_grp_tbl.idi_vaddr, 0xff, in bnxt_clear_ids()