Home
last modified time | relevance | path

Searched refs:tx_fifo_busy_cnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1185 if (port->tx_fifo_busy_cnt == FIFO_OK) in ice_ptp_check_tx_fifo()
1208 port->tx_fifo_busy_cnt = FIFO_OK; in ice_ptp_check_tx_fifo()
1212 port->tx_fifo_busy_cnt++; in ice_ptp_check_tx_fifo()
1215 port->tx_fifo_busy_cnt, port->port_num); in ice_ptp_check_tx_fifo()
1217 if (port->tx_fifo_busy_cnt == ICE_PTP_FIFO_NUM_CHECKS) { in ice_ptp_check_tx_fifo()
1222 port->tx_fifo_busy_cnt = FIFO_OK; in ice_ptp_check_tx_fifo()
1336 ptp_port->tx_fifo_busy_cnt = 0; in ice_ptp_port_phy_restart()
H A Dice_ptp.h172 u8 tx_fifo_busy_cnt; member