Searched refs:D_TX (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/arcnet/ |
A D | arcdevice.h | 60 #define D_TX 256 /* show tx packets */ macro
|
A D | arcnet.c | 160 #if (ARCNET_DEBUG_MAX & (D_RX | D_TX)) 797 if (BUGLVL(D_TX)) in go_tx()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
A D | 3945-mac.c | 360 D_TX("tx_cmd with AES hwcrypto\n"); in il3945_build_tx_cmd_hwcrypto() 377 D_TX("Configuring packet for WEP encryption " "with key %d\n", in il3945_build_tx_cmd_hwcrypto() 483 D_TX("Sending AUTH frame\n"); in il3945_tx_skb() 485 D_TX("Sending ASSOC frame\n"); in il3945_tx_skb() 487 D_TX("Sending REASSOC frame\n"); in il3945_tx_skb() 607 D_TX("sequence nr = 0X%x\n", le16_to_cpu(out_cmd->hdr.sequence)); in il3945_tx_skb() 608 D_TX("tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags)); in il3945_tx_skb() 2855 D_TX("dev->xmit(%d bytes) at rate 0x%02x\n", skb->len, in il3945_mac_tx()
|
A D | 4965-mac.c | 1059 D_TX("free more than tfds_in_queue (%u:%d)\n", in il4965_free_tfds_in_queue() 1610 D_TX("tx_cmd with AES hwcrypto\n"); in il4965_tx_cmd_build_hwcrypto() 1616 D_TX("tx_cmd with tkip hwcrypto\n"); in il4965_tx_cmd_build_hwcrypto() 1629 D_TX("Configuring packet for WEP encryption " "with key %d\n", in il4965_tx_cmd_build_hwcrypto() 1680 D_TX("Sending AUTH frame\n"); in il4965_tx_skb() 1682 D_TX("Sending ASSOC frame\n"); in il4965_tx_skb() 1684 D_TX("Sending REASSOC frame\n"); in il4965_tx_skb() 1702 D_TX("station Id %d\n", sta_id); in il4965_tx_skb() 1862 D_TX("sequence nr = 0X%x\n", le16_to_cpu(out_cmd->hdr.sequence)); in il4965_tx_skb() 1863 D_TX("tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags)); in il4965_tx_skb() [all …]
|
A D | 3945.c | 350 D_TX("Tx queue %d Status %s (0x%08x) plcp rate %d retries %d\n", txq_id, in il3945_hdl_tx()
|
A D | common.h | 3030 #define D_TX(f, a...) IL_DBG(IL_DL_TX, f, ## a) macro
|
/linux/Documentation/networking/ |
A D | arcnet.rst | 549 first! D_DURING displays 4-5 lines for each packet sent or received. D_TX,
|
Completed in 37 milliseconds