Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c3785 if (bp->hwrm_cmd_resp_addr) { in bnxt_free_hwrm_resources()
3786 dma_free_coherent(&pdev->dev, PAGE_SIZE, bp->hwrm_cmd_resp_addr, in bnxt_free_hwrm_resources()
3788 bp->hwrm_cmd_resp_addr = NULL; in bnxt_free_hwrm_resources()
3820 bp->hwrm_cmd_resp_addr = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in bnxt_alloc_hwrm_resources()
3823 if (!bp->hwrm_cmd_resp_addr) in bnxt_alloc_hwrm_resources()
3914 struct hwrm_func_qstats_ext_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_qstat_ext()
4444 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_do_send_msg()
4663 struct hwrm_func_drv_rgtr_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_drv_rgtr()
4795 struct hwrm_tunnel_dst_port_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_tunnel_dst_port_alloc()
4946 struct hwrm_cfa_l2_filter_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_set_vnic_filter()
[all …]
H A Dbnxt_ethtool.c2079 struct hwrm_nvm_get_dev_info_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_nvm_get_dev_info()
2427 struct hwrm_nvm_install_update_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_flash_package_from_file()
2542 struct hwrm_nvm_get_dir_info_output *output = bp->hwrm_cmd_resp_addr; in nvm_get_dir_info()
2652 struct hwrm_nvm_find_dir_entry_output *output = bp->hwrm_cmd_resp_addr; in bnxt_find_nvram_item()
2900 struct hwrm_port_phy_i2c_read_output *output = bp->hwrm_cmd_resp_addr; in bnxt_read_sfp_module_eeprom_info()
3106 struct hwrm_port_phy_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_query_force_speeds()
3291 struct hwrm_selftest_exec_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_run_fw_tests()
3463 struct hwrm_dbg_cmn_output *cmn_resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_dbg_dma_data()
3842 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.h1857 void *hwrm_cmd_resp_addr; member
2158 return bp->hwrm_cmd_resp_addr; in bnxt_get_hwrm_resp_addr()
H A Dbnxt_devlink.c619 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_nvm_req()