Searched refs:hwrm_cmd_resp_addr (Results 1 – 8 of 8) sorted by relevance
65 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()390 struct hwrm_queue_dscp_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_queue_dscp_qcaps()
28 struct hwrm_fwd_async_event_cmpl_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_fwd_async_event_cmpl()816 struct hwrm_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_fwd_resp()855 struct hwrm_reject_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_fwd_err_resp()890 struct hwrm_exec_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_exec_fwd_resp()1081 struct hwrm_func_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_update_vf_mac()
3020 if (bp->hwrm_cmd_resp_addr) { in bnxt_free_hwrm_resources()3021 dma_free_coherent(&pdev->dev, PAGE_SIZE, bp->hwrm_cmd_resp_addr, in bnxt_free_hwrm_resources()3023 bp->hwrm_cmd_resp_addr = NULL; in bnxt_free_hwrm_resources()3031 bp->hwrm_cmd_resp_addr = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in bnxt_alloc_hwrm_resources()3034 if (!bp->hwrm_cmd_resp_addr) in bnxt_alloc_hwrm_resources()3449 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_do_send_msg()3507 resp_len = bp->hwrm_cmd_resp_addr + HWRM_RESP_LEN_OFFSET; in bnxt_hwrm_do_send_msg()3528 valid = bp->hwrm_cmd_resp_addr + len - 1; in bnxt_hwrm_do_send_msg()3556 valid = bp->hwrm_cmd_resp_addr + len - 1; in bnxt_hwrm_do_send_msg()3651 struct hwrm_func_drv_rgtr_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_drv_rgtr()[all …]
30 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()
438 struct hwrm_cfa_flow_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_cfa_flow_alloc()563 bp->hwrm_cmd_resp_addr; in hwrm_cfa_decap_filter_alloc()652 bp->hwrm_cmd_resp_addr; in hwrm_cfa_encap_record_alloc()1419 struct hwrm_cfa_flow_stats_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_cfa_flow_stats_get()
1698 struct hwrm_nvm_install_update_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_flash_package_from_file()1815 struct hwrm_nvm_get_dir_info_output *output = bp->hwrm_cmd_resp_addr; in nvm_get_dir_info()1922 struct hwrm_nvm_find_dir_entry_output *output = bp->hwrm_cmd_resp_addr; in bnxt_find_nvram_item()2164 struct hwrm_port_phy_i2c_read_output *output = bp->hwrm_cmd_resp_addr; in bnxt_read_sfp_module_eeprom_info()2533 struct hwrm_selftest_exec_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_run_fw_tests()2694 struct hwrm_dbg_cmn_output *cmn_resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_dbg_dma_data()3018 struct hwrm_selftest_qlist_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_ethtool_init()
232 struct output *resp = bp->hwrm_cmd_resp_addr; in bnxt_send_msg()
1302 void *hwrm_cmd_resp_addr; member