Lines Matching refs:NextCommand
278 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()
372 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
410 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()
415 rsp->NextCommand = cpu_to_le32(new_len); in init_chained_smb2_rsp()
443 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()
466 next_cmd = le32_to_cpu(hdr->NextCommand); in is_chained_smb2_message()
522 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()
565 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()
2927 if (req->hdr.NextCommand && !work->next_smb2_rcv_hdr_off && in smb2_open()
8913 if (work->next_smb2_rcv_hdr_off && req->hdr.NextCommand) { in smb2_notify()
8962 if (!hdr->NextCommand && !work->next_smb2_rcv_hdr_off) in smb2_check_sign_req()
8964 else if (hdr->NextCommand) in smb2_check_sign_req()
8965 len = le32_to_cpu(hdr->NextCommand); in smb2_check_sign_req()
9036 if (!hdr->NextCommand && !work->next_smb2_rcv_hdr_off) in smb3_check_sign_req()
9038 else if (hdr->NextCommand) in smb3_check_sign_req()
9039 len = le32_to_cpu(hdr->NextCommand); in smb3_check_sign_req()