Searched defs:tx_ring (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/sys/dev/pci/ |
H A D | if_et.c | 596 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_dma_alloc() local 683 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_dma_free() local 1134 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_free_tx_ring() local 1292 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_init_tx_ring() local 1415 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_init_txdma() local 1762 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_encap() local 1875 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_txeof() local
|
H A D | if_rtwn.c | 167 struct rtwn_tx_ring tx_ring[RTWN_NTXQUEUES]; member 623 struct rtwn_tx_ring *tx_ring = &sc->tx_ring[qid]; in rtwn_alloc_tx_list() local 694 struct rtwn_tx_ring *tx_ring = &sc->tx_ring[qid]; in rtwn_reset_tx_list() local 725 struct rtwn_tx_ring *tx_ring = &sc->tx_ring[qid]; in rtwn_free_tx_list() local 984 struct rtwn_tx_ring *tx_ring; in rtwn_tx() local 1202 struct rtwn_tx_ring *tx_ring = &sc->tx_ring[qid]; in rtwn_tx_done() local
|
H A D | if_ngbereg.h | 999 struct tx_ring { struct 1032 struct tx_ring *txr; argument 1000 sctx_ring global() argument 1001 ifqtx_ring global() argument 1002 metx_ring global() argument 1003 watchdog_timertx_ring global() argument 1004 tx_basetx_ring global() argument 1005 tx_bufferstx_ring global() argument 1006 txdmatx_ring global() argument 1007 next_avail_desctx_ring global() argument 1008 next_to_cleantx_ring global() argument
|
H A D | if_bnxt.c | 208 struct bnxt_ring tx_ring; member [all...] |
/openbsd-src/sys/dev/ic/ |
H A D | qwx.c | 10418 qwx_dp_tx_ring_free_tx_data(struct qwx_softc * sc,struct dp_tx_ring * tx_ring) qwx_dp_tx_ring_free_tx_data() argument 10442 qwx_dp_tx_ring_alloc_tx_data(struct qwx_softc * sc,struct dp_tx_ring * tx_ring) qwx_dp_tx_ring_alloc_tx_data() argument 15422 qwx_dp_tx_free_txbuf(struct qwx_softc * sc,int msdu_id,struct dp_tx_ring * tx_ring) qwx_dp_tx_free_txbuf() argument 15440 qwx_dp_tx_htt_tx_complete_buf(struct qwx_softc * sc,struct dp_tx_ring * tx_ring,struct qwx_dp_htt_wbm_tx_status * ts) qwx_dp_tx_htt_tx_complete_buf() argument 15449 qwx_dp_tx_process_htt_tx_complete(struct qwx_softc * sc,void * desc,uint8_t mac_id,uint32_t msdu_id,struct dp_tx_ring * tx_ring) qwx_dp_tx_process_htt_tx_complete() argument 15564 qwx_dp_tx_complete_msdu(struct qwx_softc * sc,struct dp_tx_ring * tx_ring,uint32_t msdu_id,struct hal_tx_status * ts) qwx_dp_tx_complete_msdu() argument 15605 struct dp_tx_ring *tx_ring = &dp->tx_ring[ring_id]; qwx_dp_tx_completion_handler() local 24244 struct dp_tx_ring *tx_ring; qwx_dp_tx() local [all...] |
H A D | acxvar.h | 241 struct acx_host_desc *tx_ring; member
|
H A D | qwxvar.h | 1115 struct dp_tx_ring tx_ring[DP_TCL_NUM_RING_MAX]; member
|