Home
last modified time | relevance | path

Searched refs:NETIF_MSG_TX_QUEUED (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c3300 DP(NETIF_MSG_TX_QUEUED, "TSO split header size is %d (%x:%x)\n", in bnx2x_tx_split()
3318 DP(NETIF_MSG_TX_QUEUED, in bnx2x_tx_split()
3469 DP(NETIF_MSG_TX_QUEUED, in bnx2x_pkt_req_lin()
3627 DP(NETIF_MSG_TX_QUEUED, in bnx2x_set_pbd_csum()
3636 DP(NETIF_MSG_TX_QUEUED, "csum after fix %x\n", in bnx2x_set_pbd_csum()
3799 DP(NETIF_MSG_TX_QUEUED, in bnx2x_start_xmit()
3823 DP(NETIF_MSG_TX_QUEUED, in bnx2x_start_xmit()
3834 DP(NETIF_MSG_TX_QUEUED, in bnx2x_start_xmit()
3889 DP(NETIF_MSG_TX_QUEUED, in bnx2x_start_xmit()
4034 DP(NETIF_MSG_TX_QUEUED, in bnx2x_start_xmit()
[all …]
/linux-6.1.9/drivers/net/ethernet/toshiba/
Dspider_net.h426 NETIF_MSG_TX_QUEUED | \
/linux-6.1.9/Documentation/networking/
Dnetif-msg.rst90 5 NETIF_MSG_TX_QUEUED 0x0020
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c1624 DP_VERBOSE(edev, NETIF_MSG_TX_QUEUED, in qede_start_xmit()
1724 DP_VERBOSE(edev, NETIF_MSG_TX_QUEUED, in qede_start_xmit()
1736 DP_VERBOSE(edev, NETIF_MSG_TX_QUEUED, in qede_start_xmit()
/linux-6.1.9/drivers/net/ethernet/ti/
Dcpsw_priv.h19 NETIF_MSG_PKTDATA | NETIF_MSG_TX_QUEUED | \
Ddavinci_emac.c76 NETIF_MSG_TX_QUEUED | \
Dnetcp_core.c43 NETIF_MSG_PKTDATA | NETIF_MSG_TX_QUEUED | \
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c1917 (NETIF_MSG_TX_QUEUED | QED_MSG_LL2), in qed_ll2_prepare_tx_packet_set_bd()
1987 (NETIF_MSG_TX_QUEUED | QED_MSG_LL2), in qed_ll2_tx_packet_notify()
/linux-6.1.9/drivers/net/ethernet/engleder/
Dtsnep_main.c1426 NETIF_MSG_IFDOWN | NETIF_MSG_TX_QUEUED; in tsnep_probe()
/linux-6.1.9/include/linux/
Dnetdevice.h4261 #define NETIF_MSG_TX_QUEUED __NETIF_MSG(TX_QUEUED) macro
4277 #define netif_msg_tx_queued(p) ((p)->msg_enable & NETIF_MSG_TX_QUEUED)
/linux-6.1.9/drivers/net/ethernet/microchip/
Dlan743x_main.c3372 NETIF_MSG_IFDOWN | NETIF_MSG_TX_QUEUED; in lan743x_pcidev_probe()