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);
1052 TI_UINT16 etherType = 0;
1060 rxData_convertWlanToEthHeader (hRxData, pBuffer, &etherType);
1064 if (etherType == ETHERTYPE_802_1D)
1371 static TI_STATUS rxData_convertWlanToEthHeader (TI_HANDLE hRxData, void *pBuffer, TI_UINT16 * etherType)
1391 *etherType = swapedTypeLength;
1417 /* Start moving data from the Ethertype field in the SNAP */
1429 /* See if the Ethertype is in our selective translation table */