Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.h78 struct dpaa2_ni_fq rx_queues[DPAA2_MAX_TCS];
79 struct dpaa2_ni_fq txc_queue;
H A Ddpaa2_types.h84 struct dpaa2_ni_fq *fq;
111 struct dpaa2_ni_fq { struct
H A Ddpaa2_ni.h192 struct dpaa2_ni_fq;
491 struct dpaa2_ni_fq rxe_queue; /* one per DPNI */
H A Ddpaa2_ni.c412 static int dpaa2_ni_setup_rx_flow(device_t, struct dpaa2_ni_fq *);
413 static int dpaa2_ni_setup_tx_flow(device_t, struct dpaa2_ni_fq *);
414 static int dpaa2_ni_setup_rx_err_flow(device_t, struct dpaa2_ni_fq *);
462 static int dpaa2_ni_consume_frames(struct dpaa2_channel *, struct dpaa2_ni_fq **,
464 static int dpaa2_ni_rx(struct dpaa2_channel *, struct dpaa2_ni_fq *,
466 static int dpaa2_ni_rx_err(struct dpaa2_channel *, struct dpaa2_ni_fq *,
468 static int dpaa2_ni_tx_conf(struct dpaa2_channel *, struct dpaa2_ni_fq *,
1178 dpaa2_ni_setup_rx_flow(device_t dev, struct dpaa2_ni_fq *fq) in dpaa2_ni_setup_rx_flow()
1255 dpaa2_ni_setup_tx_flow(device_t dev, struct dpaa2_ni_fq *fq) in dpaa2_ni_setup_tx_flow()
1399 dpaa2_ni_setup_rx_err_flow(device_t dev, struct dpaa2_ni_fq *fq) in dpaa2_ni_setup_rx_err_flow()
[all …]
H A Ddpaa2_channel.c295 struct dpaa2_ni_fq *fq; in dpaa2_chan_setup_fq()