Home
last modified time | relevance | path

Searched refs:req_ctxt_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/twa/
H A Dtw_cl_init.c319 ctlr->req_ctxt_buf = (struct tw_cli_req_context *)free_non_dma_mem; in tw_cl_init_ctlr()
334 req = &(ctlr->req_ctxt_buf[i]); in tw_cl_init_ctlr()
H A Dtw_cl.h119 struct tw_cli_req_context *req_ctxt_buf;/* pointer to the array of CL's member
H A Dtw_cl_intr.c228 req = &(ctlr->req_ctxt_buf[GET_RESP_ID(resp)]); in tw_cli_process_resp_intr()