Searched refs:dpaa2_buf (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/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() 208 dpaa2_buf_seed_txb(device_t dev, struct dpaa2_buf *buf) in dpaa2_buf_seed_txb() 210 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 | 1266 struct dpaa2_buf *buf; in dpaa2_ni_setup_tx_flow() 1336 buf = malloc(sizeof(struct dpaa2_buf), M_DPAA2_TXB, in dpaa2_ni_setup_tx_flow() 2066 struct dpaa2_buf *buf = &sc->qos_kcfg; in dpaa2_ni_set_qos_table() 2857 struct dpaa2_buf *buf = &ch->store; in dpaa2_ni_rx_cleanup() 2912 struct dpaa2_buf *buf, *sgt; in dpaa2_ni_tx() 3097 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_rx() 3236 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_rx_err() 3279 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_tx_conf() 3280 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_ni_tx_conf() 3339 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_ni_build_fd() [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()
|
| /freebsd-14.2/sys/modules/dpaa2/ |
| H A D | Makefile | 14 SRCS+= dpaa2_buf.c
|
| /freebsd-14.2/sys/conf/ |
| H A D | files.arm64 | 205 dev/dpaa2/dpaa2_buf.c optional soc_nxp_ls dpaa2
|