Lines Matching refs:num_mids
4093 int *num_mids) in receive_encrypted_read() argument
4105 *num_mids = 1; in receive_encrypted_read()
4162 *num_mids = 0; /* worker thread takes care of finding mid */ in receive_encrypted_read()
4196 int *num_mids) in receive_encrypted_standard() argument
4207 *num_mids = 0; in receive_encrypted_standard()
4250 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard()
4254 bufs[*num_mids] = buf; in receive_encrypted_standard()
4255 mids[(*num_mids)++] = mid_entry; in receive_encrypted_standard()
4288 struct mid_q_entry **mids, char **bufs, int *num_mids) in smb3_receive_transform() argument
4313 return receive_encrypted_read(server, &mids[0], num_mids); in smb3_receive_transform()
4316 return receive_encrypted_standard(server, mids, bufs, num_mids); in smb3_receive_transform()