Searched refs:drv_msg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_mcp.c891 lm_status_t lm_mcp_cmd_send( struct _lm_device_t *pdev, lm_mcp_mb_type mb_type, u32_t drv_msg, u32_t param ) argument
898 DbgMessage(pdev, INFORMi , "### mcp_cmd_send mb_type=0x%x drv_msg=0x%x param=0x%x\n", mb_type, drv_msg, param );
938 drv_msg |= ( (*p_seq) & drv_mask );
940 LM_SHMEM_WRITE(pdev,offset,drv_msg);
942 DbgMessage(pdev, INFORMi , "mcp_cmd_send: Sent driver load cmd to MCP at 0x%x\n", drv_msg);
959 u32_t drv_msg,
975 DbgMessage(pdev, INFORMi, "### mcp_cmd_response mb_type=0x%x drv_msg=0x%x\n", mcp_mb_type, drv_msg );
1035 u32_t drv_msg,
957 lm_mcp_cmd_response( struct _lm_device_t *pdev, lm_mcp_mb_type mcp_mb_type, u32_t drv_msg, u32_t timeout, OUT u32_t* p_fw_resp ) argument
1033 lm_mcp_cmd_send_recieve_non_atomic( struct _lm_device_t *pdev, lm_mcp_mb_type mcp_mb_type, u32_t drv_msg, u32_t param, u32_t timeout, OUT u32_t* p_fw_resp ) argument
1080 lm_mcp_cmd_send_recieve( struct _lm_device_t *pdev, lm_mcp_mb_type mcp_mb_type, u32_t drv_msg, u32_t param, u32_t timeout, OUT u32_t* p_fw_resp ) argument
[all...]
H A Dlm_hw_attn.c1286 u32_t drv_msg = 0; local
1308 drv_msg = DRV_MSG_CODE_DRV_INFO_NACK;
1319 drv_msg = DRV_MSG_CODE_DRV_INFO_NACK;
1326 drv_msg = DRV_MSG_CODE_DRV_INFO_ACK;
1330 lm_status = lm_mcp_cmd_send_recieve( pdev, lm_mcp_mb_header, drv_msg, 0, MCP_CMD_DEFAULT_TIMEOUT, &fw_resp );
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h1246 lm_status_t lm_mcp_cmd_send( struct _lm_device_t *pdev, lm_mcp_mb_type mcp_mb_type, u32_t drv_msg, u32_t param) ;
1249 u32_t drv_msg,
1259 * @param drv_msg the opcode to send to the MCP
1269 u32_t drv_msg,
1281 * @param drv_msg the opcode to send to the MCP
1291 u32_t drv_msg,
H A Dlm5710.h3813 u32_t drv_msg);

Completed in 91 milliseconds