Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c592 struct hwrm_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_fwd_resp()
627 struct hwrm_reject_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_fwd_err_resp()
658 struct hwrm_exec_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_exec_fwd_resp()
795 struct hwrm_func_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_update_vf_mac()
Dbnxt.c2331 dma_free_coherent(&pdev->dev, PAGE_SIZE, bp->hwrm_cmd_resp_addr, in bnxt_free_hwrm_resources()
2334 bp->hwrm_cmd_resp_addr = NULL; in bnxt_free_hwrm_resources()
2348 bp->hwrm_cmd_resp_addr = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in bnxt_alloc_hwrm_resources()
2351 if (!bp->hwrm_cmd_resp_addr) in bnxt_alloc_hwrm_resources()
2587 struct hwrm_err_output *resp = bp->hwrm_cmd_resp_addr; in _hwrm_send_message()
2622 resp_len = bp->hwrm_cmd_resp_addr + HWRM_RESP_LEN_OFFSET; in _hwrm_send_message()
2639 valid = bp->hwrm_cmd_resp_addr + len - 4; in _hwrm_send_message()
2744 struct hwrm_tunnel_dst_port_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_tunnel_dst_port_alloc()
2816 bp->hwrm_cmd_resp_addr; in bnxt_hwrm_cfa_ntuple_filter_alloc()
2855 struct hwrm_cfa_l2_filter_alloc_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_set_vnic_filter()
[all …]
Dbnxt.h939 void *hwrm_cmd_resp_addr; member
Dbnxt_ethtool.c957 struct hwrm_nvm_get_dir_info_output *output = bp->hwrm_cmd_resp_addr; in nvm_get_dir_info()