Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.h549 #define PTP_LATENCY_RX_SET_(rx_latency) \ argument
550 (((u32)(rx_latency)) & 0x0000FFFF)
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h528 atomic64_t rx_latency; member
H A Dlpfc_init.c3211 atomic64_set(&cgs->rx_latency, 0); in lpfc_cmf_stop()
3276 atomic64_set(&cgs->rx_latency, 0); in lpfc_cmf_start()
6010 lat += atomic64_xchg(&cgs->rx_latency, 0); in lpfc_cmf_timer()
H A Dlpfc_scsi.c3755 atomic64_add(time, &cgs->rx_latency); in lpfc_update_cmf_cmpl()