Searched refs:drv_msg (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_mcp.c | 891 lm_status_t lm_mcp_cmd_send( struct _lm_device_t *pdev, lm_mcp_mb_type mb_type, u32_t drv_msg, u32_… in lm_mcp_cmd_send() argument 898 …ev, INFORMi , "### mcp_cmd_send mb_type=0x%x drv_msg=0x%x param=0x%x\n", mb_type, drv_msg, param ); in lm_mcp_cmd_send() 938 drv_msg |= ( (*p_seq) & drv_mask ); in lm_mcp_cmd_send() 940 LM_SHMEM_WRITE(pdev,offset,drv_msg); in lm_mcp_cmd_send() 942 DbgMessage(pdev, INFORMi , "mcp_cmd_send: Sent driver load cmd to MCP at 0x%x\n", drv_msg); in lm_mcp_cmd_send() 959 u32_t drv_msg, in lm_mcp_cmd_response() argument 975 …gMessage(pdev, INFORMi, "### mcp_cmd_response mb_type=0x%x drv_msg=0x%x\n", mcp_mb_type, drv_msg ); in lm_mcp_cmd_response() 1035 u32_t drv_msg, in lm_mcp_cmd_send_recieve_non_atomic() argument 1043 lm_status = lm_mcp_cmd_send( pdev, mcp_mb_type, drv_msg, param) ; in lm_mcp_cmd_send_recieve_non_atomic() 1048 …ieve: mcp_cmd_send drv_msg=0x%x failed. lm_status=0x%x mcp_check=0x%x\n", drv_msg, lm_status, val); in lm_mcp_cmd_send_recieve_non_atomic() [all …]
|
H A D | lm_hw_attn.c | 1286 u32_t drv_msg = 0; in lm_stats_drv_info_to_mfw_event() local 1308 drv_msg = DRV_MSG_CODE_DRV_INFO_NACK; in lm_stats_drv_info_to_mfw_event() 1319 drv_msg = DRV_MSG_CODE_DRV_INFO_NACK; in lm_stats_drv_info_to_mfw_event() 1326 drv_msg = DRV_MSG_CODE_DRV_INFO_ACK; in lm_stats_drv_info_to_mfw_event() 1330 …lm_status = lm_mcp_cmd_send_recieve( pdev, lm_mcp_mb_header, drv_msg, 0, MCP_CMD_DEFAULT_TIMEOUT, … in lm_stats_drv_info_to_mfw_event()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm.h | 1246 lm_status_t lm_mcp_cmd_send( struct _lm_device_t *pdev, lm_mcp_mb_type mcp_mb_type, u32_t drv_msg, … 1249 u32_t drv_msg, 1269 u32_t drv_msg, 1291 u32_t drv_msg,
|
H A D | lm5710.h | 3813 u32_t drv_msg);
|