Searched refs:tx_gap (Results 1 – 3 of 3) sorted by relevance
/linux/net/can/ |
H A D | isotp.c | 156 ktime_t tx_gap; member 397 so->tx_gap = ktime_set(0, 0); in isotp_rcv_fc() 399 so->tx_gap = ktime_add_ns(so->tx_gap, so->frame_txtime); in isotp_rcv_fc() 402 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 405 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 408 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 886 if (!so->tx_gap) { in isotp_rcv_echo() 895 hrtimer_start(&so->txfrtimer, so->tx_gap, HRTIMER_MODE_REL_SOFT); in isotp_rcv_echo() 1059 so->tx_gap = ktime_set(0, so->force_tx_stmin); in isotp_sendmsg() 1061 so->tx_gap = ktime_set(0, so->frame_txtime); in isotp_sendmsg()
|
/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_port.c | 889 u32 clk_spd, gig_mode, tx_gap, hdx_gap_1, hdx_gap_2; in sparx5_port_config_low_set() local 895 tx_gap = spd == SPEED_1000 ? 4 : fdx ? 6 : 5; in sparx5_port_config_low_set() 908 spx5_wr(DEV2G5_MAC_IFG_CFG_TX_IFG_SET(tx_gap) | in sparx5_port_config_low_set()
|
/linux/drivers/net/ethernet/ti/ |
H A D | netcp_ethss.c | 287 u32 tx_gap; member 448 u32 tx_gap; member
|