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 | 239 unsigned int num_mids; in cifs_get_next_mid() local 245 num_mids = 0; in cifs_get_next_mid() 248 ++num_mids; in cifs_get_next_mid() 268 if (num_mids > 32768) in cifs_get_next_mid()
|
| H A D | smb2ops.c | 4905 int *num_mids) in receive_encrypted_read() 4921 *num_mids = 1; in receive_encrypted_read() 4971 *num_mids = 0; /* worker thread takes care of finding mid */ in receive_encrypted_read() 5010 int *num_mids) in receive_encrypted_standard() 5022 *num_mids = 0; in receive_encrypted_standard() 5070 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard() 5074 bufs[*num_mids] = buf; in receive_encrypted_standard() 5075 mids[(*num_mids)++] = mid_entry; in receive_encrypted_standard() 5108 struct mid_q_entry **mids, char **bufs, int *num_mids) in smb3_receive_transform() 5131 return receive_encrypted_read(server, &mids[0], num_mids); 4899 receive_encrypted_read(struct TCP_Server_Info * server,struct mid_q_entry ** mid,int * num_mids) receive_encrypted_read() argument 5004 receive_encrypted_standard(struct TCP_Server_Info * server,struct mid_q_entry ** mids,char ** bufs,int * num_mids) receive_encrypted_standard() argument 5102 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 | 1254 int i, num_mids, length; in cifs_demultiplex_thread() local 1333 num_mids = 0; in cifs_demultiplex_thread() 1341 &num_mids); in cifs_demultiplex_thread() 1345 num_mids = 1; in cifs_demultiplex_thread() 1356 for (i = 0; i < num_mids; i++) in cifs_demultiplex_thread() 1377 for (i = 0; i < num_mids; i++) { in cifs_demultiplex_thread()
|