Home
last modified time | relevance | path

Searched refs:msdu_id (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/pci/
Dif_mwxreg.h417 uint16_t msdu_id[MT_HW_TXP_MAX_MSDU_NUM]; member
Dif_mwx.c984 txp->msdu_id[0], txp->msdu_id[1], txp->msdu_id[2], txp->msdu_id[3], in mwx_tx()
1538 txp->msdu_id[0] = htole16(mt->mt_idx | MT_MSDU_ID_VALID); in mwx_txwi_enqueue()
/openbsd/src/sys/dev/ic/
Dqwz.c13526 qwz_dp_tx_free_txbuf(struct qwz_softc *sc, int msdu_id, in qwz_dp_tx_free_txbuf() argument
13531 if (msdu_id >= sc->hw_params.tx_ring_size) in qwz_dp_tx_free_txbuf()
13534 tx_data = &tx_ring->data[msdu_id]; in qwz_dp_tx_free_txbuf()
13549 qwz_dp_tx_free_txbuf(sc, ts->msdu_id, tx_ring); in qwz_dp_tx_htt_tx_complete_buf()
13554 uint8_t mac_id, uint32_t msdu_id, struct dp_tx_ring *tx_ring) in qwz_dp_tx_process_htt_tx_complete() argument
13570 ts.msdu_id = msdu_id; in qwz_dp_tx_process_htt_tx_complete()
13584 qwz_dp_tx_free_txbuf(sc, msdu_id, tx_ring); in qwz_dp_tx_process_htt_tx_complete()
13670 uint32_t msdu_id, struct hal_tx_status *ts) in qwz_dp_tx_complete_msdu() argument
13673 struct qwz_tx_data *tx_data = &tx_ring->data[msdu_id]; in qwz_dp_tx_complete_msdu()
13712 uint32_t msdu_id; in qwz_dp_tx_completion_handler() local
[all …]
Dqwx.c15425 qwx_dp_tx_free_txbuf(struct qwx_softc *sc, int msdu_id, in qwx_dp_tx_free_txbuf() argument
15430 if (msdu_id >= sc->hw_params.tx_ring_size) in qwx_dp_tx_free_txbuf()
15433 tx_data = &tx_ring->data[msdu_id]; in qwx_dp_tx_free_txbuf()
15448 qwx_dp_tx_free_txbuf(sc, ts->msdu_id, tx_ring); in qwx_dp_tx_htt_tx_complete_buf()
15453 uint8_t mac_id, uint32_t msdu_id, struct dp_tx_ring *tx_ring) in qwx_dp_tx_process_htt_tx_complete() argument
15469 ts.msdu_id = msdu_id; in qwx_dp_tx_process_htt_tx_complete()
15483 qwx_dp_tx_free_txbuf(sc, msdu_id, tx_ring); in qwx_dp_tx_process_htt_tx_complete()
15569 uint32_t msdu_id, struct hal_tx_status *ts) in qwx_dp_tx_complete_msdu() argument
15572 struct qwx_tx_data *tx_data = &tx_ring->data[msdu_id]; in qwx_dp_tx_complete_msdu()
15611 uint32_t msdu_id; in qwx_dp_tx_completion_handler() local
[all …]
Dqwxvar.h941 uint32_t msdu_id; member
Dqwzvar.h953 uint32_t msdu_id; member