Searched refs:plcp_length (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1217 uint16_t plcp_length; local
1248 plcp_length = len & 0xfff;
1249 desc->plcp_length_hi = plcp_length >> 6;
1250 desc->plcp_length_lo = plcp_length & 0x3f;
1252 plcp_length = howmany(16 * len, rate);
1258 desc->plcp_length_hi = plcp_length >> 8;
1259 desc->plcp_length_lo = plcp_length & 0xff;
H A Drt2560.c1407 uint16_t plcp_length; local
1427 plcp_length = len & 0xfff;
1428 desc->plcp_length_hi = plcp_length >> 6;
1429 desc->plcp_length_lo = plcp_length & 0x3f;
1431 plcp_length = howmany(16 * len, rate);
1437 desc->plcp_length_hi = plcp_length >> 8;
1438 desc->plcp_length_lo = plcp_length & 0xff;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c980 uint16_t plcp_length; local
998 plcp_length = len & 0xfff;
999 desc->plcp_length_hi = plcp_length >> 6;
1000 desc->plcp_length_lo = plcp_length & 0x3f;
1004 plcp_length = howmany(16 * len, rate);
1010 desc->plcp_length_hi = plcp_length >> 8;
1011 desc->plcp_length_lo = plcp_length & 0xff;
H A Dif_rum.c1308 uint16_t plcp_length; local
1331 plcp_length = len & 0xfff;
1332 desc->plcp_length_hi = plcp_length >> 6;
1333 desc->plcp_length_lo = plcp_length & 0x3f;
1337 plcp_length = howmany(16 * len, rate);
1343 desc->plcp_length_hi = plcp_length >> 8;
1344 desc->plcp_length_lo = plcp_length & 0xff;
H A Dif_zydreg.h1048 uint16_t plcp_length; member in struct:zyd_tx_desc
H A Dif_zyd.c2510 desc->plcp_length = htole16(bits / ratediv[phy]);

Completed in 199 milliseconds