Home
last modified time | relevance | path

Searched refs:E1000_CTRL_TFCE (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c979 ctrl &= (~(E1000_CTRL_TFCE | E1000_CTRL_RFCE)); in e1000e_force_mac_fc()
982 ctrl &= (~E1000_CTRL_TFCE); in e1000e_force_mac_fc()
987 ctrl |= E1000_CTRL_TFCE; in e1000e_force_mac_fc()
990 ctrl |= (E1000_CTRL_TFCE | E1000_CTRL_RFCE); in e1000e_force_mac_fc()
H A Ddefines.h203 #define E1000_CTRL_TFCE 0x10000000 /* Transmit flow control enable */ macro
H A Dnetdev.c1173 if ((hw->mac.type == e1000_pchlan) && (er32(CTRL) & E1000_CTRL_TFCE)) in e1000_print_hw_hang()
5126 (ctrl & E1000_CTRL_TFCE) && (ctrl & E1000_CTRL_RFCE) ? "Rx/Tx" : in e1000_print_link_info()
5128 (ctrl & E1000_CTRL_TFCE) ? "Tx" : "None"); in e1000_print_link_info()
/linux/tools/testing/selftests/vfio/lib/drivers/igb/
H A De1000_defines.h203 #define E1000_CTRL_TFCE 0x10000000 /* Transmit flow control enable */ macro
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1449 #define E1000_CTRL_TFCE 0x10000000 /* Transmit flow control enable */ macro
H A De1000_main.c2456 ((ctrl & E1000_CTRL_TFCE) && (ctrl & in e1000_watchdog()
2459 E1000_CTRL_TFCE) ? "TX" : "None"))); in e1000_watchdog()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1715 E1000_CTRL_TFCE | in igb_setup_loopback_test()
H A Digb_main.c5617 (ctrl & E1000_CTRL_TFCE) && in igb_watchdog_task()
5620 (ctrl & E1000_CTRL_TFCE) ? "TX" : "None"); in igb_watchdog_task()