Searched refs:wfx_api_older_than (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/staging/wfx/ |
| D | main.h | 41 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
|
| D | data_rx.c | 20 if (wfx_api_older_than(wvif->wdev, 3, 6)) in wfx_rx_handle_ba()
|
| D | hif_tx.c | 365 if (wfx_api_older_than(wdev, 1, 5)) in hif_add_key() 412 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BE) in hif_set_edca_queue_params() 414 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BK) in hif_set_edca_queue_params()
|
| D | main.c | 155 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than() function 377 if (wfx_api_older_than(wdev, 1, 0)) { in wfx_probe()
|
| D | bh.c | 27 if (wfx_api_older_than(wdev, 1, 4)) { in device_wakeup()
|
| D | hif_tx_mib.c | 70 if (wfx_api_older_than(wdev, 1, 3)) { in hif_get_counters_table()
|
| D | hif_rx.c | 248 if (!wfx_api_older_than(wdev, 1, 4)) in hif_generic_indication()
|
| D | sta.c | 165 else if (wfx_api_older_than(wvif->wdev, 3, 2)) in wfx_get_ps_timeout()
|