Searched refs:abySNAP_Bridgetunnel (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/staging/vt6656/ |
D | main_usb.c | 301 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()
|
D | device.h | 804 BYTE abySNAP_Bridgetunnel[ETH_ALEN]; member
|
D | dpc.c | 198 if (!compare_ether_addr(pbyRxBuffer, &pDevice->abySNAP_Bridgetunnel[0])) { in s_vProcessRxMACHeader()
|
D | rxtx.c | 1439 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/ |
D | device.h | 758 unsigned char abySNAP_Bridgetunnel[ETH_ALEN]; member
|
D | device_main.c | 436 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()
|
D | dpc.c | 185 if (!compare_ether_addr(pbyRxBuffer, &pDevice->abySNAP_Bridgetunnel[0])) { in s_vProcessRxMACHeader()
|
D | rxtx.c | 1603 … 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()
|