Home
last modified time | relevance | path

Searched refs:D_TX (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/arcnet/
Darcdevice.h60 #define D_TX 256 /* show tx packets */ macro
Darcnet.c160 #if (ARCNET_DEBUG_MAX & (D_RX | D_TX))
747 if (BUGLVL(D_TX)) in go_tx()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c362 D_TX("tx_cmd with AES hwcrypto\n"); in il3945_build_tx_cmd_hwcrypto()
379 D_TX("Configuring packet for WEP encryption " "with key %d\n", in il3945_build_tx_cmd_hwcrypto()
485 D_TX("Sending AUTH frame\n"); in il3945_tx_skb()
487 D_TX("Sending ASSOC frame\n"); in il3945_tx_skb()
489 D_TX("Sending REASSOC frame\n"); in il3945_tx_skb()
611 D_TX("sequence nr = 0X%x\n", le16_to_cpu(out_cmd->hdr.sequence)); in il3945_tx_skb()
612 D_TX("tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags)); in il3945_tx_skb()
2860 D_TX("dev->xmit(%d bytes) at rate 0x%02x\n", skb->len, in il3945_mac_tx()
D4965-mac.c1057 D_TX("free more than tfds_in_queue (%u:%d)\n", in il4965_free_tfds_in_queue()
1608 D_TX("tx_cmd with AES hwcrypto\n"); in il4965_tx_cmd_build_hwcrypto()
1614 D_TX("tx_cmd with tkip hwcrypto\n"); in il4965_tx_cmd_build_hwcrypto()
1627 D_TX("Configuring packet for WEP encryption " "with key %d\n", in il4965_tx_cmd_build_hwcrypto()
1678 D_TX("Sending AUTH frame\n"); in il4965_tx_skb()
1680 D_TX("Sending ASSOC frame\n"); in il4965_tx_skb()
1682 D_TX("Sending REASSOC frame\n"); in il4965_tx_skb()
1700 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 …]
D3945.c350 D_TX("Tx queue %d Status %s (0x%08x) plcp rate %d retries %d\n", txq_id, in il3945_hdl_tx()
Dcommon.h3033 #define D_TX(f, a...) IL_DBG(IL_DL_TX, f, ## a) macro
/Linux-v5.4/Documentation/networking/
Darcnet.txt513 first! D_DURING displays 4-5 lines for each packet sent or received. D_TX,