Home
last modified time | relevance | path

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

/trueos/sys/dev/twa/
HDtw_osl_freebsd.c452 my_req = &(sc->req_ctx_buf[i]); in twa_watchdog()
684 if ((sc->req_ctx_buf = (struct tw_osli_req_context *) in tw_osli_alloc_mem()
696 bzero(sc->req_ctx_buf, in tw_osli_alloc_mem()
700 req = &(sc->req_ctx_buf[i]); in tw_osli_alloc_mem()
744 if (sc->req_ctx_buf) in tw_osli_free_resources()
762 if (sc->req_ctx_buf) in tw_osli_free_resources()
763 free(sc->req_ctx_buf, TW_OSLI_MALLOC_CLASS); in tw_osli_free_resources()
HDtw_osl.h126 struct tw_osli_req_context *req_ctx_buf; member