Searched refs:byDIFS (Results 1 – 2 of 2) sorted by relevance
198 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local228 byDIFS = C_SIFS_A + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()251 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()276 byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()279 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()298 byDIFS -= 3; in CARDbSetPhyParameter()310 if (priv->byDIFS != byDIFS) { in CARDbSetPhyParameter()311 priv->byDIFS = byDIFS; in CARDbSetPhyParameter()312 VNSvOutPortB(priv->PortOffset + MAC_REG_DIFS, priv->byDIFS); in CARDbSetPhyParameter()
189 unsigned char byDIFS; member