Lines Matching refs:idi_vaddr

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()
1071 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_func_qcaps()
1195 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_func_qcfg()
1499 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_vnic_alloc()
1551 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_vnic_ctx_alloc()
1590 resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_ring_grp_alloc()
1646 resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_ring_free()
1686 resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_ring_alloc()
1805 resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_stat_ctx_alloc()
1855 resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_pri2cos_idx()
1908 resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_port_qstats_ext()
1951 u64 *rx_port_stats_ext = (u64 *)softc->hw_rx_port_stats_ext.idi_vaddr; in bnxt_hwrm_port_qstats_ext()
1952 u64 *tx_port_stats_ext = (u64 *)softc->hw_tx_port_stats_ext.idi_vaddr; in bnxt_hwrm_port_qstats_ext()
2061 resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_l2_filter_alloc()
2254 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_nvm_find_dir_entry()
2343 rc = copyin(data, dma_data.idi_vaddr, length); in bnxt_hwrm_nvm_modify()
2348 memcpy(dma_data.idi_vaddr, data, length); in bnxt_hwrm_nvm_modify()
2375 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_fw_reset()
2400 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_fw_qstatus()
2427 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_nvm_write()
2438 rc = copyin(data, dma_data.idi_vaddr, data_length); in bnxt_hwrm_nvm_write()
2443 memcpy(dma_data.idi_vaddr, data, data_length); in bnxt_hwrm_nvm_write()
2510 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_nvm_get_dir_info()
2586 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_nvm_get_dev_info()
2625 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_nvm_install_update()
2684 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_fw_get_time()
2741 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_read_sfp_module_eeprom_info()
2780 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_port_phy_qcfg()
2884 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_phy_qcaps()
2942 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_get_wol_fltrs()
2968 (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_alloc_wol_fltr()
3078 hwrm_dbg_ring_info_get_output_t *resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; in bnxt_hwrm_ring_info_get()