Searched defs:bnx2x_fw_command (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c2579 u32 bnx2x_fw_command(struct bnx2x *bp, u32 command, u32 param) function
3066 bnx2x_fw_command(bp, DRV_MSG_CODE_SET_MF_BW_ACK, 0);
3076 bnx2x_fw_command(bp, DRV_MSG_CODE_DRV_INFO_NACK, 0);
3098 bnx2x_fw_command(bp, DRV_MSG_CODE_DRV_INFO_NACK, 0);
3110 bnx2x_fw_command(bp, DRV_MSG_CODE_DRV_INFO_ACK, 0);
3144 bnx2x_fw_command(bp, DRV_MSG_CODE_DCC_FAILURE, 0);
3146 bnx2x_fw_command(bp, DRV_MSG_CODE_DCC_OK, 0);
7816 reset_code = bnx2x_fw_command(bp, reset_code, 0);
7848 bnx2x_fw_command(bp, DRV_MSG_CODE_UNLOAD_DONE, 0);
8448 load_code = bnx2x_fw_command(b
[all...]

Completed in 310 milliseconds