Home
last modified time | relevance | path

Searched refs:NES_DBG_NIC_TX (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_nic.c378 nes_debug(NES_DBG_NIC_TX, "%s: VLAN packet to send... VLAN = %08X\n", in nes_nic_send()
417 nes_debug(NES_DBG_NIC_TX, "%s: Packet with %u fragments not sent, skb_headlen=%u\n", in nes_nic_send()
556 nes_debug(NES_DBG_NIC_TX, "%s: HNIC SQ full- TSO request has too many frags!\n", in nes_netdev_start_xmit()
585 nes_debug(NES_DBG_NIC_TX, "%s: VLAN packet to send... VLAN = %08X\n", in nes_netdev_start_xmit()
597 nes_debug(NES_DBG_NIC_TX, "ERROR: SKB header too big, headlen=%u, FIRST_FRAG_SIZE=%u\n", in nes_netdev_start_xmit()
599 nes_debug(NES_DBG_NIC_TX, "%s Request to tx NIC packet length %u, headlen %u," in nes_netdev_start_xmit()
801 nes_debug(NES_DBG_NIC_TX, "%s: tx timeout\n", netdev->name); in nes_netdev_tx_timeout()
Dnes.h120 #define NES_DBG_NIC_TX 0x00000100 macro