Searched refs:__cw1200_flush (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 40 static int __cw1200_flush(struct cw1200_common *priv, bool drop); 299 if (!__cw1200_flush(priv, true)) in cw1200_remove_interface() 352 /* __cw1200_flush() implicitly locks tx, if successful */ in cw1200_config() 353 if (!__cw1200_flush(priv, false)) { in cw1200_config() 891 static int __cw1200_flush(struct cw1200_common *priv, bool drop) in __cw1200_flush() function 943 if (!__cw1200_flush(priv, drop)) in cw1200_flush() 1676 if (!__cw1200_flush(priv, true)) in cw1200_set_tim_impl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 40 static int __cw1200_flush(struct cw1200_common *priv, bool drop); 299 if (!__cw1200_flush(priv, true)) in cw1200_remove_interface() 352 /* __cw1200_flush() implicitly locks tx, if successful */ in cw1200_config() 353 if (!__cw1200_flush(priv, false)) { in cw1200_config() 892 static int __cw1200_flush(struct cw1200_common *priv, bool drop) in __cw1200_flush() function 944 if (!__cw1200_flush(priv, drop)) in cw1200_flush() 1677 if (!__cw1200_flush(priv, true)) in cw1200_set_tim_impl()
|
Completed in 7 milliseconds