Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c219 ncsi_oem_simple_cmd_t* cmd = (ncsi_oem_simple_cmd_t*)buf; in ncsi_oem_cmd_get_host_mac()
222 htons(sizeof(ncsi_oem_simple_cmd_t) - sizeof(ncsi_header_t)); in ncsi_oem_cmd_get_host_mac()
226 return sizeof(ncsi_oem_simple_cmd_t); in ncsi_oem_cmd_get_host_mac()
231 ncsi_oem_simple_cmd_t* cmd = (ncsi_oem_simple_cmd_t*)buf; in ncsi_oem_cmd_get_filter()
234 htons(sizeof(ncsi_oem_simple_cmd_t) - sizeof(ncsi_header_t)); in ncsi_oem_cmd_get_filter()
238 return sizeof(ncsi_oem_simple_cmd_t); in ncsi_oem_cmd_get_filter()
H A Dncsi_server.c75 const ncsi_oem_simple_cmd_t* oem_command = in ncsi_build_oem_ack()
76 (const ncsi_oem_simple_cmd_t*)request_buf; in ncsi_build_oem_ack()
H A Dncsi.h390 } ncsi_oem_simple_cmd_t; typedef
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp163 const ncsi_oem_simple_cmd_t* oem_cmd = in handle_oem_request()
164 reinterpret_cast<const ncsi_oem_simple_cmd_t*>(request_buf.data); in handle_oem_request()