Home
last modified time | relevance | path

Searched defs:ccb (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c380 #define CCB_LOCK(ccb) mtx_lock(&(ccb)->ccb_mtx) argument
381 #define CCB_UNLOCK(ccb) mtx_unlock(&(ccb)->ccb_mtx) argument
451 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_destroy() local
806 struct tcp_fastopen_ccache_bucket *ccb; in sysctl_net_inet_tcp_fastopen_ccache_bucket_limit() local
833 struct tcp_fastopen_ccache_bucket *ccb; in sysctl_net_inet_tcp_fastopen_client_enable() local
873 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_connect() local
961 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_disable_path() local
987 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_update_cache() local
1020 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_ccache_lookup() local
1139 struct tcp_fastopen_ccache_bucket *ccb) in tcp_fastopen_ccache_entry_drop()
[all …]
/f-stack/freebsd/arm/allwinner/
H A Daw_mmc.c130 union ccb * ccb; member
207 aw_mmc_cam_handle_mmcio(struct cam_sim *sim, union ccb *ccb) in aw_mmc_cam_handle_mmcio()
217 aw_mmc_cam_action(struct cam_sim *sim, union ccb *ccb) in aw_mmc_cam_action()
300 aw_mmc_cam_settran_settings(struct aw_mmc_softc *sc, union ccb *ccb) in aw_mmc_cam_settran_settings()
352 aw_mmc_cam_request(struct aw_mmc_softc *sc, union ccb *ccb) in aw_mmc_cam_request()
870 union ccb *ccb; in aw_mmc_req_done() local
/f-stack/freebsd/sys/
H A Dmemdesc.h149 memdesc_ccb(union ccb *ccb) in memdesc_ccb()
H A Data.h970 char ccb[16]; member
/f-stack/freebsd/kern/
H A Dsubr_bus_dma.c251 _bus_dmamap_load_ccb(bus_dma_tag_t dmat, bus_dmamap_t map, union ccb *ccb, 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()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_sdma.h217 struct sdma_channel_control *ccb; member