Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Dmac.h641 #define MACvReadBSSIDAddress(dwIoBase, pbyEtherAddr) \ argument
645 (unsigned char *)pbyEtherAddr); \
647 pbyEtherAddr + 1); \
649 pbyEtherAddr + 2); \
651 pbyEtherAddr + 3); \
653 pbyEtherAddr + 4); \
655 pbyEtherAddr + 5); \
659 #define MACvWriteBSSIDAddress(dwIoBase, pbyEtherAddr) \ argument
663 *(pbyEtherAddr)); \
665 *(pbyEtherAddr + 1)); \
[all …]