Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c27 static struct EtherProcessMap g_etherTypeProMap[ETHER_TYPE_PROCESS_COUNT] = { variable
276 if (g_etherTypeProMap[i].etherType == etherType) { in GetQueueIdByEtherBuff()
277 if (g_etherTypeProMap[i].processFun != NULL) { in GetQueueIdByEtherBuff()
278 … return g_etherTypeProMap[i].processFun((void *)(header + 1), len - sizeof(struct EtherHeader)); in GetQueueIdByEtherBuff()