Searched refs:setup_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Daha152x.c2969 static int setup_count; variable
3125 if ( setup_count ) {
3128 for (i = 0; i<setup_count; i++) {
3138 if (setup_count < ARRAY_SIZE(setup)) {
3141 if (setup_count == 0 || (override.io_port != setup[0].io_port)) {
3153 setup[setup_count++] = override;
3159 if (setup_count < ARRAY_SIZE(setup)) {
3162 if (setup_count == 0 || (override.io_port != setup[0].io_port)) {
3174 setup[setup_count++] = override;
3180 if (setup_count<ARRAY_SIZ
[all...]
/linux-master/fs/smb/client/
H A Dcifssmb.c3304 smb_init_nttransact(const __u16 sub_command, const int setup_count, argument
3312 rc = small_smb_init(SMB_COM_NT_TRANSACT, 19 + setup_count, tcon,
3324 (setup_count * 2) - 4 /* for rfc1001 length itself */;
3327 pSMB->SetupCount = setup_count; /* no need to le convert byte fields */

Completed in 103 milliseconds