Lines Matching refs:NextCommand
245 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()
342 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
380 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()
385 rsp->NextCommand = cpu_to_le32(new_len); in init_chained_smb2_rsp()
412 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()
435 next_cmd = le32_to_cpu(hdr->NextCommand); in is_chained_smb2_message()
494 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()
539 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()
2522 if (req->hdr.NextCommand && !work->next_smb2_rcv_hdr_off && in smb2_open()
8232 if (work->next_smb2_rcv_hdr_off && req->hdr.NextCommand) { in smb2_notify()
8281 if (!hdr->NextCommand && !work->next_smb2_rcv_hdr_off) in smb2_check_sign_req()
8283 else if (hdr->NextCommand) in smb2_check_sign_req()
8284 len = le32_to_cpu(hdr->NextCommand); in smb2_check_sign_req()
8329 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8337 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8338 hdr->NextCommand = cpu_to_le32(len); in smb2_set_sign_rsp()
8380 if (!hdr->NextCommand && !work->next_smb2_rcv_hdr_off) in smb3_check_sign_req()
8382 else if (hdr->NextCommand) in smb3_check_sign_req()
8383 len = le32_to_cpu(hdr->NextCommand); in smb3_check_sign_req()
8443 if (req_hdr->NextCommand) in smb3_set_sign_rsp()
8465 if (req_hdr->NextCommand) in smb3_set_sign_rsp()
8466 hdr->NextCommand = cpu_to_le32(len); in smb3_set_sign_rsp()