Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/dpaa2/
HDdpaa2_ni.h224 struct dpaa2_buf buf[DPAA2_NI_BUFS_PER_TX];
281 struct dpaa2_buf store;
572 struct dpaa2_buf qos_kcfg; /* QoS table key config. */
573 struct dpaa2_buf rxd_kcfg; /* Rx distribution key config. */
583 struct dpaa2_buf buf[DPAA2_NI_BUFS_MAX];
HDdpaa2_types.h63 struct dpaa2_buf { struct
HDdpaa2_ni.c433 static int dpaa2_ni_seed_rxbuf(struct dpaa2_ni_softc *, struct dpaa2_buf *, int);
434 static int dpaa2_ni_seed_txbuf(struct dpaa2_ni_softc *, struct dpaa2_buf *, int);
440 struct dpaa2_buf *, bus_dma_segment_t *, int, struct dpaa2_fd *);
993 struct dpaa2_buf *buf; in dpaa2_ni_setup_channels()
1389 struct dpaa2_buf *buf; in dpaa2_ni_setup_tx_flow()
2068 struct dpaa2_buf *buf = &sc->qos_kcfg; in dpaa2_ni_set_qos_table()
2674 struct dpaa2_buf *buf; in dpaa2_ni_tx_locked()
2818 struct dpaa2_buf *buf; in dpaa2_ni_rx()
2948 struct dpaa2_buf *buf; in dpaa2_ni_rx_err()
2990 struct dpaa2_buf *buf; in dpaa2_ni_tx_conf()
[all …]
HDdpaa2_swp.h498 struct dpaa2_buf *buf, uint32_t frames_n);
HDdpaa2_swp.c710 dpaa2_swp_pull(struct dpaa2_swp *swp, uint16_t chan_id, struct dpaa2_buf *buf, in dpaa2_swp_pull()