HomeSort by: relevance | last modified time | path
    Searched refs:AR_PLCP_HDR_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_otusreg.h 300 #define AR_PLCP_HDR_LEN 12
if_otus.c 1725 if (__predict_false(len < AR_PLCP_HDR_LEN)) {
1732 if (memcmp(plcp, AR_PLCP_HDR_INTR, AR_PLCP_HDR_LEN) == 0) {
1733 otus_cmd_rxeof(sc, plcp + AR_PLCP_HDR_LEN,
1734 len - AR_PLCP_HDR_LEN);
1739 if (__predict_false(len < AR_PLCP_HDR_LEN + sizeof(*tail))) {
1745 wh = (void *)(plcp + AR_PLCP_HDR_LEN);
1760 mlen = len - AR_PLCP_HDR_LEN - sizeof(*tail);

Completed in 13 milliseconds