Home
last modified time | relevance | path

Searched refs:InterFrameGap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Drtl8169.c84 #define InterFrameGap 0x03 /* 3 means InterFrameGap = the shortest one */ macro
762 (InterFrameGap << TxInterFrameGapShift)); in rtl8169_hw_start()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h413 #define InterFrameGap 0x03 /* 3 means InterFrameGap = the shortest one */ macro
H A Dr8168_n.c3992 …RTL_W32(tp, TxConfig, (RTL_R32(tp, TxConfig) & ~BIT_19) | (InterFrameGap << TxInterFrameGapShift)); in rtl8168_check_link_status()
26104 (InterFrameGap << TxInterFrameGapShift)); in rtl8168_hw_config()
26107 (InterFrameGap << TxInterFrameGapShift)); in rtl8168_hw_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Dr8169_main.c66 #define InterFrameGap 0x03 /* 3 means InterFrameGap = the shortest one */ macro
2527 InterFrameGap << TxInterFrameGapShift; in rtl_set_tx_config_registers()