Searched refs:tag_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/net/wireless/ath/ath11k/ |
D | debugfs_htt_stats.c | 32 static inline void htt_print_stats_string_tlv(const void *tag_buf, in htt_print_stats_string_tlv() argument 36 const struct htt_stats_string_tlv *htt_stats_buf = tag_buf; in htt_print_stats_string_tlv() 66 static inline void htt_print_tx_pdev_stats_cmn_tlv(const void *tag_buf, in htt_print_tx_pdev_stats_cmn_tlv() argument 69 const struct htt_tx_pdev_stats_cmn_tlv *htt_stats_buf = tag_buf; in htt_print_tx_pdev_stats_cmn_tlv() 185 htt_print_tx_pdev_stats_urrn_tlv_v(const void *tag_buf, in htt_print_tx_pdev_stats_urrn_tlv_v() argument 189 const struct htt_tx_pdev_stats_urrn_tlv_v *htt_stats_buf = tag_buf; in htt_print_tx_pdev_stats_urrn_tlv_v() 210 htt_print_tx_pdev_stats_flush_tlv_v(const void *tag_buf, in htt_print_tx_pdev_stats_flush_tlv_v() argument 214 const struct htt_tx_pdev_stats_flush_tlv_v *htt_stats_buf = tag_buf; in htt_print_tx_pdev_stats_flush_tlv_v() 235 htt_print_tx_pdev_stats_sifs_tlv_v(const void *tag_buf, in htt_print_tx_pdev_stats_sifs_tlv_v() argument 239 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-v5.15/fs/fuse/ |
D | virtio_fs.c | 295 char tag_buf[sizeof_field(struct virtio_fs_config, tag)]; in virtio_fs_read_tag() local 300 &tag_buf, sizeof(tag_buf)); in virtio_fs_read_tag() 301 end = memchr(tag_buf, '\0', sizeof(tag_buf)); in virtio_fs_read_tag() 302 if (end == tag_buf) in virtio_fs_read_tag() 305 end = &tag_buf[sizeof(tag_buf)]; in virtio_fs_read_tag() 307 len = end - tag_buf; in virtio_fs_read_tag() 311 memcpy(fs->tag, tag_buf, len); in virtio_fs_read_tag()
|
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_br_ext.c | 489 unsigned char tag_buf[40]; in nat25_db_handle() local 492 tag = (struct pppoe_tag *)tag_buf; in nat25_db_handle() 496 if (old_tag_len+TAG_HDR_LEN+MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN > sizeof(tag_buf)) { in nat25_db_handle()
|