Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6655/
Dmac.h627 #define MACvReadBSSIDAddress(iobase, pbyEtherAddr) \ argument
631 (unsigned char *)pbyEtherAddr); \
633 pbyEtherAddr + 1); \
635 pbyEtherAddr + 2); \
637 pbyEtherAddr + 3); \
639 pbyEtherAddr + 4); \
641 pbyEtherAddr + 5); \
645 #define MACvWriteBSSIDAddress(iobase, pbyEtherAddr) \ argument
649 *(pbyEtherAddr)); \
651 *(pbyEtherAddr + 1)); \
[all …]