OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBG_RX
(Results
1 - 9
of
9
) 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
;
cxgb_sge.c
2223
DBG(
DBG_RX
, ("get_packet: SOP-EOP m %p\n", m));
2230
DBG(
DBG_RX
, ("get_packet: NO_SOP-NO_EOP m %p\n", m));
2244
DBG(
DBG_RX
, ("get_packet: SOP m %p\n", m));
2251
DBG(
DBG_RX
, ("get_packet: EOP m %p\n", m));
2295
DBG(
DBG_RX
, ("get_packet: SOP-EOP m %p\n", m));
2303
DBG(
DBG_RX
, ("get_packet: NO_SOP-NO_EOP m %p\n", m));
2307
DBG(
DBG_RX
, ("get_packet: SOP m %p\n", m));
2312
DBG(
DBG_RX
, ("get_packet: EOP m %p\n", m));
/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_athn_usb.c
2117
DPRINTFN(
DBG_RX
, usc, "Rx %d != %d\n",
2124
DPRINTFN(
DBG_RX
, usc, "Rx trailer %d < %d\n",
2141
DPRINTFN(
DBG_RX
, usc, "Rx HTC message %d\n", msg_id);
2146
DPRINTFN(
DBG_RX
, usc, "AR_HTC_MSG_READY: %d vs %d\n",
2156
DPRINTFN(
DBG_RX
, usc, "AR_HTC_MSG_CONN_SVC_RSP: %d vs %d\n",
2169
DPRINTFN(
DBG_RX
, usc, "HTC message %d ignored\n", msg_id);
2242
DPRINTFN(
DBG_RX
, sc, "bad endpoint %d\n", htc->endpoint_id);
2319
DPRINTFN(
DBG_RX
, usc, "RX status=%d\n", status);
2357
DPRINTFN(
DBG_RX
, usc, "invalid tag %#x\n", hdr->tag);
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)
arn5008.c
818
DPRINTFN(
DBG_RX
, sc,
832
DPRINTFN(
DBG_RX
, sc, "dropping split frame\n");
838
DPRINTFN(
DBG_RX
, sc, "CRC error\n");
840
DPRINTFN(
DBG_RX
, sc, "PHY error=0x%x\n",
843
DPRINTFN(
DBG_RX
, sc, "Decryption CRC error\n");
845
DPRINTFN(
DBG_RX
, sc, "Michael MIC failure\n");
862
DPRINTFN(
DBG_RX
, sc, "corrupted descriptor length=%d\n", len);
1775
DPRINTFN(
DBG_RX
, sc, "delta slope coeff exp=%u man=%u\n", exp, man);
1785
DPRINTFN(
DBG_RX
, sc, "delta slope coeff exp=%u man=%u\n", exp, man);
arn9003.c
967
DPRINTFN(
DBG_RX
, sc, "CRC error\n");
969
DPRINTFN(
DBG_RX
, sc, "PHY error=0x%x\n",
972
DPRINTFN(
DBG_RX
, sc, "Decryption CRC error\n");
974
DPRINTFN(
DBG_RX
, sc, "Michael MIC failure\n");
994
DPRINTFN(
DBG_RX
, sc, "corrupted descriptor length=%zd\n",
athn.c
1787
DPRINTFN(
DBG_RX
, sc, "Rx DMA failed to stop\n");
1803
DPRINTFN(
DBG_RX
, sc, "Rx failed to go idle in 10ms\n");
Completed in 153 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025