Home
last modified time | relevance | path

Searched refs:sint (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_mlme.h75 sint traffic_busy;
83 sint fw_state; /*shall we protect this variable? */
111 static inline u8 check_fwstate(struct mlme_priv *pmlmepriv, sint state) in check_fwstate()
118 static inline sint get_fwstate(struct mlme_priv *pmlmepriv) in get_fwstate()
130 static inline void set_fwstate(struct mlme_priv *pmlmepriv, sint state) in set_fwstate()
135 static inline void _clr_fwstate_(struct mlme_priv *pmlmepriv, sint state) in _clr_fwstate_()
144 static inline void clr_fwstate(struct mlme_priv *pmlmepriv, sint state) in clr_fwstate()
155 sint val) in set_scanned_network_val()
177 struct security_priv *psecuritypriv, sint keyid);
199 sint r8712_if_up(struct _adapter *padapter);
H A Drtl871x_xmit.h84 sint txcmdcnt;
168 sint option;
169 sint apsd_setting; /* When bit mask is on, the associated edca
185 /*volatile*/ sint head;
186 /*volatile*/ sint tail;
187 /*volatile*/ sint free_sz; /*in units of 64 bytes*/
188 /*volatile*/ sint free_cmdsz;
189 /*volatile*/ sint txsz[8];
192 sint ac_tag;
263 sint r8712_xmitframe_coalesce(struct _adapter *padapter, _pkt *pkt,
[all …]
H A Drtl871x_recv.c49 sint i; in _r8712_init_recv_priv()
132 sint r8712_recvframe_chkmic(struct _adapter *adapter, in r8712_recvframe_chkmic()
135 sint i, res = _SUCCESS; in r8712_recvframe_chkmic()
275 static sint recv_decache(union recv_frame *precv_frame, u8 bretry, in recv_decache()
278 sint tid = precv_frame->u.hdr.attrib.priority; in recv_decache()
290 static sint sta2sta_data_frame(struct _adapter *adapter, in sta2sta_data_frame()
295 sint ret = _SUCCESS; in sta2sta_data_frame()
360 static sint ap2sta_data_frame(struct _adapter *adapter, in ap2sta_data_frame()
421 static sint sta2ap_data_frame(struct _adapter *adapter, in sta2ap_data_frame()
444 static sint validate_recv_ctrl_frame(struct _adapter *adapter, in validate_recv_ctrl_frame()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h133 sint traffic_busy;
333 sint fw_state; /* shall we protect this variable? maybe not necessarily... */
493 extern sint rtw_select_and_join_from_scanned_queue(struct mlme_priv *pmlmepriv);
494 extern sint rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, sint keyid, u…
495 extern sint rtw_set_auth(struct adapter *adapter, struct security_priv *psecuritypriv);
503 static inline sint check_fwstate(struct mlme_priv *pmlmepriv, sint state) in check_fwstate()
511 static inline sint get_fwstate(struct mlme_priv *pmlmepriv) in get_fwstate()
523 static inline void set_fwstate(struct mlme_priv *pmlmepriv, sint state) in set_fwstate()
532 static inline void _clr_fwstate_(struct mlme_priv *pmlmepriv, sint state) in _clr_fwstate_()
545 static inline void clr_fwstate(struct mlme_priv *pmlmepriv, sint state) in clr_fwstate()
[all …]
H A Drtw_xmit.h316 sint option;
317 sint apsd_setting; /* When bit mask is on, the associated edca queue supports APSD. */
339 volatile sint head;
340 volatile sint tail;
341 volatile sint free_sz; /* in units of 64 bytes */
342 volatile sint free_cmdsz;
343 volatile sint txsz[8];
346 sint ac_tag;
466 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, sint up, u8 *…
479 void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry);
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_security.c156 static sint bcrc32initialized;
170 sint i, j; in crc32_init()
193 static __le32 getcrc32(u8 *buf, sint len) in getcrc32()
219 sint curfragnum, length; in rtw_wep_encrypt()
276 sint length; in rtw_wep_decrypt()
561 sint i; in phase1()
609 sint i; in phase2()
663 sint curfragnum, length; in rtw_tkip_encrypt()
739 sint length; in rtw_tkip_decrypt()
887 sint qc_exists,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_mlme.h158 sint traffic_busy;
489 sint fw_state; //shall we protect this variable? maybe not necessarily...
788 extern sint rtw_select_and_join_from_scanned_queue(struct mlme_priv *pmlmepriv);
789 extern sint rtw_set_key(_adapter *adapter,struct security_priv *psecuritypriv,sint keyid, u8 set_tx…
790 extern sint rtw_set_auth(_adapter *adapter,struct security_priv *psecuritypriv);
798 __inline static sint check_fwstate(struct mlme_priv *pmlmepriv, sint state) in check_fwstate()
806 __inline static sint get_fwstate(struct mlme_priv *pmlmepriv) in get_fwstate()
818 __inline static void set_fwstate(struct mlme_priv *pmlmepriv, sint state) in set_fwstate()
827 __inline static void _clr_fwstate_(struct mlme_priv *pmlmepriv, sint state) in _clr_fwstate_()
840 __inline static void clr_fwstate(struct mlme_priv *pmlmepriv, sint state) in clr_fwstate()
[all …]
H A Drtw_xmit.h521 sint last[8];
598 sint option;
599 sint apsd_setting; //When bit mask is on, the associated edca queue supports APSD.
621 volatile sint head;
622 volatile sint tail;
623 volatile sint free_sz; //in units of 64 bytes
624 volatile sint free_cmdsz;
625 volatile sint txsz[8];
628 sint ac_tag;
809 struct tx_servq *rtw_get_sta_pending(_adapter *padapter, struct sta_info *psta, sint up, u8 *ac);
[all …]
H A Dcmd_osdep.h24 extern sint _rtw_init_cmd_priv (struct cmd_priv *pcmdpriv);
25 extern sint _rtw_init_evt_priv(struct evt_priv *pevtpriv);
28 extern sint _rtw_enqueue_cmd(_queue *queue, struct cmd_obj *obj);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_security.c221 static sint bcrc32initialized = 0;
236 sint i, j; in crc32_init()
260 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
285 sint curfragnum, length; in rtw_wep_encrypt()
359 sint length; in rtw_wep_decrypt()
637 sint i; in phase1()
684 sint i; in phase2()
737 sint curfragnum, length; in rtw_tkip_encrypt()
855 sint length; in rtw_tkip_decrypt()
1005 sint qc_exists,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_security.c221 static sint bcrc32initialized = 0;
236 sint i, j; in crc32_init()
260 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
285 sint curfragnum, length; in rtw_wep_encrypt()
359 sint length; in rtw_wep_decrypt()
637 sint i; in phase1()
684 sint i; in phase2()
737 sint curfragnum, length; in rtw_tkip_encrypt()
855 sint length; in rtw_tkip_decrypt()
1005 sint qc_exists,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_security.c221 static sint bcrc32initialized = 0;
236 sint i, j; in crc32_init()
260 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
285 sint curfragnum, length; in rtw_wep_encrypt()
359 sint length; in rtw_wep_decrypt()
637 sint i; in phase1()
684 sint i; in phase2()
737 sint curfragnum, length; in rtw_tkip_encrypt()
855 sint length; in rtw_tkip_decrypt()
1005 sint qc_exists,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_security.c221 static sint bcrc32initialized = 0;
236 sint i, j; in crc32_init()
260 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
285 sint curfragnum, length; in rtw_wep_encrypt()
359 sint length; in rtw_wep_decrypt()
637 sint i; in phase1()
684 sint i; in phase2()
737 sint curfragnum, length; in rtw_tkip_encrypt()
855 sint length; in rtw_tkip_decrypt()
1005 sint qc_exists,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_security.c221 static sint bcrc32initialized = 0;
236 sint i, j; in crc32_init()
260 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
288 sint curfragnum, length; in rtw_wep_encrypt()
336 sint length; in rtw_wep_decrypt()
614 sint i; in phase1()
661 sint i; in phase2()
717 sint curfragnum, length; in rtw_tkip_encrypt()
774 sint length; in rtw_tkip_decrypt()
923 sint qc_exists,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_security.c221 static sint bcrc32initialized = 0;
236 sint i, j; in crc32_init()
260 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
288 sint curfragnum, length; in rtw_wep_encrypt()
336 sint length; in rtw_wep_decrypt()
614 sint i; in phase1()
661 sint i; in phase2()
717 sint curfragnum, length; in rtw_tkip_encrypt()
774 sint length; in rtw_tkip_decrypt()
923 sint qc_exists,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_security.c221 static sint bcrc32initialized = 0;
236 sint i, j; in crc32_init()
260 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
285 sint curfragnum, length; in rtw_wep_encrypt()
359 sint length; in rtw_wep_decrypt()
637 sint i; in phase1()
684 sint i; in phase2()
737 sint curfragnum, length; in rtw_tkip_encrypt()
855 sint length; in rtw_tkip_decrypt()
1005 sint qc_exists,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_security.c222 static sint bcrc32initialized = 0;
237 sint i, j; in crc32_init()
261 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
286 sint curfragnum, length; in rtw_wep_encrypt()
360 sint length; in rtw_wep_decrypt()
638 sint i; in phase1()
685 sint i; in phase2()
738 sint curfragnum, length; in rtw_tkip_encrypt()
856 sint length; in rtw_tkip_decrypt()
1006 sint qc_exists,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_security.c221 static sint bcrc32initialized = 0;
236 sint i, j; in crc32_init()
260 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
285 sint curfragnum, length; in rtw_wep_encrypt()
359 sint length; in rtw_wep_decrypt()
637 sint i; in phase1()
684 sint i; in phase2()
737 sint curfragnum, length; in rtw_tkip_encrypt()
855 sint length; in rtw_tkip_decrypt()
1005 sint qc_exists,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_security.c222 static sint bcrc32initialized = 0;
237 sint i, j; in crc32_init()
261 static u32 getcrc32(u8 *buf, sint len) in getcrc32()
286 sint curfragnum, length; in rtw_wep_encrypt()
360 sint length; in rtw_wep_decrypt()
638 sint i; in phase1()
685 sint i; in phase2()
738 sint curfragnum, length; in rtw_tkip_encrypt()
856 sint length; in rtw_tkip_decrypt()
1006 sint qc_exists,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_xmit.h511 sint last[8];
588 sint option;
589 sint apsd_setting; //When bit mask is on, the associated edca queue supports APSD.
611 volatile sint head;
612 volatile sint tail;
613 volatile sint free_sz; //in units of 64 bytes
614 volatile sint free_cmdsz;
615 volatile sint txsz[8];
618 sint ac_tag;
796 struct tx_servq *rtw_get_sta_pending(_adapter *padapter, struct sta_info *psta, sint up, u8 *ac);
[all …]
H A Drtw_mlme.h188 sint traffic_busy;
513 sint fw_state; //shall we protect this variable? maybe not necessarily...
805 extern sint rtw_select_and_join_from_scanned_queue(struct mlme_priv *pmlmepriv);
806 extern sint rtw_set_key(_adapter *adapter,struct security_priv *psecuritypriv,sint keyid, u8 set_tx…
807 extern sint rtw_set_auth(_adapter *adapter,struct security_priv *psecuritypriv);
815 __inline static sint check_fwstate(struct mlme_priv *pmlmepriv, sint state) in check_fwstate()
823 __inline static sint get_fwstate(struct mlme_priv *pmlmepriv) in get_fwstate()
835 __inline static void set_fwstate(struct mlme_priv *pmlmepriv, sint state) in set_fwstate()
844 __inline static void _clr_fwstate_(struct mlme_priv *pmlmepriv, sint state) in _clr_fwstate_()
857 __inline static void clr_fwstate(struct mlme_priv *pmlmepriv, sint state) in clr_fwstate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_xmit.h557 sint last[8];
636 sint option;
637 sint apsd_setting; /* When bit mask is on, the associated edca queue supports APSD. */
659 volatile sint head;
660 volatile sint tail;
661 volatile sint free_sz; /* in units of 64 bytes */
662 volatile sint free_cmdsz;
663 volatile sint txsz[8];
666 sint ac_tag;
873 struct tx_servq *rtw_get_sta_pending(_adapter *padapter, struct sta_info *psta, sint up, u8 *ac);
[all …]
H A Dcmd_osdep.h24 extern sint _rtw_init_cmd_priv(struct cmd_priv *pcmdpriv);
25 extern sint _rtw_init_evt_priv(struct evt_priv *pevtpriv);
28 extern sint _rtw_enqueue_cmd(_queue *queue, struct cmd_obj *obj, bool to_head);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dcmd_osdep.h19 extern sint _rtw_init_cmd_priv(struct cmd_priv *pcmdpriv);
20 extern sint _rtw_init_evt_priv(struct evt_priv *pevtpriv);
23 extern sint _rtw_enqueue_cmd(_queue *queue, struct cmd_obj *obj, bool to_head);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dcmd_osdep.h20 extern sint _rtw_init_cmd_priv(struct cmd_priv *pcmdpriv);
21 extern sint _rtw_init_evt_priv(struct evt_priv *pevtpriv);
24 extern sint _rtw_enqueue_cmd(_queue *queue, struct cmd_obj *obj, bool to_head);

12345678910>>...29