Searched refs:req_ctx_buf (Results 1 – 2 of 2) sorted by relevance
452 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()
126 struct tw_osli_req_context *req_ctx_buf; member