Searched refs:byDIFS (Results 1 – 2 of 2) sorted by relevance
390 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local424 byDIFS = C_SIFS_A + 2*C_SLOT_SHORT; in CARDbSetPhyParameter()450 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG; in CARDbSetPhyParameter()478 byDIFS = C_SIFS_BG + 2*C_SLOT_SHORT; in CARDbSetPhyParameter()481 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG; in CARDbSetPhyParameter()509 byDIFS -= 3; in CARDbSetPhyParameter()519 if (pDevice->byDIFS != byDIFS) { in CARDbSetPhyParameter()520 pDevice->byDIFS = byDIFS; in CARDbSetPhyParameter()521 VNSvOutPortB(pDevice->PortOffset + MAC_REG_DIFS, pDevice->byDIFS); in CARDbSetPhyParameter()
438 unsigned char byDIFS; member