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

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c1387 uint16_t plcp_length; local
1408 plcp_length = len & 0xfff;
1409 desc->plcp_length_hi = plcp_length >> 6;
1410 desc->plcp_length_lo = plcp_length & 0x3f;
1412 plcp_length = (16 * len + rate - 1) / rate;
1418 desc->plcp_length_hi = plcp_length >> 8;
1419 desc->plcp_length_lo = plcp_length & 0xff;
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c685 uint16_t plcp_length; local
705 plcp_length = len & 0xfff;
706 desc->plcp_length_hi = plcp_length >> 6;
707 desc->plcp_length_lo = plcp_length & 0x3f;
709 plcp_length = (16 * len + rate - 1) / rate;
715 desc->plcp_length_hi = plcp_length >> 8;
716 desc->plcp_length_lo = plcp_length & 0xff;
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c623 uint16_t plcp_length; local
641 plcp_length = len & 0xfff;
642 desc->plcp_length_hi = plcp_length >> 6;
643 desc->plcp_length_lo = plcp_length & 0x3f;
645 plcp_length = (16 * len + rate - 1) / rate;
651 desc->plcp_length_hi = plcp_length >> 8;
652 desc->plcp_length_lo = plcp_length & 0xff;
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1350 uint16_t plcp_length; local
1382 plcp_length = len & 0xfff;
1383 desc->plcp_length_hi = plcp_length >> 6;
1384 desc->plcp_length_lo = plcp_length & 0x3f;
1386 plcp_length = (16 * len + rate - 1) / rate;
1392 desc->plcp_length_hi = plcp_length >> 8;
1393 desc->plcp_length_lo = plcp_length & 0xff;

Completed in 65 milliseconds