Searched defs:bySIFS (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/vt6655/
H A Dcard.c389 unsigned char bySIFS = 0; local
423 bySIFS = C_SIFS_A;
449 bySIFS = C_SIFS_BG;
475 bySIFS = C_SIFS_BG;
508 bySIFS -= 3;
515 if (pDevice->bySIFS != bySIFS) {
516 pDevice->bySIFS = bySIFS;
517 VNSvOutPortB(pDevice->PortOffset + MAC_REG_SIFS, pDevice->bySIFS);
[all...]
H A Ddevice.h437 unsigned char bySIFS; member in struct:vnt_private

Completed in 53 milliseconds