HomeSort by: relevance | last modified time | path
    Searched defs:DBG_RX (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 250 #define DBG_RX (1 << 0)
251 static const int debug_flags = DBG_RX;
  /src/sys/dev/usb/
if_otus.c 79 #define DBG_RX __BIT(3)
1637 DPRINTFN(DBG_RX, sc, "cmd too small %d\n", len);
1643 DPRINTFN(DBG_RX, sc, "cmd too large %d\n", hdr->len);
1648 DPRINTFN(DBG_RX, sc, "received reply code=0x%02x len=%d token=%d\n",
1666 DPRINTFN(DBG_RX, sc, "received notification code=0x%02x len=%d\n",
1679 DPRINTFN(DBG_RX, sc, "tx completed %s status=%d phy=%#x\n",
1726 DPRINTFN(DBG_RX, sc, "sub-xfer too short %d\n", len);
1740 DPRINTFN(DBG_RX, sc, "MPDU too short %d\n", len);
1749 DPRINTFN(DBG_RX, sc, "error frame 0x%02x\n", tail->error);
1751 DPRINTFN(DBG_RX, sc, "bad FCS\n")
    [all...]
if_urtwn.c 93 #define DBG_RX __BIT(3)
2442 DPRINTFN(DBG_RX, "CRC error", 0, 0, 0, 0);
2452 DPRINTFN(DBG_RX, "packet too short %jd", pktlen, 0, 0, 0);
2458 DPRINTFN(DBG_RX, "packet too big %jd", pktlen, 0, 0, 0);
2476 DPRINTFN(DBG_RX, "Rx frame len=%jd rate=%jd infosz=%jd rssi=%jd",
2561 DPRINTFN(DBG_RX, "status=%jd", status, 0, 0, 0);
2579 DPRINTFN(DBG_RX, "xfer too short %jd", len, 0, 0, 0);
2590 DPRINTFN(DBG_RX, "Rx %jd frames in one chunk", npkts, 0, 0, 0);
2603 DPRINTFN(DBG_RX, "len(%jd) is short than header",
2612 DPRINTFN(DBG_RX, "pktlen is 0 byte", 0, 0, 0, 0)
    [all...]
  /src/sys/dev/ic/
athnvar.h 42 #define DBG_RX __BIT(3)

Completed in 37 milliseconds