Searched refs:dpaa2_buf (Results 1 – 10 of 10) sorted by relevance
| /src/sys/dev/dpaa2/ |
| H A D | dpaa2_buf.h | 41 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 D | dpaa2_buf.c | 59 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 D | dpaa2_channel.h | 70 struct dpaa2_buf store; /* to keep VDQ responses */ 75 struct dpaa2_buf *recycled[DPAA2_SWP_BUFS_PER_CMD];
|
| H A D | dpaa2_ni.h | 486 struct dpaa2_buf qos_kcfg; /* QoS table key config */ 487 struct dpaa2_buf rxd_kcfg; /* Rx distribution key config */
|
| H A D | dpaa2_swp.h | 321 struct dpaa2_buf *buf; 526 struct dpaa2_buf *buf, uint32_t frames_n);
|
| H A D | dpaa2_ni.c | 429 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 D | dpaa2_channel.c | 345 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 D | dpaa2_swp.c | 710 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 D | Makefile | 14 SRCS+= dpaa2_buf.c
|
| /src/sys/conf/ |
| H A D | files.arm64 | 260 dev/dpaa2/dpaa2_buf.c optional soc_nxp_ls dpaa2
|