Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.c1009 bnx2x_fw_command(bp, DRV_MSG_CODE_SET_MF_BW, mf_cfg); in bnx2x_update_max_mf_config()
1379 load_code = bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_REQ, 0); in bnx2x_nic_load()
1422 bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_DONE, 0); in bnx2x_nic_load()
1429 bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_DONE, 0); in bnx2x_nic_load()
1445 load_code = bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_DONE, 0); in bnx2x_nic_load()
1584 bnx2x_fw_command(bp, DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP, 0); in bnx2x_nic_load()
1585 bnx2x_fw_command(bp, DRV_MSG_CODE_UNLOAD_DONE, 0); in bnx2x_nic_load()
Dbnx2x_main.c2229 u32 bnx2x_fw_command(struct bnx2x *bp, u32 command, u32 param) in bnx2x_fw_command() function
2657 bnx2x_fw_command(bp, DRV_MSG_CODE_SET_MF_BW_ACK, 0); in bnx2x_set_mf_bw()
2691 bnx2x_fw_command(bp, DRV_MSG_CODE_DCC_FAILURE, 0); in bnx2x_dcc_event()
2693 bnx2x_fw_command(bp, DRV_MSG_CODE_DCC_OK, 0); in bnx2x_dcc_event()
7296 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_chip_cleanup()
7332 bnx2x_fw_command(bp, DRV_MSG_CODE_UNLOAD_DONE, 0); in bnx2x_chip_cleanup()
7873 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_undi_unload()
7879 bnx2x_fw_command(bp, in bnx2x_undi_unload()
7889 bnx2x_fw_command(bp, reset_code, 0); in bnx2x_undi_unload()
7931 bnx2x_fw_command(bp, DRV_MSG_CODE_UNLOAD_DONE, 0); in bnx2x_undi_unload()
Dbnx2x_dcb.c626 bnx2x_fw_command(bp, DRV_MSG_CODE_DCBX_PMF_DRV_OK, 0); in bnx2x_dcbx_set_params()
932 bnx2x_fw_command(bp, in bnx2x_dcbx_init()
Dbnx2x.h1458 u32 bnx2x_fw_command(struct bnx2x *bp, u32 command, u32 param);
Dbnx2x_link.c4799 fw_resp = bnx2x_fw_command(bp, cmd, fw_cmd_param); in bnx2x_verify_sfp_module()