Lines Matching refs:ccb_h

269     (((ccb)->ccb_h.func_code & XPT_FC_DEV_QUEUED) == XPT_FC_DEV_QUEUED)
271 (((ccb)->ccb_h.func_code & XPT_FC_QUEUED) != 0)
379 struct ccb_hdr ccb_h; member
391 struct ccb_hdr ccb_h; member
416 struct ccb_hdr ccb_h; member
580 struct ccb_hdr ccb_h; member
667 struct ccb_hdr ccb_h; member
707 struct ccb_hdr ccb_h; member
727 struct ccb_hdr ccb_h; member
757 struct ccb_hdr ccb_h; member
791 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in scsiio_cdb_ptr()
799 struct ccb_hdr ccb_h; member
818 struct ccb_hdr ccb_h; member
825 struct ccb_hdr ccb_h; member
839 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in atio_cdb_ptr()
845 struct ccb_hdr ccb_h; member
860 struct ccb_hdr ccb_h; member
915 struct ccb_hdr ccb_h; member
923 struct ccb_hdr ccb_h; member
931 struct ccb_hdr ccb_h; member
937 struct ccb_hdr ccb_h; member
942 struct ccb_hdr ccb_h; member
947 struct ccb_hdr ccb_h; member
1138 struct ccb_hdr ccb_h; member
1169 struct ccb_hdr ccb_h; member
1210 struct ccb_hdr ccb_h; member
1224 struct ccb_hdr ccb_h; member
1232 struct ccb_hdr ccb_h; member
1239 struct ccb_hdr ccb_h; member
1247 struct ccb_hdr ccb_h; member
1255 struct ccb_hdr ccb_h; member
1261 struct ccb_hdr ccb_h; member
1269 struct ccb_hdr ccb_h; member
1303 struct ccb_hdr ccb_h; member
1311 struct ccb_hdr ccb_h; member
1343 struct ccb_hdr ccb_h; member
1367 struct ccb_hdr ccb_h; member
1380 struct ccb_hdr ccb_h; /* For convenience */ member
1418 bzero((char *)(ccbp) + sizeof((ccbp)->ccb_h), \
1419 sizeof(*(ccbp)) - sizeof((ccbp)->ccb_h))
1430 csio->ccb_h.func_code = XPT_SCSI_IO; in cam_fill_csio()
1431 csio->ccb_h.flags = flags; in cam_fill_csio()
1432 csio->ccb_h.xflags = 0; in cam_fill_csio()
1433 csio->ccb_h.retry_count = retries; in cam_fill_csio()
1434 csio->ccb_h.cbfcnp = cbfcnp; in cam_fill_csio()
1435 csio->ccb_h.timeout = timeout; in cam_fill_csio()
1454 csio->ccb_h.func_code = XPT_CONT_TARGET_IO; in cam_fill_ctio()
1455 csio->ccb_h.flags = flags; in cam_fill_ctio()
1456 csio->ccb_h.xflags = 0; in cam_fill_ctio()
1457 csio->ccb_h.retry_count = retries; in cam_fill_ctio()
1458 csio->ccb_h.cbfcnp = cbfcnp; in cam_fill_ctio()
1459 csio->ccb_h.timeout = timeout; in cam_fill_ctio()
1476 ataio->ccb_h.func_code = XPT_ATA_IO; in cam_fill_ataio()
1477 ataio->ccb_h.flags = flags; in cam_fill_ataio()
1478 ataio->ccb_h.retry_count = retries; in cam_fill_ataio()
1479 ataio->ccb_h.cbfcnp = cbfcnp; in cam_fill_ataio()
1480 ataio->ccb_h.timeout = timeout; in cam_fill_ataio()
1501 smpio->ccb_h.func_code = XPT_SMP_IO; in cam_fill_smpio()
1502 smpio->ccb_h.flags = flags; in cam_fill_smpio()
1503 smpio->ccb_h.retry_count = retries; in cam_fill_smpio()
1504 smpio->ccb_h.cbfcnp = cbfcnp; in cam_fill_smpio()
1505 smpio->ccb_h.timeout = timeout; in cam_fill_smpio()
1519 mmcio->ccb_h.func_code = XPT_MMC_IO; in cam_fill_mmcio()
1520 mmcio->ccb_h.flags = flags; in cam_fill_mmcio()
1521 mmcio->ccb_h.retry_count = retries; in cam_fill_mmcio()
1522 mmcio->ccb_h.cbfcnp = cbfcnp; in cam_fill_mmcio()
1523 mmcio->ccb_h.timeout = timeout; in cam_fill_mmcio()
1544 ccb->ccb_h.status &= ~CAM_STATUS_MASK; in cam_set_ccbstatus()
1545 ccb->ccb_h.status |= status; in cam_set_ccbstatus()
1551 return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK)); in cam_ccb_status()
1568 nvmeio->ccb_h.func_code = XPT_NVME_IO; in cam_fill_nvmeio()
1569 nvmeio->ccb_h.flags = flags; in cam_fill_nvmeio()
1570 nvmeio->ccb_h.retry_count = retries; in cam_fill_nvmeio()
1571 nvmeio->ccb_h.cbfcnp = cbfcnp; in cam_fill_nvmeio()
1572 nvmeio->ccb_h.timeout = timeout; in cam_fill_nvmeio()
1583 nvmeio->ccb_h.func_code = XPT_NVME_ADMIN; in cam_fill_nvmeadmin()
1584 nvmeio->ccb_h.flags = flags; in cam_fill_nvmeadmin()
1585 nvmeio->ccb_h.retry_count = retries; in cam_fill_nvmeadmin()
1586 nvmeio->ccb_h.cbfcnp = cbfcnp; in cam_fill_nvmeadmin()
1587 nvmeio->ccb_h.timeout = timeout; in cam_fill_nvmeadmin()