Home
last modified time | relevance | path

Searched refs:OS_GET_CDBP (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c934 rcb->cdbp = OS_GET_CDBP(rcb); in determine_io_path_build_bypass()
1738 pqisrc_print_buffer(softs, "host cdb", OS_GET_CDBP(rcb), rcb->cmdlen, PRINT_FLAG_HDR_COLUMN); in pqisrc_show_rcb_details()
1739 if (OS_GET_CDBP(rcb) != rcb->cdbp) in pqisrc_show_rcb_details()
1795 rc = fill_lba_for_scsi_rw(softs, OS_GET_CDBP(rcb), l); in pqisrc_build_scsi_cmd_raidbypass()
H A Dsmartpqi_defines.h1195 #define OS_GET_CDBP(rcb) ((rcb->cm_ccb->ccb_h.flags & CAM_CDB_POINTER) ? rcb->cm_ccb->csio.cdb_io.c… macro