Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 25 of 116) sorted by relevance

12345

/Linux-v5.15/drivers/staging/rtl8712/
Dwifi.h27 #define SetToDs(pbuf) ({ \ argument
31 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_TODS)) != 0) argument
33 #define ClearToDs(pbuf) ({ \ argument
37 #define SetFrDs(pbuf) ({ \ argument
41 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_FROMDS)) != 0) argument
43 #define ClearFrDs(pbuf) ({ \ argument
52 #define SetMFrag(pbuf) ({ \ argument
56 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_MOREFRAGS)) != 0) argument
58 #define ClearMFrag(pbuf) ({ \ argument
62 #define SetRetry(pbuf) ({ \ argument
[all …]
Drtl8712_cmd.c103 static void r871x_internal_cmd_hdl(struct _adapter *padapter, u8 *pbuf) in r871x_internal_cmd_hdl()
120 static u8 read_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_macreg_hdl()
134 static u8 write_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_macreg_hdl()
148 static u8 read_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_bbreg_hdl()
156 static u8 write_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_bbreg_hdl()
169 static u8 read_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_rfreg_hdl()
185 static u8 write_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_rfreg_hdl()
198 static u8 sys_suspend_hdl(struct _adapter *padapter, u8 *pbuf) in sys_suspend_hdl()
Drtl871x_mlme.c35 u8 *pbuf; in r8712_init_mlme_priv() local
442 void r8712_atimdone_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_atimdone_event_callback()
446 void r8712_survey_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_survey_event_callback()
517 void r8712_surveydone_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_surveydone_event_callback()
652 void r8712_joinbss_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_joinbss_event_callback()
869 void r8712_stassoc_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_stassoc_event_callback()
910 void r8712_stadel_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_stadel_event_callback()
961 void r8712_cpwm_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_cpwm_event_callback()
979 void r8712_got_addbareq_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_got_addbareq_event_callback()
998 void r8712_wpspbc_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_wpspbc_event_callback()
Dieee80211.c88 u8 *r8712_set_ie(u8 *pbuf, sint index, uint len, u8 *source, uint *frlen) in r8712_set_ie()
102 u8 *r8712_get_ie(u8 *pbuf, sint index, uint *len, sint limit) in r8712_get_ie()
Dusb_ops_linux.c30 void *pbuf; member
184 __le32 *pbuf; in r8712_usb_read_port_complete() local
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dpio_copy.c30 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, in pio_copy()
183 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes()
199 static inline void read_extra_bytes(struct pio_buf *pbuf, in read_extra_bytes()
216 struct pio_buf *pbuf, in merge_write8()
241 static inline int carry_write8(struct pio_buf *pbuf, void __iomem *dest) in carry_write8()
262 void seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, in seg_pio_copy_start()
355 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix()
482 static void mid_copy_straight(struct pio_buf *pbuf, in mid_copy_straight()
571 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid()
667 void seg_pio_copy_end(struct pio_buf *pbuf) in seg_pio_copy_end()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dwifi.h92 #define SetToDs(pbuf) \ argument
95 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0) argument
97 #define SetFrDs(pbuf) \ argument
100 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) argument
104 #define SetMFrag(pbuf) \ argument
107 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0) argument
109 #define ClearMFrag(pbuf) \ argument
112 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0) argument
114 #define ClearRetry(pbuf) \ argument
117 #define SetPwrMgt(pbuf) \ argument
[all …]
/Linux-v5.15/drivers/staging/r8188eu/include/
Dwifi.h231 #define SetToDs(pbuf) \ argument
234 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0) argument
236 #define ClearToDs(pbuf) \ argument
239 #define SetFrDs(pbuf) \ argument
242 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) argument
244 #define ClearFrDs(pbuf) \ argument
249 #define SetMFrag(pbuf) \ argument
252 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0) argument
254 #define ClearMFrag(pbuf) \ argument
257 #define SetRetry(pbuf) \ argument
[all …]
/Linux-v5.15/drivers/media/platform/rockchip/rkisp1/
Drkisp1-stats.c178 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_awb_meas()
199 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_aec_meas()
212 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_afc_meas()
229 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_hst_meas()
243 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_bls_meas()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme.c16 u8 *pbuf; in rtw_init_mlme_priv() local
693 void rtw_atimdone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_atimdone_event_callback()
697 void rtw_survey_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_survey_event_callback()
740 void rtw_surveydone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_surveydone_event_callback()
837 void rtw_dummy_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_dummy_event_callback()
841 void rtw_fwdbg_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_fwdbg_event_callback()
1161 void rtw_joinbss_event_prehandle(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_prehandle()
1293 void rtw_joinbss_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_callback()
1314 void rtw_stassoc_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stassoc_event_callback()
1407 void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stadel_event_callback()
[all …]
Drtw_mlme_ext.c2743 unsigned char *pbuf, *pframe; in issue_asocrsp() local
5251 u8 NULL_hdl(struct adapter *padapter, u8 *pbuf) in NULL_hdl()
5256 u8 setopmode_hdl(struct adapter *padapter, u8 *pbuf) in setopmode_hdl()
5290 u8 createbss_hdl(struct adapter *padapter, u8 *pbuf) in createbss_hdl()
5347 u8 join_cmd_hdl(struct adapter *padapter, u8 *pbuf) in join_cmd_hdl()
5492 u8 disconnect_hdl(struct adapter *padapter, unsigned char *pbuf) in disconnect_hdl()
5577 u8 sitesurvey_cmd_hdl(struct adapter *padapter, u8 *pbuf) in sitesurvey_cmd_hdl()
5649 u8 setauth_hdl(struct adapter *padapter, unsigned char *pbuf) in setauth_hdl()
5661 u8 setkey_hdl(struct adapter *padapter, u8 *pbuf) in setkey_hdl()
5701 u8 set_stakey_hdl(struct adapter *padapter, u8 *pbuf) in set_stakey_hdl()
[all …]
Drtw_ieee80211.c109 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie()
118 u8 *rtw_set_ie(u8 *pbuf, in rtw_set_ie()
139 u8 *rtw_get_ie(u8 *pbuf, signed int index, signed int *len, signed int limit) in rtw_get_ie()
364 u8 *pbuf = pie; in rtw_get_wpa_ie() local
1028 unsigned char *pbuf; in rtw_get_cipher_info() local
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_dbg.c2458 static void ql_dbg_prefix(char *pbuf, int pbuf_size, in ql_dbg_prefix()
2492 char pbuf[64]; in ql_dbg() local
2529 char pbuf[128]; in ql_dbg_pci() local
2565 char pbuf[128]; in ql_log() local
2614 char pbuf[128]; in ql_log_pci() local
2711 char pbuf[128]; in ql_log_qp() local
2760 char pbuf[128]; in ql_dbg_qp() local
/Linux-v5.15/fs/cifs/
Dlink.c293 char *pbuf, unsigned int *pbytes_read) in cifs_query_mf_symlink()
337 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink()
375 char *pbuf, unsigned int *pbytes_read) in smb3_query_mf_symlink()
436 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme.c36 u8 *pbuf; in _rtw_init_mlme_priv() local
680 void rtw_survey_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_survey_event_callback()
722 void rtw_surveydone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_surveydone_event_callback()
814 void rtw_dummy_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_dummy_event_callback()
818 void rtw_fwdbg_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_fwdbg_event_callback()
1089 void rtw_joinbss_event_prehandle(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_prehandle()
1190 void rtw_joinbss_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_callback()
1247 void rtw_stassoc_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stassoc_event_callback()
1302 void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stadel_event_callback()
Drtw_p2p.c25 static u32 go_add_group_info_attr(struct wifidirect_info *pwdinfo, u8 *pbuf) in go_add_group_info_attr()
395 u32 build_beacon_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) in build_beacon_p2p_ie()
442 u32 build_probe_resp_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) in build_probe_resp_p2p_ie()
584 u32 build_prov_disc_request_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8 *pssid, u8 ussidle… in build_prov_disc_request_p2p_ie()
709 u32 build_assoc_resp_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8 status_code) in build_assoc_resp_p2p_ie()
738 u32 build_deauth_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) in build_deauth_p2p_ie()
813 u8 *pbuf, *pattr_content = NULL; in process_assoc_req_p2p_ie() local
Drtw_mlme_ext.c5063 unsigned char *pbuf, *pframe; in issue_asocrsp() local
7625 u8 NULL_hdl(struct adapter *padapter, u8 *pbuf) in NULL_hdl()
7630 u8 setopmode_hdl(struct adapter *padapter, u8 *pbuf) in setopmode_hdl()
7656 u8 createbss_hdl(struct adapter *padapter, u8 *pbuf) in createbss_hdl()
7716 u8 join_cmd_hdl(struct adapter *padapter, u8 *pbuf) in join_cmd_hdl()
7829 u8 disconnect_hdl(struct adapter *padapter, unsigned char *pbuf) in disconnect_hdl()
7914 u8 sitesurvey_cmd_hdl(struct adapter *padapter, u8 *pbuf) in sitesurvey_cmd_hdl()
7997 u8 setauth_hdl(struct adapter *padapter, unsigned char *pbuf) in setauth_hdl()
8008 u8 setkey_hdl(struct adapter *padapter, u8 *pbuf) in setkey_hdl()
8030 u8 set_stakey_hdl(struct adapter *padapter, u8 *pbuf) in set_stakey_hdl()
[all …]
Drtw_ieee80211.c112 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie()
123 u8 *pbuf, in rtw_set_ie()
199 u8 *rtw_get_ie(u8 *pbuf, int index, int *len, int limit) in rtw_get_ie()
422 u8 *pbuf = pie; in rtw_get_wpa_ie() local
1236 u32 rtw_set_p2p_attr_content(u8 *pbuf, u8 attr_id, u16 attr_len, u8 *pdata_attr) in rtw_set_p2p_attr_content()
1346 unsigned char *pbuf; in rtw_get_cipher_info() local
/Linux-v5.15/arch/mips/kvm/
Dloongson_ipi.c58 void *pbuf; in loongson_vipi_read() local
103 void *pbuf; in loongson_vipi_write() local
/Linux-v5.15/drivers/firmware/arm_ffa/
Ddriver.c277 struct ffa_partition_info *pbuf; in ffa_partition_probe() local
552 struct ffa_partition_info *pbuf; in ffa_partition_info_get() local
610 struct ffa_partition_info *pbuf, *tpbuf; in ffa_device_match_uuid() local
626 struct ffa_partition_info *pbuf, *tpbuf; in ffa_setup_partitions() local
/Linux-v5.15/arch/powerpc/kexec/
Delf_64.c42 struct kexec_buf pbuf = { .image = image, .buf_min = 0, in elf64_load() local
/Linux-v5.15/drivers/misc/vmw_vmci/
Dvmci_context.c701 u32 *buf_size, void **pbuf) in vmci_ctx_get_chkpt_notifiers()
733 u32 *buf_size, void **pbuf) in vmci_ctx_get_chkpt_doorbells()
770 void **pbuf) in vmci_ctx_get_chkpt_state()
/Linux-v5.15/tools/perf/ui/browsers/
Dres_sample.c38 char pbuf[256], tidbuf[32], cpubuf[32]; in res_sample_browse() local
/Linux-v5.15/drivers/staging/r8188eu/hal/
Dusb_ops_linux.c166 static void interrupt_handler_8188eu(struct adapter *adapt, u16 pkt_len, u8 *pbuf) in interrupt_handler_8188eu()
186 u8 *pbuf; in recvbuf2recvframe() local
/Linux-v5.15/lib/
Dpacking.c89 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, in packing()

12345