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

/drivers/staging/vt6655/
H A Dtether.h93 // wType field in the SEthernetHeader
152 unsigned short wType; member in struct:tagSEthernetHeader
H A Dwroute.c91 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN)
H A Drxtx.c1564 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1565 if ((psEthHeader->wType == TYPE_PKT_IPX) ||
1566 (psEthHeader->wType == cpu_to_le16(0xF380))) {
1572 memcpy(pbyType, &(psEthHeader->wType), sizeof(unsigned short));
1881 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1882 if ((psEthHeader->wType == TYPE_PKT_IPX) ||
1883 (psEthHeader->wType == cpu_to_le16(0xF380))) {
1889 memcpy(pbyType, &(psEthHeader->wType), sizeof(unsigned short));
H A Ddevice_main.c1753 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN)
1943 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN)
2051 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
2088 ntohs(pDevice->sTxEthHeader.wType));
2089 if ((pDevice->sTxEthHeader.wType) == TYPE_PKT_802_1x) {
2092 (pDevice->sTxEthHeader.wType));
2180 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {

Completed in 73 milliseconds