Searched refs:DBG_VERBOSE (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/et131x/ |
D | et131x_netdev.c | 311 DBG_VERBOSE(et131x_dbginfo, "SIOCGMIIPHY\n"); in et131x_ioctl_mii() 316 DBG_VERBOSE(et131x_dbginfo, "SIOCGMIIREG\n"); in et131x_ioctl_mii() 326 DBG_VERBOSE(et131x_dbginfo, "SIOCSMIIREG\n"); in et131x_ioctl_mii() 411 DBG_VERBOSE(et131x_dbginfo, in et131x_set_packet_filter() 415 DBG_VERBOSE(et131x_dbginfo, "Multicast filtering ON\n"); in et131x_set_packet_filter() 423 DBG_VERBOSE(et131x_dbginfo, "Unicast Filtering ON\n"); in et131x_set_packet_filter() 431 DBG_VERBOSE(et131x_dbginfo, "Broadcast Filtering ON\n"); in et131x_set_packet_filter() 435 DBG_VERBOSE(et131x_dbginfo, in et131x_set_packet_filter() 485 DBG_VERBOSE(et131x_dbginfo, in et131x_multicast() 489 DBG_VERBOSE(et131x_dbginfo, "Request: PROMISCUOUS MODE ON\n"); in et131x_multicast() [all …]
|
D | et131x_isr.c | 147 DBG_VERBOSE(et131x_dbginfo, "NOT OUR INTERRUPT\n"); in et131x_isr() 362 DBG_VERBOSE(et131x_dbginfo, "PHY interrupt\n"); in et131x_isr_handler() 374 DBG_VERBOSE(et131x_dbginfo, in et131x_isr_handler() 395 DBG_VERBOSE(et131x_dbginfo, in et131x_isr_handler() 466 DBG_VERBOSE(et131x_dbginfo, "MAC_STAT interrupt\n"); in et131x_isr_handler() 481 DBG_VERBOSE(et131x_dbginfo, "SLV_TIMEOUT interrupt\n"); in et131x_isr_handler()
|
D | et131x_debug.h | 162 #define DBG_VERBOSE(A, S...) \ macro 235 #define DBG_VERBOSE(A,S...) macro
|
D | et131x_config.c | 238 DBG_VERBOSE(et131x_dbginfo, "Speed set manually to : %d \n", in et131x_config_parse()
|
D | et1310_tx.c | 402 DBG_VERBOSE(et131x_dbginfo, "TCB Resources Not Available\n"); in et131x_send_packets() 411 DBG_VERBOSE(et131x_dbginfo, in et131x_send_packets() 1382 DBG_VERBOSE(et131x_dbginfo, "pMpTcb = 0x%p\n", pMpTcb); in et131x_free_busy_send_packets() 1510 DBG_VERBOSE(et131x_dbginfo, "Tx packets on the wait queue\n"); in et131x_check_send_wait_list()
|
D | et1310_phy.c | 182 DBG_VERBOSE(et131x_dbginfo, " xcvr_addr = 0x%02x, " in PhyMiRead() 266 DBG_VERBOSE(et131x_dbginfo, " xcvr_addr = 0x%02x, " in MiWrite()
|
D | et1310_mac.c | 703 DBG_VERBOSE(et131x_dbginfo, in SetupDeviceForMulticast() 709 DBG_VERBOSE(et131x_dbginfo, in SetupDeviceForMulticast()
|
D | et131x_initpci.c | 461 DBG_VERBOSE(et131x_dbginfo, in et131x_error_timer_handler()
|
/drivers/usb/gadget/ |
D | pxa25x_udc.c | 286 DBG(DBG_VERBOSE, "enabled %s\n", _ep->name); in pxa25x_ep_enable() 312 DBG(DBG_VERBOSE, "%s disabled\n", _ep->name); in pxa25x_ep_disable() 370 DBG(DBG_VERBOSE, "complete %s req %p stat %d len %u/%u\n", in done() 714 DBG(DBG_VERBOSE, "ep0 config ack%s\n", in pxa25x_ep_queue() 863 DBG(DBG_VERBOSE, "%s halt\n", _ep->name); in pxa25x_ep_set_halt() 1434 DBG(DBG_VERBOSE, "ep0 re-stall\n"); in udc_watchdog() 1496 DBG(DBG_VERBOSE, "SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_ep0() 1567 DBG(DBG_VERBOSE, "protocol STALL, " in handle_ep0() 1597 DBG(DBG_VERBOSE, "e131\n"); in handle_ep0() 1621 DBG(DBG_VERBOSE, "ep0in premature status\n"); in handle_ep0() [all …]
|
D | pxa25x_udc.h | 155 #define DBG_VERBOSE 2 /* add some success path trace info */ macro 172 # define UDC_DEBUG DBG_VERBOSE
|