Lines Matching refs:NextCommand
267 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()
361 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
399 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()
404 rsp->NextCommand = cpu_to_le32(new_len); in init_chained_smb2_rsp()
432 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()
455 next_cmd = le32_to_cpu(hdr->NextCommand); in is_chained_smb2_message()
511 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()
554 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()
2909 if (req->hdr.NextCommand && !work->next_smb2_rcv_hdr_off && in smb2_open()
8779 if (work->next_smb2_rcv_hdr_off && req->hdr.NextCommand) { in smb2_notify()
8828 if (!hdr->NextCommand && !work->next_smb2_rcv_hdr_off) in smb2_check_sign_req()
8830 else if (hdr->NextCommand) in smb2_check_sign_req()
8831 len = le32_to_cpu(hdr->NextCommand); in smb2_check_sign_req()
8903 if (!hdr->NextCommand && !work->next_smb2_rcv_hdr_off) in smb3_check_sign_req()
8905 else if (hdr->NextCommand) in smb3_check_sign_req()
8906 len = le32_to_cpu(hdr->NextCommand); in smb3_check_sign_req()