Searched refs:pbyEtherAddr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmac.h764 #define MACvReadBSSIDAddress(dwIoBase, pbyEtherAddr) \
768 (unsigned char *)pbyEtherAddr); \
770 pbyEtherAddr + 1); \
772 pbyEtherAddr + 2); \
774 pbyEtherAddr + 3); \
776 pbyEtherAddr + 4); \
778 pbyEtherAddr + 5); \
782 #define MACvWriteBSSIDAddress(dwIoBase, pbyEtherAddr) \
786 *(pbyEtherAddr)); \
788 *(pbyEtherAddr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmac.c376 void MACvWriteBSSIDAddress(PSDevice pDevice, PBYTE pbyEtherAddr) argument
381 pbyData[0] = *((PBYTE)pbyEtherAddr);
382 pbyData[1] = *((PBYTE)pbyEtherAddr+1);
383 pbyData[2] = *((PBYTE)pbyEtherAddr+2);
384 pbyData[3] = *((PBYTE)pbyEtherAddr+3);
385 pbyData[4] = *((PBYTE)pbyEtherAddr+4);
386 pbyData[5] = *((PBYTE)pbyEtherAddr+5);
H A Dmac.h436 void MACvWriteBSSIDAddress(PSDevice pDevice, PBYTE pbyEtherAddr);

Completed in 45 milliseconds