Searched refs:irport_id (Results 1 – 2 of 2) sorted by relevance
162 struct scsi_devid_desc *irport_id; member
3386 if (irport1->irport_id->code_set < in stmf_irport_compare()3387 irport2->irport_id->code_set) { in stmf_irport_compare()3389 } else if (irport1->irport_id->code_set > in stmf_irport_compare()3390 irport2->irport_id->code_set) { in stmf_irport_compare()3395 if (irport1->irport_id->ident_length < in stmf_irport_compare()3396 irport2->irport_id->ident_length) { in stmf_irport_compare()3398 } else if (irport1->irport_id->ident_length > in stmf_irport_compare()3399 irport2->irport_id->ident_length) { in stmf_irport_compare()3404 result = memcmp(irport1->irport_id->ident, in stmf_irport_compare()3405 irport2->irport_id->ident, in stmf_irport_compare()[all …]