Searched refs:mpt_cmd (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/usr.sbin/mptutil/
H A DMakefile4 SRCS= mptutil.c mpt_cam.c mpt_cmd.c mpt_config.c mpt_drive.c mpt_evt.c \
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c1231 struct mrsas_mpt_cmd *mpt_cmd; local
1344 mpt_cmd = sc->mpt_cmd_list[i];
1345 bus_dmamap_destroy(sc->data_tag, mpt_cmd->data_dmamap);
3241 struct mrsas_mpt_cmd *mpt_cmd; local
3264 mpt_cmd = sc->mpt_cmd_list[i];
3266 if (mpt_cmd->peer_cmd) {
3268 "R1 FP command [%d] - (mpt_cmd) %p, (peer_cmd) %p\n",
3269 i, mpt_cmd, mpt_cmd->peer_cmd);
3272 if (mpt_cmd
3923 struct mrsas_mpt_cmd *mpt_cmd; local
[all...]
H A Dmrsas_cam.c1907 struct mrsas_mpt_cmd *mpt_cmd = NULL; local
1910 mpt_cmd = sc->mpt_cmd_list[i];
1915 if (mpt_cmd->ccb_ptr) {
1919 (mpt_cmd->ccb_ptr->ccb_h.target_id - (MRSAS_MAX_PD - 1));
1921 if (mpt_cmd->ccb_ptr->cpi.bus_id == bus_id &&
1922 mpt_cmd->ccb_ptr->ccb_h.target_id == tgt_id) {

Completed in 158 milliseconds