Home
last modified time | relevance | path

Searched refs:at_cmnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_target.c157 if (at7iop->at_cmnd.fcp_cmnd_task_management) { in isp_target_notify()
296 if (aep->at_cmnd.cdb_dl.sf.fcp_cmnd_dl != 0) { in isp_endcmd()
297 cto->ct_resid = aep->at_cmnd.cdb_dl.sf.fcp_cmnd_dl; in isp_endcmd()
364 notify.nt_lun = CAM_EXTLUN_BYTE_SWIZZLE(be64dec(aep->at_cmnd.fcp_cmnd_lun)); in isp_got_tmf_24xx()
391 if (aep->at_cmnd.fcp_cmnd_task_management & FCP_CMND_TMF_QUERY_TASK_SET) { in isp_got_tmf_24xx()
394 } else if (aep->at_cmnd.fcp_cmnd_task_management & FCP_CMND_TMF_ABORT_TASK_SET) { in isp_got_tmf_24xx()
397 } else if (aep->at_cmnd.fcp_cmnd_task_management & FCP_CMND_TMF_CLEAR_TASK_SET) { in isp_got_tmf_24xx()
400 } else if (aep->at_cmnd.fcp_cmnd_task_management & FCP_CMND_TMF_QUERY_ASYNC_EVENT) { in isp_got_tmf_24xx()
403 } else if (aep->at_cmnd.fcp_cmnd_task_management & FCP_CMND_TMF_LUN_RESET) { in isp_got_tmf_24xx()
406 } else if (aep->at_cmnd in isp_got_tmf_24xx()
[all...]
H A Dispmbox.h1423 fcp_cmnd_iu_t at_cmnd; member
H A Disp_library.c1665 isp_get_fcp_cmnd_iu(isp, &src->at_cmnd, &dst->at_cmnd); in isp_get_atio7()