Home
last modified time | relevance | path

Searched full:tagp (Results 1 – 3 of 3) sorted by relevance

/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.c732 bool manual, u8 *tagp) in mctp_alloc_local_tag() argument
800 *tagp = key->tag; in mctp_alloc_local_tag()
816 u8 req_tag, u8 *tagp) in mctp_lookup_prealloc_tag() argument
855 if (tagp) in mctp_lookup_prealloc_tag()
856 *tagp = key->tag; in mctp_lookup_prealloc_tag()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_data.c896 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local
898 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free()
899 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()