Searched refs:sTxEthHeader (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/vt6655/ |
D | wroute.c | 94 memcpy(pDevice->sTxEthHeader.abyDstAddr, (unsigned char *)pbySkbData, ETH_HLEN); in ROUTEbRelay() 98 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) { in ROUTEbRelay() 130 uMACfragNum = cbGetFragCount(pDevice, pTransmitKey, cbFrameBodySize, &pDevice->sTxEthHeader); in ROUTEbRelay() 165 &pDevice->sTxEthHeader, pbySkbData, pTransmitKey, uNodeIndex, in ROUTEbRelay()
|
D | device_main.c | 2159 memcpy(pDevice->sTxEthHeader.abyDstAddr, (unsigned char *)(skb->data), ETH_HLEN); in device_dma0_xmit() 2163 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) { in device_dma0_xmit() 2166 uMACfragNum = cbGetFragCount(pDevice, pTransmitKey, cbFrameBodySize, &pDevice->sTxEthHeader); in device_dma0_xmit() 2233 … &pDevice->sTxEthHeader, (unsigned char *)skb->data, pTransmitKey, uNodeIndex, in device_dma0_xmit() 2363 memcpy(pDevice->sTxEthHeader.abyDstAddr, (unsigned char *)(skb->data), ETH_HLEN); in device_xmit() 2366 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) { in device_xmit() 2392 … pbyBSSID = pDevice->sTxEthHeader.abyDstAddr; //TO_DS = 0 and FROM_DS = 0 --> 802.11 MAC Address1 in device_xmit() 2434 uMACfragNum = cbGetFragCount(pDevice, pTransmitKey, cbFrameBodySize, &pDevice->sTxEthHeader); in device_xmit() 2481 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) { in device_xmit() 2496 pDevice->sTxEthHeader.abyDstAddr, in device_xmit() [all …]
|
D | device.h | 754 SEthernetHeader sTxEthHeader; member
|
/linux-2.6.39/drivers/staging/vt6656/ |
D | rxtx.c | 2830 memcpy(pDevice->sTxEthHeader.abyDstAddr, (PBYTE)(skb->data), ETH_HLEN); in nsDMA_tx_packet() 2843 if (pDevice->sTxEthHeader.wType == cpu_to_le16(ETH_P_PAE)) { in nsDMA_tx_packet() 2891 … pbyBSSID = pDevice->sTxEthHeader.abyDstAddr; //TO_DS = 0 and FROM_DS = 0 --> 802.11 MAC Address1 in nsDMA_tx_packet() 2957 if (is_multicast_ether_addr(pDevice->sTxEthHeader.abyDstAddr)) { in nsDMA_tx_packet() 2964 … if(BSSbIsSTAInNodeDB(pDevice, &(pDevice->sTxEthHeader.abyDstAddr[0]), &uNodeIndex)) { in nsDMA_tx_packet() 2992 if (pDevice->sTxEthHeader.wType == cpu_to_le16(ETH_P_PAE)) { in nsDMA_tx_packet() 3019 … DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"ntohs Pkt Type=%04x\n", ntohs(pDevice->sTxEthHeader.wType)); in nsDMA_tx_packet() 3020 if ((pDevice->sTxEthHeader.wType) == cpu_to_le16(ETH_P_PAE)) { in nsDMA_tx_packet() 3022 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Pkt Type=%04x\n", (pDevice->sTxEthHeader.wType)); in nsDMA_tx_packet() 3064 skb->len, uDMAIdx, &pDevice->sTxEthHeader, in nsDMA_tx_packet() [all …]
|
D | device.h | 800 SEthernetHeader sTxEthHeader; member
|