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

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c438 my_req = &(sc->req_ctx_buf[i]);
668 if ((sc->req_ctx_buf = (struct tw_osli_req_context *)
680 bzero(sc->req_ctx_buf,
684 req = &(sc->req_ctx_buf[i]);
726 if (sc->req_ctx_buf)
744 if (sc->req_ctx_buf)
745 free(sc->req_ctx_buf, TW_OSLI_MALLOC_CLASS);
H A Dtw_osl.h127 struct tw_osli_req_context *req_ctx_buf; member in struct:twa_softc

Completed in 69 milliseconds