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

/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c73 static bool command_succeeded(void* buf, uint32_t type, uint32_t length) { function
334 if (!command_succeeded(buf, RNDIS_INITIALIZE_CMPLT, sizeof(*init_cmplt))) {
354 if (command_succeeded(buf, RNDIS_QUERY_CMPLT, sizeof(*phy_query_cmplt) +
376 if (!command_succeeded(buf, RNDIS_QUERY_CMPLT, sizeof(*mac_query_cmplt) +
408 if (!command_succeeded(buf, RNDIS_SET_CMPLT, sizeof(rndis_set_complete))) {

Completed in 65 milliseconds