Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c65 struct hwrm_queue_pri2cos_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_queue_pri2cos_qcfg()
137 struct hwrm_queue_cos2bw_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_queue_cos2bw_qcfg()
283 struct hwrm_queue_pfcenable_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_queue_pfc_qcfg()
388 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.c3626 if (bp->hwrm_cmd_resp_addr) { in bnxt_free_hwrm_resources()
3627 dma_free_coherent(&pdev->dev, PAGE_SIZE, bp->hwrm_cmd_resp_addr, in bnxt_free_hwrm_resources()
3629 bp->hwrm_cmd_resp_addr = NULL; in bnxt_free_hwrm_resources()
3661 bp->hwrm_cmd_resp_addr = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in bnxt_alloc_hwrm_resources()
3664 if (!bp->hwrm_cmd_resp_addr) in bnxt_alloc_hwrm_resources()
4178 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_do_send_msg()
4182 u8 *resp_addr = (u8 *)bp->hwrm_cmd_resp_addr; in bnxt_hwrm_do_send_msg()
4425 struct hwrm_func_drv_rgtr_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_drv_rgtr()
4522 struct hwrm_tunnel_dst_port_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_tunnel_dst_port_alloc()
4672 struct hwrm_cfa_l2_filter_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_set_vnic_filter()
[all …]
Dbnxt_ethtool.c2003 struct hwrm_nvm_install_update_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_flash_package_from_file()
2119 struct hwrm_nvm_get_dir_info_output *output = bp->hwrm_cmd_resp_addr; in nvm_get_dir_info()
2226 struct hwrm_nvm_find_dir_entry_output *output = bp->hwrm_cmd_resp_addr; in bnxt_find_nvram_item()
2468 struct hwrm_port_phy_i2c_read_output *output = bp->hwrm_cmd_resp_addr; in bnxt_read_sfp_module_eeprom_info()
2675 struct hwrm_port_phy_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_query_force_speeds()
2859 struct hwrm_selftest_exec_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_run_fw_tests()
3020 struct hwrm_dbg_cmn_output *cmn_resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_dbg_dma_data()
3344 struct hwrm_selftest_qlist_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_ethtool_init()
Dbnxt_ulp.c238 struct output *resp = bp->hwrm_cmd_resp_addr; in bnxt_send_msg()
Dbnxt_sriov.c112 struct hwrm_func_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_qcfg_flags()
1129 struct hwrm_func_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_update_vf_mac()
Dbnxt.h1668 void *hwrm_cmd_resp_addr; member
1944 return bp->hwrm_cmd_resp_addr; in bnxt_get_hwrm_resp_addr()