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

/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.h69 uint64_t sasaddr; member in struct:mpssas_target
H A Dmps_sas.c134 uint64_t sasaddr);
388 * Leave the devname and sasaddr intact so that we know to avoid reusing
658 * Leave the devname and sasaddr intact so that we know to avoid reusing
2675 uint64_t sasaddr; local
2701 sasaddr = le32toh(req->SASAddress.Low);
2702 sasaddr |= ((uint64_t)(le32toh(req->SASAddress.High))) << 32;
2715 (uintmax_t)sasaddr);
2735 mpssas_send_smpcmd(struct mpssas_softc *sassc, union ccb *ccb, uint64_t sasaddr) argument
2828 "address %#jx\n", __func__, (uintmax_t)sasaddr);
2876 req->SASAddress.High = htole32(sasaddr >> 3
2910 uint64_t sasaddr = 0; local
[all...]
H A Dmps_sas_lsi.c751 targ->sasaddr = mps_to_u64(&config_page.SASAddress);
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.h71 uint64_t sasaddr; member in struct:mprsas_target
H A Dmpr_sas.c139 uint64_t sasaddr);
388 * Leave the devname and sasaddr intact so that we know to avoid reusing
660 * Leave the devname and sasaddr intact so that we know to avoid reusing
2831 uint64_t sasaddr; local
2857 sasaddr = le32toh(req->SASAddress.Low);
2858 sasaddr |= ((uint64_t)(le32toh(req->SASAddress.High))) << 32;
2870 "completed successfully\n", __func__, (uintmax_t)sasaddr);
2890 mprsas_send_smpcmd(struct mprsas_softc *sassc, union ccb *ccb, uint64_t sasaddr) argument
2984 "%#jx\n", __func__, (uintmax_t)sasaddr);
3032 req->SASAddress.High = htole32(sasaddr >> 3
3064 uint64_t sasaddr = 0; local
[all...]
H A Dmpr_sas_lsi.c960 targ->sasaddr = mpr_to_u64(&config_page.SASAddress);
1344 targ->sasaddr = mpr_to_u64(&config_page.WWID);
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c316 uint64_t sasaddr);
8938 findsasdevice(struct cam_devlist *devlist, uint64_t sasaddr) argument
8954 if (scsi_8btou64(idd->identifier) == sasaddr)

Completed in 201 milliseconds