Searched refs:bus_result (Results 1 – 6 of 6) sorted by relevance
134 struct bus_match_result *bus_result; in print_periphs() local136 bus_result = &ccb.cdm.matches[i].result.bus_result; in print_periphs()140 if (strcmp(bus_result->dev_name, "iscsi") != 0) { in print_periphs()145 if ((int)bus_result->unit_number != session_id) { in print_periphs()
211 struct bus_match_result bus_result; member
1641 cdm->matches[j].result.bus_result.path_id = bus->path_id; in xptedtbusfunc()1642 cdm->matches[j].result.bus_result.bus_id = bus->sim->bus_id; in xptedtbusfunc()1643 cdm->matches[j].result.bus_result.unit_number = in xptedtbusfunc()1645 strlcpy(cdm->matches[j].result.bus_result.dev_name, in xptedtbusfunc()1647 sizeof(cdm->matches[j].result.bus_result.dev_name)); in xptedtbusfunc()
532 struct bus_match_result bus_result;531 struct bus_match_result bus_result; global() member
531 struct bus_match_result *bus_result; in getdevtree() 541 bus_result = in getdevtree() 542 &ccb.cdm.matches[i].result.bus_result; in getdevtree() 550 bus_result->path_id, in getdevtree() 551 bus_result->dev_name, in getdevtree() 552 bus_result->unit_number, in getdevtree() 553 bus_result->bus_id, in getdevtree() 3759 struct bus_match_result *bus_result; in rescan_or_reset_bus() 3765 bus_result =&matchccb->cdm.matches[i].result.bus_result; in rescan_or_reset_bus() 534 struct bus_match_result *bus_result; getdevtree() local 3769 struct bus_match_result *bus_result; rescan_or_reset_bus() local [all...]
115 *path_id = ccb.cdm.matches[0].result.bus_result.path_id; in fetch_path_id()