Searched refs:sasaddr (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas.h70 uint64_t sasaddr; member in struct:mprsas_target
H A Dmpr_sas.c148 union ccb *ccb, uint64_t sasaddr);
400 * Leave the devname and sasaddr intact so that we know to avoid reusing
655 * Leave the devname and sasaddr intact so that we know to avoid reusing
2477 uint64_t sasaddr; local
2503 sasaddr = le32toh(req->SASAddress.Low);
2504 sasaddr |= ((uint64_t)(le32toh(req->SASAddress.High))) << 32;
2516 "%#jx completed successfully\n", __func__, (uintmax_t)sasaddr);
2537 uint64_t sasaddr)
2692 "%#jx\n", __func__, (uintmax_t)sasaddr);
2740 req->SASAddress.High = htole32(sasaddr >> 3
2536 mprsas_send_smpcmd(struct mprsas_softc *sassc, union ccb *ccb, uint64_t sasaddr) argument
2772 uint64_t sasaddr = 0; local
[all...]
H A Dmpr_sas_lsi.c770 targ->sasaddr = mpr_to_u64(&config_page.SASAddress);
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas.h66 uint64_t sasaddr; member in struct:mpssas_target
H A Dmps_sas.c133 uint64_t sasaddr);
390 * Leave the devname and sasaddr intact so that we know to avoid reusing
648 * Leave the devname and sasaddr intact so that we know to avoid reusing
2693 uint64_t sasaddr; local
2719 sasaddr = le32toh(req->SASAddress.Low);
2720 sasaddr |= ((uint64_t)(le32toh(req->SASAddress.High))) << 32;
2733 (uintmax_t)sasaddr);
2753 mpssas_send_smpcmd(struct mpssas_softc *sassc, union ccb *ccb, uint64_t sasaddr) argument
2848 "address %#jx\n", __func__, (uintmax_t)sasaddr);
2896 req->SASAddress.High = htole32(sasaddr >> 3
2930 uint64_t sasaddr = 0; local
[all...]
H A Dmps_sas_lsi.c683 targ->sasaddr = mps_to_u64(&config_page.SASAddress);
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c292 uint64_t sasaddr);
7377 findsasdevice(struct cam_devlist *devlist, uint64_t sasaddr) argument
7393 if (scsi_8btou64(idd->identifier) == sasaddr)

Completed in 183 milliseconds