Home
last modified time | relevance | path

Searched refs:store_sz (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.h71 uint32_t store_sz; /* in frames */ member
H A Ddpaa2_channel.c156 ch->store_sz = 0; in dpaa2_chan_setup()
228 ch->store_sz = DPAA2_ETH_STORE_FRAMES; in dpaa2_chan_setup()
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()