Home
last modified time | relevance | path

Searched refs:NCSI_GET_LINK_STATUS (Results 1 – 6 of 6) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/test/
H A Dncsi_test.cpp223 const uint8_t last_test_command = NCSI_GET_LINK_STATUS; in TEST_F()
H A Dnic_mock.cpp141 case NCSI_GET_LINK_STATUS: in handle_request()
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi.h103 NCSI_GET_LINK_STATUS, enumerator
H A Dncsi_client.c173 set_header_fields((ncsi_header_t*)buf, channel, NCSI_GET_LINK_STATUS); in ncsi_cmd_get_link_status()
H A Dncsi_fsm.c632 ncsi_buf->data, ncsi_buf->len, NCSI_GET_LINK_STATUS); in ncsi_fsm_poll_test()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp197 (NCSI_RESPONSE | NCSI_GET_LINK_STATUS)) in poll_simple()