Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.c157 ch->store_idx = 0; in dpaa2_chan_setup()
347 struct dpaa2_dq *msg = &msgs[ch->store_idx]; in dpaa2_chan_next_frame()
350 ch->store_idx++; in dpaa2_chan_next_frame()
354 ch->store_idx = 0; in dpaa2_chan_next_frame()
361 ch->store_idx = 0; in dpaa2_chan_next_frame()
H A Ddpaa2_channel.h72 uint32_t store_idx; /* frame index */ member
H A Ddpaa2_ni.c3071 KASSERT(chan->store_idx < chan->store_sz, ("%s: store_idx(%d) >= " in dpaa2_ni_consume_frames()
3072 "store_sz(%d)", __func__, chan->store_idx, chan->store_sz)); in dpaa2_ni_consume_frames()
/freebsd/contrib/flex/src/
H A Dscanopt.c235 int store_idx = 0; in scanopt_usage() local
268 ue = store + store_idx++; in scanopt_usage()