Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/arcnet/
Darcdevice.h60 #define D_TX 256 /* show tx packets */ macro
Darcnet.c160 #if (ARCNET_DEBUG_MAX & (D_RX | D_TX))
797 if (BUGLVL(D_TX)) in go_tx()
/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c360 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()
D4965-mac.c1059 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 …]
D3945.c350 D_TX("Tx queue %d Status %s (0x%08x) plcp rate %d retries %d\n", txq_id, in il3945_hdl_tx()
Dcommon.h3031 #define D_TX(f, a...) IL_DBG(IL_DL_TX, f, ## a) macro
/linux-6.1.9/Documentation/networking/
Darcnet.rst549 first! D_DURING displays 4-5 lines for each packet sent or received. D_TX,