Searched refs:bnx2x_fw_command (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_cmn.c | 1009 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()
|
D | bnx2x_main.c | 2229 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()
|
D | bnx2x_dcb.c | 626 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()
|
D | bnx2x.h | 1458 u32 bnx2x_fw_command(struct bnx2x *bp, u32 command, u32 param);
|
D | bnx2x_link.c | 4799 fw_resp = bnx2x_fw_command(bp, cmd, fw_cmd_param); in bnx2x_verify_sfp_module()
|