Home
last modified time | relevance | path

Searched refs:tagp (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dmctp.h298 bool manual, u8 *tagp);
/linux/drivers/fsi/
H A Dfsi-master-gpio.c335 uint8_t data_size, struct fsi_gpio_msg *msgp, uint8_t *tagp) in read_one_response() argument
391 if (tagp) in read_one_response()
392 *tagp = tag; in read_one_response()
/linux/net/mctp/
H A Droute.c727 bool manual, u8 *tagp) in mctp_alloc_local_tag() argument
795 *tagp = key->tag; in mctp_alloc_local_tag()
811 u8 req_tag, u8 *tagp) in mctp_lookup_prealloc_tag() argument
850 if (tagp) in mctp_lookup_prealloc_tag()
851 *tagp = key->tag; in mctp_lookup_prealloc_tag()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_data.c892 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local
894 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free()
895 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()