Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_bus_dma.c254 struct ccb_hdr *ccb_h; in _bus_dmamap_load_ccb() local
261 ccb_h = &ccb->ccb_h; in _bus_dmamap_load_ccb()
262 switch (ccb_h->func_code) { in _bus_dmamap_load_ccb()
302 ccb_h->func_code); in _bus_dmamap_load_ccb()
305 switch ((ccb_h->flags & CAM_DATA_MASK)) { in _bus_dmamap_load_ccb()
330 ccb_h->flags); in _bus_dmamap_load_ccb()
490 struct ccb_hdr *ccb_h; in bus_dmamap_load_ccb() local
495 ccb_h = &ccb->ccb_h; in bus_dmamap_load_ccb()
496 if ((ccb_h->flags & CAM_DIR_MASK) == CAM_DIR_NONE) { in bus_dmamap_load_ccb()
/f-stack/freebsd/arm/allwinner/
H A Daw_mmc.c223 ccb->ccb_h.status = CAM_SEL_TIMEOUT; in aw_mmc_cam_action()
230 switch (ccb->ccb_h.func_code) { in aw_mmc_cam_action()
256 ccb->ccb_h.status = CAM_REQ_CMP; in aw_mmc_cam_action()
264 ccb->ccb_h.status = CAM_REQ_CMP; in aw_mmc_cam_action()
270 ccb->ccb_h.status = CAM_REQ_CMP; in aw_mmc_cam_action()
279 ccb->ccb_h.status = CAM_REQ_INPROG; in aw_mmc_cam_action()
286 ccb->ccb_h.status = CAM_REQ_INVALID; in aw_mmc_cam_action()
912 ccb->ccb_h.status = in aw_mmc_req_done()