Lines Matching refs:plcp
244 txdesc->u.plcp.ifs = IFS_BACKOFF;
246 txdesc->u.plcp.ifs = IFS_SIFS;
256 txdesc->u.plcp.signal = hwrate->plcp;
257 txdesc->u.plcp.service = 0x04;
260 txdesc->u.plcp.length_high = (data_length >> 6) & 0x3f;
261 txdesc->u.plcp.length_low = data_length & 0x3f;
276 txdesc->u.plcp.service |= 0x80;
279 txdesc->u.plcp.length_high = (duration >> 8) & 0xff;
280 txdesc->u.plcp.length_low = duration & 0xff;
287 txdesc->u.plcp.signal |= 0x08;