HomeSort by: relevance | last modified time | path
    Searched refs:rx_queue_th_time (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_mvxpevar.h 138 int rx_queue_th_time; /* [Tclk] */ member in struct:mvxpe_rx_ring
if_mvxpe.c 1118 rx->rx_queue_th_time = (mvTclk / 1000) / 2; /* 0.5 [ms] */
1298 reg = MVXPE_PRXITTH_RITT(rx->rx_queue_th_time);
2993 time_mvtclk = rx->rx_queue_th_time;
3013 rx->rx_queue_th_time = time_mvtclk;
3014 reg = MVXPE_PRXITTH_RITT(rx->rx_queue_th_time);

Completed in 13 milliseconds