Searched refs:irport_id (Results 1 – 2 of 2) sorted by relevance
164 struct scsi_devid_desc *irport_id; member
3478 if (irport1->irport_id->code_set < in stmf_irport_compare()3479 irport2->irport_id->code_set) { in stmf_irport_compare()3481 } else if (irport1->irport_id->code_set > in stmf_irport_compare()3482 irport2->irport_id->code_set) { in stmf_irport_compare()3487 if (irport1->irport_id->ident_length < in stmf_irport_compare()3488 irport2->irport_id->ident_length) { in stmf_irport_compare()3490 } else if (irport1->irport_id->ident_length > in stmf_irport_compare()3491 irport2->irport_id->ident_length) { in stmf_irport_compare()3496 result = memcmp(irport1->irport_id->ident, in stmf_irport_compare()3497 irport2->irport_id->ident, in stmf_irport_compare()[all …]