Searched refs:D_RX (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/net/arcnet/ |
D | rfc1201.c | 166 arc_printk(D_RX, dev, "incoming is not split (splitflag=%d)\n", in rx() 255 arc_printk(D_RX, dev, "packet is split (splitflag=%d, seq=%d)\n", in rx() 269 arc_printk(D_RX, dev, "brand new splitpacket (splitflag=%d)\n", in rx()
|
D | arcdevice.h | 61 #define D_RX 512 /* show rx packets */ macro
|
D | arcnet.c | 160 #if (ARCNET_DEBUG_MAX & (D_RX | D_TX)) 1025 if (BUGLVL(D_RX)) in arcnet_interrupt()
|
/linux-5.19.10/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-mac.c | 754 D_RX("Received C_ADD_STA: 0x%02X\n", pkt->u.status); in il3945_hdl_add_sta() 765 D_RX("beacon status %x retries %d iss %d " "tsf %d %d rate %d\n", in il3945_hdl_beacon() 1202 D_RX("r = %d, i = %d\n", r, i); in il3945_rx_handle() 1230 D_RX("r = %d, i = %d, %s, 0x%02x\n", r, i, in il3945_rx_handle() 1236 D_RX("r %d i %d No handler needed for %s, 0x%02x\n", r, in il3945_rx_handle()
|
D | 3945.c | 408 D_RX("Statistics notification received (%d vs %d).\n", in il3945_hdl_stats() 433 D_RX("Statistics have been cleared\n"); in il3945_hdl_c_stats() 568 D_RX("Bad CRC or FIFO: 0x%08X.\n", rx_end->status); in il3945_hdl_rx()
|
D | 4965-mac.c | 557 D_RX("decrypt_in:0x%x decrypt_out = 0x%x\n", decrypt_in, decrypt_out); in il4965_translate_rx_status() 666 D_RX("Bad CRC or FIFO: 0x%08X.\n", le32_to_cpu(rx_pkt_status)); in il4965_hdl_rx() 1362 D_RX("Statistics notification received (%d vs %d).\n", in il4965_hdl_stats() 1410 D_RX("Statistics have been cleared\n"); in il4965_hdl_c_stats() 4075 D_RX("beacon status %x retries %d iss %d tsf:0x%.8x%.8x rate %d\n", in il4965_hdl_beacon() 4223 D_RX("r = %d, i = %d\n", r, i); in il4965_rx_handle() 4259 D_RX("r = %d, i = %d, %s, 0x%02x\n", r, i, in il4965_rx_handle() 4265 D_RX("r %d i %d No handler needed for %s, 0x%02x\n", r, in il4965_rx_handle()
|
D | common.c | 2669 D_RX("decrypt_res:0x%x\n", decrypt_res); in il_set_decrypted_flag() 2684 D_RX("Packet destroyed\n"); in il_set_decrypted_flag() 2691 D_RX("hw decrypt successfully!!!\n"); in il_set_decrypted_flag() 4444 D_RX("sleep mode: %d, src: %d\n", in il_hdl_pm_sleep()
|
D | common.h | 3029 #define D_RX(f, a...) IL_DBG(IL_DL_RX, f, ## a) macro
|
/linux-5.19.10/Documentation/networking/ |
D | arcnet.rst | 550 D_RX, and D_SKB actually DISPLAY each packet as it is sent or received,
|