Home
last modified time | relevance | path

Searched refs:wfx_tx_confirm_cb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.h45 void wfx_tx_confirm_cb(struct wfx_dev *wdev, const struct wfx_hif_cnf_tx *arg);
H A Dhif_rx.c57 wfx_tx_confirm_cb(wdev, body); in wfx_hif_tx_confirm()
69 wfx_tx_confirm_cb(wdev, &body->tx_conf_payload[i]); in wfx_hif_multi_tx_confirm()
H A Ddata_tx.c458 void wfx_tx_confirm_cb(struct wfx_dev *wdev, const struct wfx_hif_cnf_tx *arg) in wfx_tx_confirm_cb() function