Home
last modified time | relevance | path

Searched refs:DPRINTFN (Results 1 – 25 of 74) sorted by relevance

123

/trueos/sys/dev/usb/
HDusb_dev.c196 DPRINTFN(2, "cpd=%p need uref=%d\n", cpd, need_uref); in usb_ref_device()
204 DPRINTFN(2, "no bus at %u\n", cpd->bus_index); in usb_ref_device()
209 DPRINTFN(2, "no device at %u\n", cpd->dev_index); in usb_ref_device()
214 DPRINTFN(2, "device is detached\n"); in usb_ref_device()
218 DPRINTFN(2, "ref udev - needed\n"); in usb_ref_device()
221 DPRINTFN(2, "no dev ref\n"); in usb_ref_device()
281 DPRINTFN(2, "ref write\n"); in usb_ref_device()
285 DPRINTFN(2, "ref read\n"); in usb_ref_device()
301 DPRINTFN(2, "fail\n"); in usb_ref_device()
349 DPRINTFN(2, "cpd=%p is_uref=%d\n", cpd, crd->is_uref); in usb_unref_device()
[all …]
HDusb_hub.c224 DPRINTFN(2, "\n"); in uhub_intr_callback()
467 DPRINTFN(6, "cannot reset root HUB\n"); in uhub_explore_handle_re_enumerate()
486 DPRINTFN(0, "Could not unconfigure " in uhub_explore_handle_re_enumerate()
491 DPRINTFN(6, "cannot set port feature\n"); in uhub_explore_handle_re_enumerate()
498 DPRINTFN(0, "Could not disable port " in uhub_explore_handle_re_enumerate()
599 DPRINTFN(4, "port %d, wPortStatus=0x%04x, " in uhub_read_port_status()
722 DPRINTFN(0, "port %d reset " in uhub_reattach_port()
738 DPRINTFN(0, "giving up port reset " in uhub_reattach_port()
800 DPRINTFN(0, "port %d U1 timeout " in uhub_reattach_port()
807 DPRINTFN(0, "port %d U2 timeout " in uhub_reattach_port()
[all …]
HDusb_hid.c184 DPRINTFN(0, "Only one bit can be " in hid_start_parse()
270 DPRINTFN(1, "Using last usage\n"); in hid_get_item()
280 DPRINTFN(1, "%u,%u,%u\n", h->loc.pos, in hid_get_item()
338 DPRINTFN(0, "bad length %u (data=0x%02x)\n", in hid_get_item()
356 DPRINTFN(0, "Number of " in hid_get_item()
390 DPRINTFN(0, "invalid end collection\n"); in hid_get_item()
397 DPRINTFN(0, "Main bTag=%d\n", bTag); in hid_get_item()
445 DPRINTFN(0, "Cannot push " in hid_get_item()
463 DPRINTFN(0, "Cannot pop " in hid_get_item()
468 DPRINTFN(0, "Global bTag=%d\n", bTag); in hid_get_item()
[all …]
HDusb_debug.h38 #define DPRINTFN(n,fmt,...) do { \ macro
44 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__)
47 #define DPRINTFN(...) do { } while (0) macro
HDusb_device.c246 DPRINTFN(10, "udev=%p iface_index=%d address=0x%x " in usbd_get_endpoint()
556 DPRINTFN(6, "udev=%p index=%d\n", udev, index); in usbd_set_config_index()
601 DPRINTFN(0, "could not read " in usbd_set_config_index()
628 DPRINTFN(0, "power exceeded %d > %d\n", power, max_power); in usbd_set_config_index()
715 DPRINTFN(5, "iface_index=%d cmd=%d\n", in usb_config_parse()
796 DPRINTFN(5, "found idesc nendpt=%d\n", id->bNumEndpoints); in usb_config_parse()
818 DPRINTFN(5, "Found endpoint companion descriptor\n"); in usb_config_parse()
1149 DPRINTFN(4, "udev=%p\n", udev); in usb_detach_device()
1382 DPRINTFN(2, "end of interfaces " in usb_probe_and_attach()
1403 DPRINTFN(2, "iclass=%u/%u/%u iindex=%u/%u\n", in usb_probe_and_attach()
[all …]
HDusb_generic.c185 DPRINTFN(6, "flag=0x%x\n", fflags); in ugen_open()
215 DPRINTFN(6, "flag=0x%x\n", fflags); in ugen_close()
229 DPRINTFN(6, "no FIFOs\n"); in ugen_close()
413 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_ctrl_read_callback()
465 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_ctrl_write_callback()
508 DPRINTFN(5, "f=%p: stall cleared\n", f); in ugen_read_clear_stall_callback()
525 DPRINTFN(5, "f=%p: stall cleared\n", f); in ugen_write_clear_stall_callback()
538 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_isoc_read_callback()
543 DPRINTFN(6, "actlen=%d\n", xfer->actlen); in ugen_isoc_read_callback()
578 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_isoc_write_callback()
[all …]
HDusb_transfer.c912 DPRINTFN(6, "setup array has zero length!\n"); in usbd_transfer_setup()
916 DPRINTFN(6, "ifaces array is NULL!\n"); in usbd_transfer_setup()
920 DPRINTFN(6, "using global lock\n"); in usbd_transfer_setup()
1228 DPRINTFN(0, "cannot allocate memory block for " in usbd_transfer_setup()
1491 DPRINTFN(0, "Too many frames: %u\n", in usbd_setup_ctrl_transfer()
1522 DPRINTFN(0, "Wrong framelength %u != %zu\n", in usbd_setup_ctrl_transfer()
1570 DPRINTFN(0, "Length (%d) greater than " in usbd_setup_ctrl_transfer()
1583 DPRINTFN(0, "Short control transfer without " in usbd_setup_ctrl_transfer()
1603 DPRINTFN(0, "Invalid parameter " in usbd_setup_ctrl_transfer()
2316 DPRINTFN(3, "case 5\n"); in usbd_callback_wrapper()
[all …]
HDusb_request.c433 DPRINTFN(5, "udev=%p bmRequestType=0x%02x bRequest=0x%02x " in usbd_do_request_flags()
484 DPRINTFN(1, "The handle request function " in usbd_do_request_flags()
864 DPRINTFN(2, "port %d reset returning error=%s\n", in usbd_req_reset_port()
963 DPRINTFN(2, "port %d warm reset returning error=%s\n", in usbd_req_warm_reset_port()
1003 DPRINTFN(4, "id=%d, type=%d, index=%d, max_len=%d\n", in usbd_req_get_desc()
1257 DPRINTFN(4, "confidx=%d\n", conf_index); in usbd_req_get_config_desc()
1330 DPRINTFN(4, "index=%d\n", index); in usbd_req_get_config_desc_full()
1375 DPRINTFN(4, "\n"); in usbd_req_get_device_desc()
1535 DPRINTFN(6, "setting device address=%d\n", addr); in usbd_req_set_address()
1754 DPRINTFN(5, "iface=%p, report=%d, endpt=%d\n", in usbd_req_set_protocol()
[all …]
/trueos/sys/dev/usb/controller/
HDmusb_otg.c184 DPRINTFN(-1, "No available channels. Mask: %04x\n", sc->sc_channel_mask); in musbotg_channel_alloc()
193 DPRINTFN(1, "ep_no=%d\n", td->channel); in musbotg_channel_free()
234 DPRINTFN(4, "\n"); in musbotg_clocks_on()
250 DPRINTFN(4, "\n"); in musbotg_clocks_off()
363 DPRINTFN(4, "addr=%d\n", addr); in musbotg_set_address()
386 DPRINTFN(1, "ep_no=%d\n", td->channel); in musbotg_dev_ctrl_setup_rx()
394 DPRINTFN(4, "csr=0x%02x\n", csr); in musbotg_dev_ctrl_setup_rx()
404 DPRINTFN(1, "CSR0 DATAEND\n"); in musbotg_dev_ctrl_setup_rx()
426 DPRINTFN(1, "EP0 BUSY\n"); in musbotg_dev_ctrl_setup_rx()
437 DPRINTFN(1, "Invalid SETUP packet " in musbotg_dev_ctrl_setup_rx()
[all …]
HDatmegadci.c154 DPRINTFN(5, "\n"); in atmegadci_clocks_on()
175 DPRINTFN(5, "\n"); in atmegadci_clocks_off()
237 DPRINTFN(5, "addr=%d\n", addr); in atmegadci_set_address()
261 DPRINTFN(5, "UEINTX=0x%02x\n", temp); in atmegadci_setup_rx()
278 DPRINTFN(0, "Invalid SETUP packet " in atmegadci_setup_rx()
283 DPRINTFN(0, "Unsupported SETUP packet " in atmegadci_setup_rx()
314 DPRINTFN(5, "stalling\n"); in atmegadci_setup_rx()
353 DPRINTFN(5, "temp=0x%02x rem=%u\n", temp, td->remainder); in atmegadci_data_rx()
361 DPRINTFN(5, "faking complete\n"); in atmegadci_data_rx()
465 DPRINTFN(5, "temp=0x%02x rem=%u\n", temp, td->remainder); in atmegadci_data_tx()
[all …]
HDavr32dci.c200 DPRINTFN(5, "\n"); in avr32dci_clocks_on()
216 DPRINTFN(5, "\n"); in avr32dci_clocks_off()
268 DPRINTFN(5, "addr=%d\n", addr); in avr32dci_set_address()
287 DPRINTFN(5, "EPTSTA(%u)=0x%08x\n", td->ep_no, temp); in avr32dci_setup_rx()
299 DPRINTFN(0, "Invalid SETUP packet " in avr32dci_setup_rx()
304 DPRINTFN(0, "Unsupported SETUP packet " in avr32dci_setup_rx()
340 DPRINTFN(5, "stalling\n"); in avr32dci_setup_rx()
369 DPRINTFN(5, "EPTSTA(%u)=0x%08x\n", td->ep_no, temp); in avr32dci_data_rx()
377 DPRINTFN(5, "faking complete\n"); in avr32dci_data_rx()
466 DPRINTFN(5, "EPTSTA(%u)=0x%08x\n", td->ep_no, temp); in avr32dci_data_tx()
[all …]
HDat91dci.c224 DPRINTFN(5, "\n"); in at91dci_clocks_on()
241 DPRINTFN(5, "\n"); in at91dci_clocks_off()
295 DPRINTFN(5, "addr=%d\n", addr); in at91dci_set_address()
312 DPRINTFN(5, "csr=0x%08x rem=%u\n", csr, td->remainder); in at91dci_setup_rx()
332 DPRINTFN(0, "Invalid SETUP packet " in at91dci_setup_rx()
337 DPRINTFN(0, "Unsupported SETUP packet " in at91dci_setup_rx()
374 DPRINTFN(5, "stalling\n"); in at91dci_setup_rx()
381 DPRINTFN(5, "clearing 0x%08x\n", temp); in at91dci_setup_rx()
406 DPRINTFN(5, "csr=0x%08x rem=%u\n", csr, td->remainder); in at91dci_data_rx()
414 DPRINTFN(5, "faking complete\n"); in at91dci_data_rx()
[all …]
HDuss820dci.c234 DPRINTFN(0, "not supported\n"); in uss820dci_wakeup_peer()
240 DPRINTFN(5, "addr=%d\n", addr); in uss820dci_set_address()
265 DPRINTFN(5, "rx_stat=0x%02x rem=%u\n", rx_stat, td->remainder); in uss820dci_setup_rx()
293 DPRINTFN(0, "Invalid SETUP packet " in uss820dci_setup_rx()
298 DPRINTFN(0, "Unsupported SETUP packet " in uss820dci_setup_rx()
365 DPRINTFN(5, "stalling\n"); in uss820dci_setup_rx()
410 DPRINTFN(5, "rx_stat=0x%02x rx_flag=0x%02x rem=%u\n", in uss820dci_data_rx()
421 DPRINTFN(5, "faking complete\n"); in uss820dci_data_rx()
433 DPRINTFN(5, "overflow or underflow\n"); in uss820dci_data_rx()
459 DPRINTFN(5, "count=0x%04x\n", count); in uss820dci_data_rx()
[all …]
HDuhci.c288 DPRINTFN(2, "Already started\n"); in uhci_restart()
292 DPRINTFN(2, "Restarting\n"); in uhci_restart()
311 DPRINTFN(2, "Failed\n"); in uhci_restart()
396 DPRINTFN(2, "enabling\n"); in uhci_start()
715 DPRINTFN(0, "%s regs: cmd=%04x, sts=%04x, intr=%04x, frnum=%04x, " in uhci_dumpregs()
797 DPRINTFN(0, "QH(%p) at 0x%08x: h_next=0x%08x e_next=0x%08x\n", sqh, in uhci_dump_qh()
848 DPRINTFN(6, "add\n"); in uhci_add_loop()
871 DPRINTFN(6, "remove\n"); in uhci_rem_loop()
899 DPRINTFN(11, "%p to %p\n", std, last); in _uhci_append_td()
925 DPRINTFN(11, "%p to %p\n", sqh, last); in _uhci_append_qh()
[all …]
HDxhci.c174 DPRINTFN(5, "trb = %p\n", trb); in xhci_dump_trb()
175 DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0)); in xhci_dump_trb()
176 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2)); in xhci_dump_trb()
177 DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3)); in xhci_dump_trb()
183 DPRINTFN(5, "pep = %p\n", pep); in xhci_dump_endpoint()
184 DPRINTFN(5, "dwEpCtx0=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx0)); in xhci_dump_endpoint()
185 DPRINTFN(5, "dwEpCtx1=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx1)); in xhci_dump_endpoint()
186 DPRINTFN(5, "qwEpCtx2=0x%016llx\n", (long long)xhci_ctx_get_le64(sc, &pep->qwEpCtx2)); in xhci_dump_endpoint()
187 DPRINTFN(5, "dwEpCtx4=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx4)); in xhci_dump_endpoint()
188 DPRINTFN(5, "dwEpCtx5=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx5)); in xhci_dump_endpoint()
[all …]
HDdwc_otg.c237 DPRINTFN(-1, "Not enough data space for EP0 FIFO.\n"); in dwc_otg_init_fifo()
421 DPRINTFN(5, "\n"); in dwc_otg_clocks_on()
434 DPRINTFN(5, "\n"); in dwc_otg_clocks_off()
538 DPRINTFN(5, "Remote wakeup\n"); in dwc_otg_wakeup_peer()
584 DPRINTFN(5, "addr=%d\n", addr); in dwc_otg_set_address()
595 DPRINTFN(5, "RX status clear\n"); in dwc_otg_common_rx_ack()
989 DPRINTFN(5, "GRXSTSR=0x%08x\n", sc->sc_last_rx_status); in dwc_otg_setup_rx()
998 DPRINTFN(0, "Unsupported SETUP packet " in dwc_otg_setup_rx()
1039 DPRINTFN(5, "stalling IN and OUT direction\n"); in dwc_otg_setup_rx()
1504 DPRINTFN(5, "faking complete\n"); in dwc_otg_data_rx()
[all …]
HDehci.c944 DPRINTFN(11, "%p to %p\n", std, last); in _ehci_append_fs_td()
970 DPRINTFN(11, "%p to %p\n", std, last); in _ehci_append_hs_td()
996 DPRINTFN(11, "%p to %p\n", sqh, last); in _ehci_append_qh()
1000 DPRINTFN(0, "QH already linked!\n"); in _ehci_append_qh()
1028 DPRINTFN(11, "%p from %p\n", std, last); in _ehci_remove_fs_td()
1048 DPRINTFN(11, "%p from %p\n", std, last); in _ehci_remove_hs_td()
1068 DPRINTFN(11, "%p from %p\n", sqh, last); in _ehci_remove_qh()
1188 DPRINTFN(11, "error, addr=%d, endpt=0x%02x, frame=0x%02x" in ehci_non_isoc_done_sub()
1221 DPRINTFN(13, "xfer=%p endpoint=%p transfer done\n", in ehci_non_isoc_done()
1290 DPRINTFN(13, "xfer=%p checking transfer\n", xfer); in ehci_check_transfer()
[all …]
HDohci.c660 DPRINTFN(11, "%p to %p\n", sed, last); in _ohci_append_qh()
664 DPRINTFN(0, "ED already linked!\n"); in _ohci_append_qh()
693 DPRINTFN(11, "%p from %p\n", sed, last); in _ohci_remove_qh()
886 DPRINTFN(16, "error cc=%d (%s)\n", in ohci_non_isoc_done_sub()
898 DPRINTFN(13, "xfer=%p endpoint=%p transfer done\n", in ohci_non_isoc_done()
1001 DPRINTFN(13, "xfer=%p following alt next\n", xfer); in ohci_check_transfer_sub()
1036 DPRINTFN(13, "xfer=%p checking transfer\n", xfer); in ohci_check_transfer()
1069 DPRINTFN(13, "xfer=%p is still active\n", xfer); in ohci_check_transfer()
1076 DPRINTFN(5, "\n"); in ohci_rhsc_enable()
1124 DPRINTFN(16, "real interrupt\n"); in ohci_interrupt()
[all …]
/trueos/sys/dev/usb/net/
HDif_cdce.c314 DPRINTFN(1, "Found NCM functional descriptor.\n"); in cdce_ncm_init()
351 DPRINTFN(1, "Using default maximum receive length\n"); in cdce_ncm_init()
359 DPRINTFN(1, "Using default maximum transmit length\n"); in cdce_ncm_init()
373 DPRINTFN(1, "Using default other alignment: 4 bytes\n"); in cdce_ncm_init()
387 DPRINTFN(1, "Using default transmit modulus: 4 bytes\n"); in cdce_ncm_init()
394 DPRINTFN(1, "Using default transmit remainder: 0 bytes\n"); in cdce_ncm_init()
411 DPRINTFN(1, "Using default max " in cdce_ncm_init()
439 DPRINTFN(1, "Setting input size " in cdce_ncm_init()
453 DPRINTFN(1, "Setting CRC mode to off failed.\n"); in cdce_ncm_init()
466 DPRINTFN(1, "Setting NTB format to 16-bit failed.\n"); in cdce_ncm_init()
[all …]
/trueos/sys/dev/usb/input/
HDukbd.c424 DPRINTFN(2, "polling\n"); in ukbd_do_poll()
948 DPRINTFN(1, "error=%s\n", usbd_errstr(error)); in ukbd_set_leds_callback()
991 DPRINTFN(11, "\n"); in ukbd_probe()
1054 DPRINTFN(1, "Found Apple eject-key\n"); in ukbd_parse_hid()
1062 DPRINTFN(1, "Found Apple FN-key\n"); in ukbd_parse_hid()
1071 DPRINTFN(1, "Found left control\n"); in ukbd_parse_hid()
1079 DPRINTFN(1, "Found right control\n"); in ukbd_parse_hid()
1087 DPRINTFN(1, "Found left shift\n"); in ukbd_parse_hid()
1095 DPRINTFN(1, "Found right shift\n"); in ukbd_parse_hid()
1103 DPRINTFN(1, "Found left alt\n"); in ukbd_parse_hid()
[all …]
HDwsp.c512 DPRINTFN(WSP_LLEVEL_INFO, "enabled wsp\n"); in wsp_enable()
520 DPRINTFN(WSP_LLEVEL_INFO, "disabled wsp\n"); in wsp_disable()
550 DPRINTFN(WSP_LLEVEL_INFO, "sc=%p\n", sc); in wsp_attach()
732 DPRINTFN(WSP_LLEVEL_INFO, "[%d]ibt=%d, taps=%d, u=%x, o=%4d, ax=%5d, ay=%5d, " in wsp_intr_callback()
796 DPRINTFN(WSP_LLEVEL_INFO, "LEFT CLICK!\n"); in wsp_intr_callback()
800 DPRINTFN(WSP_LLEVEL_INFO, "sum_x=%5d, sum_y=%5d\n", in wsp_intr_callback()
805 DPRINTFN(WSP_LLEVEL_INFO, "RIGHT CLICK!\n"); in wsp_intr_callback()
849 DPRINTFN(WSP_LLEVEL_INFO, "Fist pre_x=%5d, pre_y=%5d\n", in wsp_intr_callback()
903 DPRINTFN(WSP_LLEVEL_INFO, "dx=%5d, dy=%5d, mov=%5d\n", in wsp_intr_callback()
931 DPRINTFN(WSP_LLEVEL_INFO, "scr_mode=%5d, count=%d, dx_sum=%d, dy_sum=%d\n", in wsp_intr_callback()
[all …]
/trueos/sys/mips/cavium/usb/
HDoctusb.c177 DPRINTFN(1, "cvmx_usb_open_pipe failed: %d\n", ep_handle); in octusb_host_alloc_endpoint()
341 DPRINTFN(1, "Excess setup transmit data\n"); in octusb_host_control_data_tx()
468 DPRINTFN(1, "Fixup buffer is too small\n"); in octusb_non_control_data_tx()
596 DPRINTFN(1, "Fixup buffer is too small\n"); in octusb_non_control_data_rx()
655 DPRINTFN(8, "\n"); in octusb_xfer_do_fifo()
701 DPRINTFN(8, "\n"); in octusb_standard_done_sub()
764 DPRINTFN(12, "xfer=%p endpoint=%p transfer done\n", in octusb_standard_done()
831 DPRINTFN(8, "\n"); in octusb_start_standard_chain()
938 DPRINTFN(16, "real interrupt\n"); in octusb_interrupt()
1005 DPRINTFN(9, "addr=%d endpt=%d sumlen=%d speed=%d\n", in octusb_setup_standard_chain()
[all …]
/trueos/sys/dev/wpi/
HDif_wpi.c113 #define DPRINTFN(n, x) do { if (wpi_debug & n) printf x; } while (0) macro
138 #define DPRINTFN(n, x) macro
325 DPRINTFN(WPI_DEBUG_FIRMWARE, in wpi_load_firmware()
386 DPRINTFN(WPI_DEBUG_FIRMWARE, in wpi_load_firmware()
395 DPRINTFN(WPI_DEBUG_FIRMWARE,("rtext 0x%x\n", *(const uint32_t *)rtext)); in wpi_load_firmware()
396 DPRINTFN(WPI_DEBUG_FIRMWARE,("rdata 0x%x\n", *(const uint32_t *)rdata)); in wpi_load_firmware()
397 DPRINTFN(WPI_DEBUG_FIRMWARE,("itext 0x%x\n", *(const uint32_t *)itext)); in wpi_load_firmware()
398 DPRINTFN(WPI_DEBUG_FIRMWARE,("idata 0x%x\n", *(const uint32_t *)idata)); in wpi_load_firmware()
399 DPRINTFN(WPI_DEBUG_FIRMWARE,("btext 0x%x\n", *(const uint32_t *)btext)); in wpi_load_firmware()
465 DPRINTFN(WPI_DEBUG_FIRMWARE, in wpi_load_firmware()
[all …]
/trueos/sys/dev/usb/template/
HDusb_template.c757 DPRINTFN(0, "Endpoint profile %u " in usb_hw_ep_get_needs()
769 DPRINTFN(0, "Endpoint profile %u " in usb_hw_ep_get_needs()
777 DPRINTFN(0, "Endpoint profile %u " in usb_hw_ep_get_needs()
785 DPRINTFN(0, "Endpoint profile %u " in usb_hw_ep_get_needs()
875 DPRINTFN(0, "Endpoint 0 does not " in usb_hw_ep_resolve()
933 DPRINTFN(0, "Could not get needs\n"); in usb_hw_ep_resolve()
946 DPRINTFN(0, "Could not find match\n"); in usb_hw_ep_resolve()
960 DPRINTFN(0, "Could not update endpoint address\n"); in usb_hw_ep_resolve()
1303 DPRINTFN(0, "Could not resolve endpoints for " in usb_temp_setup()
1316 DPRINTFN(0, "Could not resolve endpoints for " in usb_temp_setup()
/trueos/sys/dev/ral/
HDrt2560.c78 #define DPRINTFN(sc, n, fmt, ...) do { \ macro
84 #define DPRINTFN(sc, n, fmt, ...) macro
909 DPRINTFN(sc, 15, "encryption done idx=%u\n", in rt2560_encryption_intr()
956 DPRINTFN(sc, 10, "%s\n", "data frame sent successfully"); in rt2560_tx_intr()
967 DPRINTFN(sc, 9, "data frame sent after %u retries\n", in rt2560_tx_intr()
979 DPRINTFN(sc, 9, "data frame failed after %d retries\n", in rt2560_tx_intr()
1007 DPRINTFN(sc, 15, "tx done idx=%u\n", sc->txq.next); in rt2560_tx_intr()
1051 DPRINTFN(sc, 10, "%s\n", "mgt frame sent successfully"); in rt2560_prio_intr()
1055 DPRINTFN(sc, 9, "mgt frame sent after %u retries\n", in rt2560_prio_intr()
1060 DPRINTFN(sc, 9, "%s\n", in rt2560_prio_intr()
[all …]

123