dpaa2_dq
dpaa2_chan_next_frame(struct dpaa2_channel *ch, struct dpaa2_dq **dq)
struct dpaa2_dq *msgs = (struct dpaa2_dq *)buf->vaddr;
struct dpaa2_dq *msg = &msgs[ch->store_idx];
int dpaa2_chan_next_frame(struct dpaa2_channel *, struct dpaa2_dq **);
struct dpaa2_dq dq;
struct dpaa2_dq *dq;
((DPAA2_ETH_STORE_FRAMES + 1) * sizeof(struct dpaa2_dq))
dpaa2_swp_dqrr_next_locked(struct dpaa2_swp *swp, struct dpaa2_dq *dq,
struct dpaa2_dq *msg;
msg = (struct dpaa2_dq *)buf->vaddr;
CTASSERT(sizeof(struct dpaa2_dq) == DPAA2_DQ_SIZE);
int dpaa2_swp_dqrr_next_locked(struct dpaa2_swp *swp, struct dpaa2_dq *dq,