Home
last modified time | relevance | path

Searched refs:hwrm_cmd_resp_addr (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c64 struct hwrm_queue_pri2cos_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_queue_pri2cos_qcfg()
135 struct hwrm_queue_cos2bw_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_queue_cos2bw_qcfg()
276 struct hwrm_queue_pfcenable_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_queue_pfc_qcfg()
381 struct hwrm_queue_dscp_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_queue_dscp_qcaps()
Dbnxt_vfr.c30 struct hwrm_cfa_vfr_alloc_output *resp = bp->hwrm_cmd_resp_addr; in hwrm_cfa_vfr_alloc()
70 struct hwrm_func_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_vfr_qcfg()
Dbnxt.c3690 if (bp->hwrm_cmd_resp_addr) { in bnxt_free_hwrm_resources()
3691 dma_free_coherent(&pdev->dev, PAGE_SIZE, bp->hwrm_cmd_resp_addr, in bnxt_free_hwrm_resources()
3693 bp->hwrm_cmd_resp_addr = NULL; in bnxt_free_hwrm_resources()
3725 bp->hwrm_cmd_resp_addr = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in bnxt_alloc_hwrm_resources()
3728 if (!bp->hwrm_cmd_resp_addr) in bnxt_alloc_hwrm_resources()
3819 struct hwrm_func_qstats_ext_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_qstat_ext()
4349 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_do_send_msg()
4568 struct hwrm_func_drv_rgtr_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_drv_rgtr()
4700 struct hwrm_tunnel_dst_port_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_tunnel_dst_port_alloc()
4851 struct hwrm_cfa_l2_filter_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_set_vnic_filter()
[all …]
Dbnxt_ethtool.c2078 struct hwrm_nvm_get_dev_info_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_nvm_get_dev_info()
2426 struct hwrm_nvm_install_update_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_flash_package_from_file()
2541 struct hwrm_nvm_get_dir_info_output *output = bp->hwrm_cmd_resp_addr; in nvm_get_dir_info()
2651 struct hwrm_nvm_find_dir_entry_output *output = bp->hwrm_cmd_resp_addr; in bnxt_find_nvram_item()
2899 struct hwrm_port_phy_i2c_read_output *output = bp->hwrm_cmd_resp_addr; in bnxt_read_sfp_module_eeprom_info()
3105 struct hwrm_port_phy_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_query_force_speeds()
3290 struct hwrm_selftest_exec_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_run_fw_tests()
3462 struct hwrm_dbg_cmn_output *cmn_resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_dbg_dma_data()
3841 struct hwrm_selftest_qlist_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_ethtool_init()
Dbnxt_ulp.c248 struct output *resp = bp->hwrm_cmd_resp_addr; in bnxt_send_msg()
Dbnxt_sriov.c110 struct hwrm_func_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_qcfg_flags()
1125 struct hwrm_func_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_update_vf_mac()
Dbnxt_devlink.c619 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_nvm_req()
Dbnxt.h1835 void *hwrm_cmd_resp_addr; member
2136 return bp->hwrm_cmd_resp_addr; in bnxt_get_hwrm_resp_addr()