Searched refs:RX_DBG (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/wilc1000/ |
D | wilc_wlan.c | 604 PRINT_D(RX_DBG, "Add to Queue head\n"); in wilc_wlan_rxq_add() 609 PRINT_D(RX_DBG, "Add to Queue tail\n"); in wilc_wlan_rxq_add() 615 PRINT_D(RX_DBG, "Number of queue entries: %d\n", p->rxq_entries); in wilc_wlan_rxq_add() 624 PRINT_D(RX_DBG, "Getting rxQ element\n"); in wilc_wlan_rxq_remove() 632 PRINT_D(RX_DBG, "RXQ entries decreased\n"); in wilc_wlan_rxq_remove() 636 PRINT_D(RX_DBG, "Nothing to get from Q\n"); in wilc_wlan_rxq_remove() 1136 PRINT_D(RX_DBG, "exit 1st do-while due to Clean_UP function\n"); in wilc_wlan_handle_rxq() 1142 PRINT_D(RX_DBG, "nothing in the queue - exit 1st do-while\n"); in wilc_wlan_handle_rxq() 1147 PRINT_D(RX_DBG, "rxQ entery Size = %d - Address = %p\n", size, buffer); in wilc_wlan_handle_rxq() 1157 PRINT_D(RX_DBG, "In the 2nd do-while\n"); in wilc_wlan_handle_rxq() [all …]
|
D | wilc_wlan_cfg.c | 534 PRINT_INFO(RX_DBG, "Info message received\n"); in wilc_wlan_cfg_indicate_rx() 544 PRINT_INFO(RX_DBG, "Scan Notification Received\n"); in wilc_wlan_cfg_indicate_rx() 549 PRINT_INFO(RX_DBG, "Receive unknown message type[%d-%d-%d-%d-%d-%d-%d-%d]\n", in wilc_wlan_cfg_indicate_rx()
|
D | linux_wlan_common.h | 31 #define RX_DBG (1 << RX_debug) macro
|
D | wilc_debugfs.c | 27 …D_DBG | HOSTINF_DBG | CORECONFIG_DBG | CFG80211_DBG | INT_DBG | TX_DBG | RX_DBG | LOCK_DBG | INIT_…
|
D | linux_wlan.c | 518 PRINT_D(RX_DBG, "RX completed\n"); in linux_wlan_rx_complete() 1618 PRINT_D(RX_DBG, "netif_rx ret value is: %d\n", stats); in frmw_to_linux()
|