Searched refs:num_mids (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/iommu/ |
| H A D | msm_iommu.h | 78 int num_mids; member
|
| H A D | msm_iommu.c | 211 for (i = 0; i < master->num_mids; i++) { in config_mids() 618 for (sid = 0; sid < master->num_mids; sid++) in insert_iommu_master() 625 master->mids[master->num_mids++] = spec->args[0]; in insert_iommu_master()
|
| /linux/fs/smb/client/ |
| H A D | smb1ops.c | 347 unsigned int num_mids; in cifs_get_next_mid() local 353 num_mids = 0; in cifs_get_next_mid() 356 ++num_mids; in cifs_get_next_mid() 376 if (num_mids > 32768) in cifs_get_next_mid()
|
| H A D | smb2ops.c | 4962 int *num_mids) in receive_encrypted_read() 4978 *num_mids = 1; in receive_encrypted_read() 5036 *num_mids = 0; /* worker thread takes care of finding mid */ in receive_encrypted_read() 5075 int *num_mids) in receive_encrypted_standard() 5087 *num_mids = 0; in receive_encrypted_standard() 5135 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard() 5139 bufs[*num_mids] = buf; in receive_encrypted_standard() 5140 mids[(*num_mids)++] = mid_entry; in receive_encrypted_standard() 5173 struct mid_q_entry **mids, char **bufs, int *num_mids) in smb3_receive_transform() 5196 return receive_encrypted_read(server, &mids[0], num_mids); in smb3_handle_read_data() 4950 receive_encrypted_read(struct TCP_Server_Info * server,struct mid_q_entry ** mid,int * num_mids) receive_encrypted_read() argument 5063 receive_encrypted_standard(struct TCP_Server_Info * server,struct mid_q_entry ** mids,char ** bufs,int * num_mids) receive_encrypted_standard() argument 5161 smb3_receive_transform(struct TCP_Server_Info * server,struct mid_q_entry ** mids,char ** bufs,int * num_mids) smb3_receive_transform() argument [all...] |
| H A D | connect.c | 1256 int i, num_mids, length; in cifs_demultiplex_thread() local 1335 num_mids = 0; in cifs_demultiplex_thread() 1343 &num_mids); in cifs_demultiplex_thread() 1347 num_mids = 1; in cifs_demultiplex_thread() 1358 for (i = 0; i < num_mids; i++) in cifs_demultiplex_thread() 1379 for (i = 0; i < num_mids; i++) { in cifs_demultiplex_thread()
|