Home
last modified time | relevance | path

Searched refs:bnx2x_fw_command (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1200 bnx2x_fw_command(bp, DRV_MSG_CODE_SET_MF_BW, mf_cfg); in bnx2x_update_max_mf_config()
1851 load_code = bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_REQ, 0); in bnx2x_nic_load()
1912 bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_DONE, 0); in bnx2x_nic_load()
1920 bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_DONE, 0); in bnx2x_nic_load()
1943 bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_DONE, 0); in bnx2x_nic_load()
1949 load_code = bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_DONE, 0); in bnx2x_nic_load()
2083 bnx2x_fw_command(bp, DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP, 0); in bnx2x_nic_load()
2084 bnx2x_fw_command(bp, DRV_MSG_CODE_UNLOAD_DONE, 0); in bnx2x_nic_load()
Dbnx2x_main.c2579 u32 bnx2x_fw_command(struct bnx2x *bp, u32 command, u32 param) in bnx2x_fw_command() function
3066 bnx2x_fw_command(bp, DRV_MSG_CODE_SET_MF_BW_ACK, 0); in bnx2x_set_mf_bw()
3076 bnx2x_fw_command(bp, DRV_MSG_CODE_DRV_INFO_NACK, 0); in bnx2x_handle_drv_info_req()
3098 bnx2x_fw_command(bp, DRV_MSG_CODE_DRV_INFO_NACK, 0); in bnx2x_handle_drv_info_req()
3110 bnx2x_fw_command(bp, DRV_MSG_CODE_DRV_INFO_ACK, 0); in bnx2x_handle_drv_info_req()
3144 bnx2x_fw_command(bp, DRV_MSG_CODE_DCC_FAILURE, 0); in bnx2x_dcc_event()
3146 bnx2x_fw_command(bp, DRV_MSG_CODE_DCC_OK, 0); in bnx2x_dcc_event()
7816 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_send_unload_req()
7848 bnx2x_fw_command(bp, DRV_MSG_CODE_UNLOAD_DONE, 0); in bnx2x_send_unload_done()
8448 load_code = bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_REQ, 0); in bnx2x_leader_reset()
[all …]
Dbnx2x_dcb.c761 bnx2x_fw_command(bp, DRV_MSG_CODE_DCBX_PMF_DRV_OK, 0); in bnx2x_dcbx_set_params()
1006 bnx2x_fw_command(bp, in bnx2x_dcbx_init()
Dbnx2x_cmn.h135 u32 bnx2x_fw_command(struct bnx2x *bp, u32 command, u32 param);
Dbnx2x_link.c8065 fw_resp = bnx2x_fw_command(bp, cmd, fw_cmd_param); in bnx2x_verify_sfp_module()