Home
last modified time | relevance | path

Searched refs:target_hdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dsmb1ops.c287 coalesce_t2(char *second_buf, struct smb_hdr *target_hdr) in coalesce_t2() argument
290 struct smb_t2_rsp *pSMBt = (struct smb_t2_rsp *)target_hdr; in coalesce_t2()
344 byte_count = get_bcc(target_hdr); in coalesce_t2()
351 put_bcc(byte_count, target_hdr); in coalesce_t2()
353 byte_count = be32_to_cpu(target_hdr->smb_buf_length); in coalesce_t2()
361 target_hdr->smb_buf_length = cpu_to_be32(byte_count); in coalesce_t2()
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c1346 struct uvcg_control_header *target_hdr; in uvcg_control_class_allow_link() local
1368 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_allow_link()
1369 ++target_hdr->linked; in uvcg_control_class_allow_link()
1388 struct uvcg_control_header *target_hdr; in uvcg_control_class_drop_link() local
1405 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_drop_link()
1406 --target_hdr->linked; in uvcg_control_class_drop_link()
3091 struct uvcg_streaming_header *target_hdr; in uvcg_streaming_class_allow_link() local
3113 target_hdr = to_uvcg_streaming_header(target); in uvcg_streaming_class_allow_link()
3146 ++target_hdr->linked; in uvcg_streaming_class_allow_link()
3164 struct uvcg_streaming_header *target_hdr; in uvcg_streaming_class_drop_link() local
[all …]