Searched refs:core_ticks_per_usec (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h204 static inline unsigned int core_ticks_per_usec(const struct adapter *adapter) function
/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h322 static inline unsigned int core_ticks_per_usec(const adapter_t *adap) function
H A Dsge.c796 sge->intrtimer_nres = SGE_INTRTIMER_NRES * core_ticks_per_usec(ap);
1926 core_ticks_per_usec(sge->adapter);
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h634 static inline unsigned int core_ticks_per_usec(const struct adapter *adap) function
H A Dsge.c3260 t3_write_reg(adap, A_SG_TIMER_TICK, core_ticks_per_usec(adap) / 10);
3262 V_TIMEOUT(200 * core_ticks_per_usec(adap)));
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h612 static inline unsigned int core_ticks_per_usec(const struct adapter *adap) function
H A Dsge.c2441 s->starve_thres = core_ticks_per_usec(adap) * 1000000; /* 1 s */

Completed in 148 milliseconds