Searched defs:now_msec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c675 uint32_t dt, best_thruput, this_thruput, now_msec; local
694 /* now_msec = jiffies_to_msecs(jiffies); */
695 now_msec = drv_hztousec(ddi_get_lbolt())/1000; /* mescs ? */
696 dt = now_msec - ath_rc_priv->rssi_time;
778 (now_msec - ath_rc_priv->probe_time >
783 ath_rc_priv->probe_time = now_msec;
950 uint32_t now_msec)
1034 ath_rc_priv->rssi_time = now_msec;
1071 now_msec - rate_table->probe_interval / 2;
1156 /* u32 now_msec
945 arn_rc_update_per(struct arn_softc *sc, struct ath_rate_table *rate_table, struct ath_rate_priv *ath_rc_priv, struct ath_tx_info_priv *tx_info_priv, int tx_rate, int xretries, int retries, uint32_t now_msec) argument
1157 uint32_t now_msec = drv_hztousec(ddi_get_lbolt())/1000; /* mescs ? */ local
[all...]

Completed in 48 milliseconds