Home
last modified time | relevance | path

Searched refs:wfx_api_older_than (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/net/wireless/silabs/wfx/
Dmain.h38 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
Dmain.c155 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than() function
383 if (wfx_api_older_than(wdev, 1, 0)) { in wfx_probe()
446 if (!wfx_api_older_than(wdev, 3, 8)) in wfx_probe()
Ddata_rx.c21 if (wfx_api_older_than(wvif->wdev, 3, 6)) in wfx_rx_handle_ba()
Dhif_tx.c341 if (wfx_api_older_than(wdev, 1, 5)) in wfx_hif_add_key()
385 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BE) in wfx_hif_set_edca_queue_params()
387 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BK) in wfx_hif_set_edca_queue_params()
Dbh.c27 if (wfx_api_older_than(wdev, 1, 4)) { in device_wakeup()
Dhif_tx_mib.c66 if (wfx_api_older_than(wdev, 1, 3)) { in wfx_hif_get_counters_table()
Dhif_rx.c234 if (!wfx_api_older_than(wdev, 1, 4)) in wfx_hif_generic_indication()
Dsta.c185 if (wfx_api_older_than(wvif->wdev, 3, 2)) in wfx_get_ps_timeout()