Home
last modified time | relevance | path

Searched refs:ncsi_simple_response_t (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c41 sizeof(ncsi_simple_response_t), // NCSI_CLEAR_INITIAL_STATE
42 sizeof(ncsi_simple_response_t), // NCSI_SELECT_PACKAGE
43 sizeof(ncsi_simple_response_t), // NCSI_DESELECT_PACKAGE
44 sizeof(ncsi_simple_response_t), // NCSI_ENABLE_CHANNEL
45 sizeof(ncsi_simple_response_t), // NCSI_DISABLE_CHANNEL
46 sizeof(ncsi_simple_response_t), // NCSI_RESET_CHANNEL
47 sizeof(ncsi_simple_response_t), // NCSI_ENABLE_CHANNEL_NETWORK_TX
48 sizeof(ncsi_simple_response_t), // NCSI_DISABLE_CHANNEL_NETWORK_TX
49 sizeof(ncsi_simple_response_t), // NCSI_AEN_ENABLE
50 sizeof(ncsi_simple_response_t), // NCSI_SET_LINK
[all …]
H A Dncsi_server.c40 ncsi_simple_response_t* response = (ncsi_simple_response_t*)response_buf; in ncsi_build_response_header()
55 sizeof(ncsi_simple_response_t) - sizeof(ncsi_header_t)); in ncsi_build_simple_ack()
57 return sizeof(ncsi_simple_response_t); in ncsi_build_simple_ack()
65 sizeof(ncsi_simple_response_t) - sizeof(ncsi_header_t)); in ncsi_build_simple_nack()
67 return sizeof(ncsi_simple_response_t); in ncsi_build_simple_nack()
H A Dncsi.h155 } ncsi_simple_response_t; typedef
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp147 auto* response = reinterpret_cast<ncsi_simple_response_t*>(ncsi_buf_.data); in poll_l2_config()
187 auto* response = reinterpret_cast<ncsi_simple_response_t*>(ncsi_buf_.data); in poll_simple()
239 reinterpret_cast<const ncsi_simple_response_t*>(ncsi_buf_.data); in report_ncsi_error()