Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A 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()
H A 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()
H A Dbnxt.c3791 if (bp->hwrm_cmd_resp_addr) { in bnxt_free_hwrm_resources()
3792 dma_free_coherent(&pdev->dev, PAGE_SIZE, bp->hwrm_cmd_resp_addr, in bnxt_free_hwrm_resources()
3794 bp->hwrm_cmd_resp_addr = NULL; in bnxt_free_hwrm_resources()
3826 bp->hwrm_cmd_resp_addr = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in bnxt_alloc_hwrm_resources()
3829 if (!bp->hwrm_cmd_resp_addr) in bnxt_alloc_hwrm_resources()
3920 struct hwrm_func_qstats_ext_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_qstat_ext()
4450 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_do_send_msg()
4669 struct hwrm_func_drv_rgtr_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_drv_rgtr()
4801 struct hwrm_tunnel_dst_port_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_tunnel_dst_port_alloc()
4952 struct hwrm_cfa_l2_filter_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_set_vnic_filter()
[all...]
H A Dbnxt_ethtool.c2081 struct hwrm_nvm_get_dev_info_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_nvm_get_dev_info()
2429 struct hwrm_nvm_install_update_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_flash_package_from_file()
2544 struct hwrm_nvm_get_dir_info_output *output = bp->hwrm_cmd_resp_addr; in nvm_get_dir_info()
2654 struct hwrm_nvm_find_dir_entry_output *output = bp->hwrm_cmd_resp_addr; in bnxt_find_nvram_item()
2902 struct hwrm_port_phy_i2c_read_output *output = bp->hwrm_cmd_resp_addr; in bnxt_read_sfp_module_eeprom_info()
3108 struct hwrm_port_phy_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_query_force_speeds()
3293 struct hwrm_selftest_exec_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_run_fw_tests()
3465 struct hwrm_dbg_cmn_output *cmn_resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_dbg_dma_data()
3844 struct hwrm_selftest_qlist_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_ethtool_init()
H A Dbnxt_ulp.c252 struct output *resp = bp->hwrm_cmd_resp_addr; in bnxt_send_msg()
H A 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()
H A Dbnxt_devlink.c619 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_nvm_req()
H A Dbnxt.h1858 void *hwrm_cmd_resp_addr; member
2159 return bp->hwrm_cmd_resp_addr; in bnxt_get_hwrm_resp_addr()

Completed in 27 milliseconds