Home | History | Annotate | Download | only in Data_link

Lines Matching refs:etherType

93 static TI_STATUS rxData_convertWlanToEthHeader (TI_HANDLE hRxData, void *pBuffer, TI_UINT16 * etherType);
1046 TI_UINT16 etherType = 0;
1054 rxData_convertWlanToEthHeader (hRxData, pBuffer, &etherType);
1058 if (etherType == ETHERTYPE_802_1D)
1366 static TI_STATUS rxData_convertWlanToEthHeader (TI_HANDLE hRxData, void *pBuffer, TI_UINT16 * etherType)
1386 *etherType = swapedTypeLength;
1412 /* Start moving data from the Ethertype field in the SNAP */
1424 /* See if the Ethertype is in our selective translation table */