Home
last modified time | relevance | path

Searched refs:aac_phys_to_logical (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/aacraid/
H A Dcommsup.c1108 channel = aac_phys_to_logical(channel); in aac_handle_aif()
1233 channel = aac_phys_to_logical(channel); in aac_handle_aif()
1284 channel = aac_phys_to_logical(channel); in aac_handle_aif()
1832 bus = aac_phys_to_logical(bus); in aac_lookup_safw_scsi_device()
1840 bus = aac_phys_to_logical(bus); in aac_add_safw_device()
H A Daacraid.h423 #define aac_phys_to_logical(x) ((x)+1) macro