Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6656/
Dmain_usb.c301 u8 abySNAP_Bridgetunnel[ETH_ALEN] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0xF8}; in device_set_options() local
305 memcpy(pDevice->abySNAP_Bridgetunnel, abySNAP_Bridgetunnel, ETH_ALEN); in device_set_options()
364 u8 abySNAP_Bridgetunnel[ETH_ALEN] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0xF8}; in device_init_registers() local
381 memcpy(pDevice->abySNAP_Bridgetunnel, in device_init_registers()
382 abySNAP_Bridgetunnel, in device_init_registers()
Ddevice.h804 BYTE abySNAP_Bridgetunnel[ETH_ALEN]; member
Ddpc.c198 if (!compare_ether_addr(pbyRxBuffer, &pDevice->abySNAP_Bridgetunnel[0])) { in s_vProcessRxMACHeader()
Drxtx.c1439 BYTE abySNAP_Bridgetunnel[ETH_ALEN] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0xF8}; in s_bPacketToWirelessUsb() local
1707 abySNAP_Bridgetunnel, 6); in s_bPacketToWirelessUsb()
/linux-2.6.39/drivers/staging/vt6655/
Ddevice.h758 unsigned char abySNAP_Bridgetunnel[ETH_ALEN]; member
Ddevice_main.c436 unsigned char abySNAP_Bridgetunnel[ETH_ALEN] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0xF8}; in device_set_options() local
441 memcpy(pDevice->abySNAP_Bridgetunnel, abySNAP_Bridgetunnel, ETH_ALEN); in device_set_options()
Ddpc.c185 if (!compare_ether_addr(pbyRxBuffer, &pDevice->abySNAP_Bridgetunnel[0])) { in s_vProcessRxMACHeader()
Drxtx.c1603 … memcpy((unsigned char *) (pbyPayloadHead), &pDevice->abySNAP_Bridgetunnel[0], 6); in s_cbFillTxBufHead()
1967 memcpy((unsigned char *) (pbyPayloadHead), &pDevice->abySNAP_Bridgetunnel[0], 6); in s_cbFillTxBufHead()