Home
last modified time | relevance | path

Searched refs:dpaa2_buf (Results 1 – 10 of 10) sorted by relevance

/src/sys/dev/dpaa2/
H A Ddpaa2_buf.h41 struct dpaa2_buf { struct
49 struct dpaa2_buf *sgt; argument
77 struct dpaa2_buf *__sgt = (__buf)->sgt; \
101 struct dpaa2_buf *__sgt = (__buf)->sgt; \
170 int dpaa2_buf_seed_rxb(device_t, struct dpaa2_buf *, int, struct mtx *);
171 int dpaa2_buf_seed_txb(device_t, struct dpaa2_buf *);
H A Ddpaa2_buf.c59 struct dpaa2_buf *buf; in dpaa2_buf_seed_pool()
93 buf = malloc(sizeof(struct dpaa2_buf), M_DPAA2_RXB, M_NOWAIT); in dpaa2_buf_seed_pool()
128 dpaa2_buf_seed_rxb(device_t dev, struct dpaa2_buf *buf, int size, in dpaa2_buf_seed_rxb()
209 dpaa2_buf_seed_txb(device_t dev, struct dpaa2_buf *buf) in dpaa2_buf_seed_txb()
211 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_buf_seed_txb()
H A Ddpaa2_channel.h70 struct dpaa2_buf store; /* to keep VDQ responses */
75 struct dpaa2_buf *recycled[DPAA2_SWP_BUFS_PER_CMD];
H A Ddpaa2_ni.h486 struct dpaa2_buf qos_kcfg; /* QoS table key config */
487 struct dpaa2_buf rxd_kcfg; /* Rx distribution key config */
H A Ddpaa2_swp.h321 struct dpaa2_buf *buf;
526 struct dpaa2_buf *buf, uint32_t frames_n);
H A Ddpaa2_ni.c429 struct dpaa2_buf *, bus_dma_segment_t *, int, struct dpaa2_fd *);
1277 struct dpaa2_buf *buf; in dpaa2_ni_setup_tx_flow()
1347 buf = malloc(sizeof(struct dpaa2_buf), M_DPAA2_TXB, in dpaa2_ni_setup_tx_flow()
1352 buf->sgt = malloc(sizeof(struct dpaa2_buf), M_DPAA2_TXB, in dpaa2_ni_setup_tx_flow()
2094 struct dpaa2_buf *buf = &sc->qos_kcfg; in dpaa2_ni_set_qos_table()
2886 struct dpaa2_buf *buf = &ch->store; in dpaa2_ni_rx_cleanup()
2941 struct dpaa2_buf *buf, *sgt; in dpaa2_ni_tx()
3138 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_rx()
3278 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_rx_err()
3321 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_tx_conf()
[all …]
H A Ddpaa2_channel.c345 struct dpaa2_buf *buf = &ch->store; in dpaa2_chan_next_frame()
455 struct dpaa2_buf *buf = &ch->store; in dpaa2_chan_alloc_storage()
H A Ddpaa2_swp.c710 dpaa2_swp_pull(struct dpaa2_swp *swp, uint16_t chan_id, struct dpaa2_buf *buf, in dpaa2_swp_pull()
/src/sys/modules/dpaa2/
H A DMakefile14 SRCS+= dpaa2_buf.c
/src/sys/conf/
H A Dfiles.arm64260 dev/dpaa2/dpaa2_buf.c optional soc_nxp_ls dpaa2