Searched refs:set_header_fields (Results 1 – 1 of 1) sorted by relevance
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_client.c | 84 static void set_header_fields(ncsi_header_t* header, uint8_t ch_id, in set_header_fields() function 123 set_header_fields((ncsi_header_t*)buf, channel, NCSI_CLEAR_INITIAL_STATE); in ncsi_cmd_clear_initial_state() 134 set_header_fields((ncsi_header_t*)buf, channel_id, NCSI_SET_MAC_ADDRESS); in ncsi_cmd_set_mac() 149 set_header_fields((ncsi_header_t*)buf, channel, in ncsi_cmd_enable_broadcast_filter() 160 set_header_fields((ncsi_header_t*)buf, channel, in ncsi_cmd_disable_broadcast_filter() 167 set_header_fields((ncsi_header_t*)buf, channel, NCSI_ENABLE_CHANNEL); in ncsi_cmd_enable_channel() 173 set_header_fields((ncsi_header_t*)buf, channel, NCSI_GET_LINK_STATUS); in ncsi_cmd_get_link_status() 179 set_header_fields((ncsi_header_t*)buf, channel, NCSI_RESET_CHANNEL); in ncsi_cmd_reset_channel() 185 set_header_fields((ncsi_header_t*)buf, channel, in ncsi_cmd_enable_tx() 192 set_header_fields((ncsi_header_t*)buf, channel, NCSI_GET_VERSION_ID); in ncsi_cmd_get_version() [all …]
|