Home
last modified time | relevance | path

Searched refs:dpaa2_dq (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_swp.h358 struct dpaa2_dq { struct
368 CTASSERT(sizeof(struct dpaa2_dq) == DPAA2_DQ_SIZE); argument
523 int dpaa2_swp_dqrr_next_locked(struct dpaa2_swp *swp, struct dpaa2_dq *dq,
H A Ddpaa2_channel.c343 dpaa2_chan_next_frame(struct dpaa2_channel *ch, struct dpaa2_dq **dq) in dpaa2_chan_next_frame()
346 struct dpaa2_dq *msgs = (struct dpaa2_dq *)buf->vaddr; in dpaa2_chan_next_frame()
347 struct dpaa2_dq *msg = &msgs[ch->store_idx]; in dpaa2_chan_next_frame()
H A Ddpaa2_channel.h93 int dpaa2_chan_next_frame(struct dpaa2_channel *, struct dpaa2_dq **);
H A Ddpaa2_ni.h137 ((DPAA2_ETH_STORE_FRAMES + 1) * sizeof(struct dpaa2_dq))
H A Ddpaa2_swp.c639 dpaa2_swp_dqrr_next_locked(struct dpaa2_swp *swp, struct dpaa2_dq *dq, in dpaa2_swp_dqrr_next_locked()
723 struct dpaa2_dq *msg; in dpaa2_swp_pull()
766 msg = (struct dpaa2_dq *)buf->vaddr; in dpaa2_swp_pull()
H A Ddpaa2_io.c538 struct dpaa2_dq dq; in dpaa2_io_intr()
H A Ddpaa2_ni.c3006 struct dpaa2_dq *dq; in dpaa2_ni_consume_frames()