Searched refs:ccb (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_fastopen.c | 380 #define CCB_LOCK(ccb) mtx_lock(&(ccb)->ccb_mtx) argument 381 #define CCB_UNLOCK(ccb) mtx_unlock(&(ccb)->ccb_mtx) argument 382 #define CCB_LOCK_ASSERT(ccb) mtx_assert(&(ccb)->ccb_mtx, MA_OWNED) argument 978 CCB_UNLOCK(ccb); in tcp_fastopen_disable_path() 1013 CCB_UNLOCK(ccb); in tcp_fastopen_update_cache() 1032 *ccbp = ccb; in tcp_fastopen_ccache_lookup() 1033 CCB_LOCK(ccb); in tcp_fastopen_ccache_lookup() 1119 CCB_LOCK(ccb); in tcp_fastopen_ccache_bucket_trim() 1134 CCB_UNLOCK(ccb); in tcp_fastopen_ccache_bucket_trim() 1175 CCB_LOCK(ccb); in sysctl_net_inet_tcp_fastopen_ccache_list() [all …]
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_mmc.c | 130 union ccb * ccb; member 207 aw_mmc_cam_handle_mmcio(struct cam_sim *sim, union ccb *ccb) in aw_mmc_cam_handle_mmcio() argument 217 aw_mmc_cam_action(struct cam_sim *sim, union ccb *ccb) in aw_mmc_cam_action() argument 224 xpt_done(ccb); in aw_mmc_cam_action() 289 xpt_done(ccb); in aw_mmc_cam_action() 352 aw_mmc_cam_request(struct aw_mmc_softc *sc, union ccb *ccb) in aw_mmc_cam_request() argument 375 sc->ccb = ccb; in aw_mmc_cam_request() 530 sc->ccb = NULL; in aw_mmc_attach() 870 union ccb *ccb; in aw_mmc_req_done() local 878 ccb = sc->ccb; in aw_mmc_req_done() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | memdesc.h | 38 union ccb; 52 union ccb *md_ccb; 149 memdesc_ccb(union ccb *ccb) in memdesc_ccb() argument 153 mem.u.md_ccb = ccb; in memdesc_ccb()
|
| H A D | bus_dma.h | 112 union ccb; 316 int bus_dmamap_load_ccb(bus_dma_tag_t dmat, bus_dmamap_t map, union ccb *ccb,
|
| H A D | ata.h | 970 char ccb[16]; member
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_sdma.c | 288 sc->ccb[chn].base_bd_ptr = vtophys(channel->bd); in sdma_configure() 289 sc->ccb[chn].current_bd_ptr = vtophys(channel->bd); in sdma_configure() 399 sc->ccb = (void *)kmem_alloc_contig(sz, M_ZERO, 0, ~0, PAGE_SIZE, 0, in boot_firmware() 401 sc->ccb_phys = vtophys(sc->ccb); in boot_firmware() 403 sc->context = (void *)((char *)sc->ccb + \ in boot_firmware() 421 sc->ccb[chn].base_bd_ptr = vtophys(bd0); in boot_firmware() 422 sc->ccb[chn].current_bd_ptr = vtophys(bd0); in boot_firmware()
|
| H A D | imx6_sdma.h | 217 struct sdma_channel_control *ccb; member
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus_dma.c | 251 _bus_dmamap_load_ccb(bus_dma_tag_t dmat, bus_dmamap_t map, union ccb *ccb, in _bus_dmamap_load_ccb() argument 261 ccb_h = &ccb->ccb_h; in _bus_dmamap_load_ccb() 266 csio = &ccb->csio; in _bus_dmamap_load_ccb() 275 ctio = &ccb->ctio; in _bus_dmamap_load_ccb() 284 ataio = &ccb->ataio; in _bus_dmamap_load_ccb() 294 nvmeio = &ccb->nvmeio; in _bus_dmamap_load_ccb() 485 bus_dmamap_load_ccb(bus_dma_tag_t dmat, bus_dmamap_t map, union ccb *ccb, in bus_dmamap_load_ccb() argument 495 ccb_h = &ccb->ccb_h; in bus_dmamap_load_ccb() 501 mem = memdesc_ccb(ccb); in bus_dmamap_load_ccb() 505 error = _bus_dmamap_load_ccb(dmat, map, ccb, &nsegs, flags); in bus_dmamap_load_ccb()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | bcm-nsp.dtsi | 523 reg-names = "dmp", "ccb-mii";
|