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
1658 cdm->matches[j].result.bus_result.path_id = bus->path_id; in xptedtbusfunc()1659 cdm->matches[j].result.bus_result.bus_id = bus->sim->bus_id; in xptedtbusfunc()1660 cdm->matches[j].result.bus_result.unit_number = in xptedtbusfunc()1662 strlcpy(cdm->matches[j].result.bus_result.dev_name, in xptedtbusfunc()1664 sizeof(cdm->matches[j].result.bus_result.dev_name)); in xptedtbusfunc()
534 struct bus_match_result bus_result; member
533 struct bus_match_result *bus_result; in getdevtree() local543 bus_result = in getdevtree()544 &ccb.cdm.matches[i].result.bus_result; in getdevtree()552 bus_result->path_id, in getdevtree()553 bus_result->dev_name, in getdevtree()554 bus_result->unit_number, in getdevtree()555 bus_result->bus_id, in getdevtree()3790 struct bus_match_result *bus_result; in rescan_or_reset_bus() local3796 bus_result =&matchccb->cdm.matches[i].result.bus_result; in rescan_or_reset_bus()3802 if (bus_result->path_id == CAM_XPT_PATH_ID) in rescan_or_reset_bus()[all …]
115 *path_id = ccb.cdm.matches[0].result.bus_result.path_id; in fetch_path_id()