Searched refs:tx_gap (Results 1 – 3 of 3) sorted by relevance
/linux/net/can/ |
A D | isotp.c | 137 ktime_t tx_gap; member 359 so->tx_gap = ktime_set(0, 0); in isotp_rcv_fc() 361 so->tx_gap = ktime_add_ns(so->tx_gap, so->opt.frame_txtime); in isotp_rcv_fc() 364 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 367 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 370 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 381 hrtimer_start(&so->txtimer, so->tx_gap, in isotp_rcv_fc() 830 if (!so->tx_gap) in isotp_tx_timer_handler() 836 ktime_add(ktime_get(), so->tx_gap)); in isotp_tx_timer_handler()
|
/linux/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_port.c | 870 u32 clk_spd, gig_mode, tx_gap, hdx_gap_1, hdx_gap_2; in sparx5_port_config_low_set() local 876 tx_gap = spd == SPEED_1000 ? 4 : fdx ? 6 : 5; in sparx5_port_config_low_set() 889 spx5_wr(DEV2G5_MAC_IFG_CFG_TX_IFG_SET(tx_gap) | in sparx5_port_config_low_set()
|
/linux/drivers/net/ethernet/ti/ |
A D | netcp_ethss.c | 287 u32 tx_gap; member 448 u32 tx_gap; member
|
Completed in 20 milliseconds