Lines Matching refs:NextCommand
252 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()
345 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
387 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()
392 rsp->NextCommand = cpu_to_le32(new_len); in init_chained_smb2_rsp()
419 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()
442 next_cmd = le32_to_cpu(hdr->NextCommand); in is_chained_smb2_message()
501 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()
545 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()
2495 if (req->hdr.NextCommand && !work->next_smb2_rcv_hdr_off && in smb2_open()
8128 if (work->next_smb2_rcv_hdr_off && req->hdr.NextCommand) { in smb2_notify()
8177 if (!hdr->NextCommand && !work->next_smb2_rcv_hdr_off) in smb2_check_sign_req()
8179 else if (hdr->NextCommand) in smb2_check_sign_req()
8180 len = le32_to_cpu(hdr->NextCommand); in smb2_check_sign_req()
8225 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8232 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8233 hdr->NextCommand = cpu_to_le32(len); in smb2_set_sign_rsp()
8275 if (!hdr->NextCommand && !work->next_smb2_rcv_hdr_off) in smb3_check_sign_req()
8277 else if (hdr->NextCommand) in smb3_check_sign_req()
8278 len = le32_to_cpu(hdr->NextCommand); in smb3_check_sign_req()
8338 if (req_hdr->NextCommand) in smb3_set_sign_rsp()
8358 if (req_hdr->NextCommand) in smb3_set_sign_rsp()
8359 hdr->NextCommand = cpu_to_le32(len); in smb3_set_sign_rsp()