Searched refs:__hdr (Results 1 – 2 of 2) sorted by relevance
294 void *__hdr = hdr; in smb2_validate_credit_charge() local299 req_len = smb2_query_info_req_len(__hdr); in smb2_validate_credit_charge()302 req_len = smb2_set_info_req_len(__hdr); in smb2_validate_credit_charge()305 req_len = smb2_read_req_len(__hdr); in smb2_validate_credit_charge()308 req_len = smb2_write_req_len(__hdr); in smb2_validate_credit_charge()311 req_len = smb2_query_dir_req_len(__hdr); in smb2_validate_credit_charge()314 req_len = smb2_ioctl_req_len(__hdr); in smb2_validate_credit_charge()315 expect_resp_len = smb2_ioctl_resp_len(__hdr); in smb2_validate_credit_charge()
72 typeof(hdr) __hdr = (hdr); \75 be16_to_cpu(__hdr->magic), be16_to_cpu(__hdr->data_len), \76 be16_to_cpu(__hdr->msg_type), be32_to_cpu(__hdr->status), \77 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \78 be32_to_cpu(__hdr->msg_num) , ##args); \