Home
last modified time | relevance | path

Searched refs:FORCE_DISCONNECT (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/ks7010/ !
Dks_hostif.c449 if ((priv->connect_status & FORCE_DISCONNECT) || in hostif_data_indication()
722 if (!(priv->connect_status & FORCE_DISCONNECT)) in hostif_connect_indication()
724 tmp = FORCE_DISCONNECT & priv->connect_status; in hostif_connect_indication()
729 tmp = FORCE_DISCONNECT & priv->connect_status; in hostif_connect_indication()
736 tmp = FORCE_DISCONNECT & priv->connect_status; in hostif_connect_indication()
814 tmp = FORCE_DISCONNECT & priv->connect_status; in hostif_stop_confirm()
1074 (priv->connect_status & FORCE_DISCONNECT) || in hostif_data_request()
Dks_wlan.h496 #define FORCE_DISCONNECT 0x80000000 macro