Searched refs:AR_PLCP_HDR_LEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c1605 if (__predict_false(len < AR_PLCP_HDR_LEN)) {
1613 if (memcmp(plcp, AR_PLCP_HDR_INTR, AR_PLCP_HDR_LEN) == 0) {
1614 otus_cmd_rxeof(sc, plcp + AR_PLCP_HDR_LEN,
1615 len - AR_PLCP_HDR_LEN);
1620 if (__predict_false(len < AR_PLCP_HDR_LEN + sizeof (*tail))) {
1643 mlen = len - AR_PLCP_HDR_LEN - sizeof (*tail);
1651 wh = (struct ieee80211_frame *)(plcp + AR_PLCP_HDR_LEN);
H A Dif_otusreg.h249 #define AR_PLCP_HDR_LEN 12 macro

Completed in 72 milliseconds