Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/vt6655/
Dmac.h625 #define MACvReadBSSIDAddress(iobase, pbyEtherAddr) \ argument
629 (unsigned char *)pbyEtherAddr); \
631 pbyEtherAddr + 1); \
633 pbyEtherAddr + 2); \
635 pbyEtherAddr + 3); \
637 pbyEtherAddr + 4); \
639 pbyEtherAddr + 5); \
643 #define MACvWriteBSSIDAddress(iobase, pbyEtherAddr) \ argument
647 *(pbyEtherAddr)); \
649 *(pbyEtherAddr + 1)); \
[all …]