Searched refs:tag_buf (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | debugfs_htt_stats.c | 38 static inline void htt_print_stats_string_tlv(const void *tag_buf, in htt_print_stats_string_tlv() argument 42 const struct htt_stats_string_tlv *htt_stats_buf = tag_buf; in htt_print_stats_string_tlv() 70 static inline void htt_print_tx_pdev_stats_cmn_tlv(const void *tag_buf, in htt_print_tx_pdev_stats_cmn_tlv() argument 73 const struct htt_tx_pdev_stats_cmn_tlv *htt_stats_buf = tag_buf; in htt_print_tx_pdev_stats_cmn_tlv() 189 htt_print_tx_pdev_stats_urrn_tlv_v(const void *tag_buf, in htt_print_tx_pdev_stats_urrn_tlv_v() argument 193 const struct htt_tx_pdev_stats_urrn_tlv_v *htt_stats_buf = tag_buf; in htt_print_tx_pdev_stats_urrn_tlv_v() 213 htt_print_tx_pdev_stats_flush_tlv_v(const void *tag_buf, in htt_print_tx_pdev_stats_flush_tlv_v() argument 217 const struct htt_tx_pdev_stats_flush_tlv_v *htt_stats_buf = tag_buf; in htt_print_tx_pdev_stats_flush_tlv_v() 237 htt_print_tx_pdev_stats_sifs_tlv_v(const void *tag_buf, in htt_print_tx_pdev_stats_sifs_tlv_v() argument 241 const struct htt_tx_pdev_stats_sifs_tlv_v *htt_stats_buf = tag_buf; in htt_print_tx_pdev_stats_sifs_tlv_v() [all …]
|
/linux-6.1.9/fs/fuse/ |
D | virtio_fs.c | 308 char tag_buf[sizeof_field(struct virtio_fs_config, tag)]; in virtio_fs_read_tag() local 313 &tag_buf, sizeof(tag_buf)); in virtio_fs_read_tag() 314 end = memchr(tag_buf, '\0', sizeof(tag_buf)); in virtio_fs_read_tag() 315 if (end == tag_buf) in virtio_fs_read_tag() 318 end = &tag_buf[sizeof(tag_buf)]; in virtio_fs_read_tag() 320 len = end - tag_buf; in virtio_fs_read_tag() 324 memcpy(fs->tag, tag_buf, len); in virtio_fs_read_tag()
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_br_ext.c | 448 unsigned char tag_buf[40]; in nat25_db_handle() local 451 tag = (struct pppoe_tag *)tag_buf; in nat25_db_handle() 459 sizeof(tag_buf)) in nat25_db_handle()
|