Searched refs:irport_id (Results 1 – 2 of 2) sorted by relevance
162 struct scsi_devid_desc *irport_id; member
3384 if (irport1->irport_id->code_set < in stmf_irport_compare()3385 irport2->irport_id->code_set) { in stmf_irport_compare()3387 } else if (irport1->irport_id->code_set > in stmf_irport_compare()3388 irport2->irport_id->code_set) { in stmf_irport_compare()3393 if (irport1->irport_id->ident_length < in stmf_irport_compare()3394 irport2->irport_id->ident_length) { in stmf_irport_compare()3396 } else if (irport1->irport_id->ident_length > in stmf_irport_compare()3397 irport2->irport_id->ident_length) { in stmf_irport_compare()3402 result = memcmp(irport1->irport_id->ident, in stmf_irport_compare()3403 irport2->irport_id->ident, in stmf_irport_compare()[all …]