Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlegacy/
D3945-mac.c378 D_TX("tx_cmd with AES hwcrypto\n"); in il3945_build_tx_cmd_hwcrypto()
395 D_TX("Configuring packet for WEP encryption " "with key %d\n", in il3945_build_tx_cmd_hwcrypto()
506 D_TX("Sending AUTH frame\n"); in il3945_tx_skb()
508 D_TX("Sending ASSOC frame\n"); in il3945_tx_skb()
510 D_TX("Sending REASSOC frame\n"); in il3945_tx_skb()
632 D_TX("sequence nr = 0X%x\n", le16_to_cpu(out_cmd->hdr.sequence)); in il3945_tx_skb()
633 D_TX("tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags)); in il3945_tx_skb()
2886 D_TX("dev->xmit(%d bytes) at rate 0x%02x\n", skb->len, in il3945_mac_tx()
D4965-mac.c1071 D_TX("free more than tfds_in_queue (%u:%d)\n", in il4965_free_tfds_in_queue()
1625 D_TX("tx_cmd with AES hwcrypto\n"); in il4965_tx_cmd_build_hwcrypto()
1631 D_TX("tx_cmd with tkip hwcrypto\n"); in il4965_tx_cmd_build_hwcrypto()
1644 D_TX("Configuring packet for WEP encryption " "with key %d\n", in il4965_tx_cmd_build_hwcrypto()
1695 D_TX("Sending AUTH frame\n"); in il4965_tx_skb()
1697 D_TX("Sending ASSOC frame\n"); in il4965_tx_skb()
1699 D_TX("Sending REASSOC frame\n"); in il4965_tx_skb()
1717 D_TX("station Id %d\n", sta_id); in il4965_tx_skb()
1879 D_TX("sequence nr = 0X%x\n", le16_to_cpu(out_cmd->hdr.sequence)); in il4965_tx_skb()
1880 D_TX("tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags)); in il4965_tx_skb()
[all …]
D3945.c365 D_TX("Tx queue %d Status %s (0x%08x) plcp rate %d retries %d\n", txq_id, in il3945_hdl_tx()
Dcommon.h3060 #define D_TX(f, a...) IL_DBG(IL_DL_TX, f, ## a) macro
/drivers/net/arcnet/
Darcnet.c176 #if (ARCNET_DEBUG_MAX & (D_RX | D_TX))
695 BUGLVL(D_TX) arcnet_dump_packet(dev, lp->next_tx, "go_tx", 0); in go_tx()