Home
last modified time | relevance | path

Searched refs:req_q_head (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/twa/
HDtw_osl.h141 struct tw_cl_link req_q_head[TW_OSLI_Q_COUNT]; member
222 TW_CL_Q_INIT(&(sc->req_q_head[q_type])); in tw_osli_req_q_init()
233 TW_CL_Q_INSERT_HEAD(&(req->ctlr->req_q_head[q_type]), &(req->link)); in tw_osli_req_q_insert_head()
245 TW_CL_Q_INSERT_TAIL(&(req->ctlr->req_q_head[q_type]), &(req->link)); in tw_osli_req_q_insert_tail()
260 if ((link = TW_CL_Q_FIRST_ITEM(&(sc->req_q_head[q_type]))) != in tw_osli_req_q_remove_head()
264 TW_CL_Q_REMOVE_ITEM(&(sc->req_q_head[q_type]), &(req->link)); in tw_osli_req_q_remove_head()
278 TW_CL_Q_REMOVE_ITEM(&(req->ctlr->req_q_head[q_type]), &(req->link)); in tw_osli_req_q_remove_item()
HDtw_cl.h145 struct tw_cl_link req_q_head[TW_CLI_Q_COUNT]; member
248 TW_CL_Q_INIT(&(ctlr->req_q_head[q_type])); in tw_cli_req_q_init()
261 TW_CL_Q_INSERT_HEAD(&(ctlr->req_q_head[q_type]), &(req->link)); in tw_cli_req_q_insert_head()
275 TW_CL_Q_INSERT_TAIL(&(ctlr->req_q_head[q_type]), &(req->link)); in tw_cli_req_q_insert_tail()
290 if ((link = TW_CL_Q_FIRST_ITEM(&(ctlr->req_q_head[q_type]))) != in tw_cli_req_q_remove_head()
294 TW_CL_Q_REMOVE_ITEM(&(ctlr->req_q_head[q_type]), &(req->link)); in tw_cli_req_q_remove_head()
310 TW_CL_Q_REMOVE_ITEM(&(ctlr->req_q_head[q_type]), &(req->link)); in tw_cli_req_q_remove_item()
HDtw_cl_io.c142 if (((TW_CL_Q_FIRST_ITEM(&(ctlr->req_q_head[TW_CLI_PENDING_Q]))) != TW_CL_NULL) || in tw_cl_start_io()
338 if (((TW_CL_Q_FIRST_ITEM(&(ctlr->req_q_head[TW_CLI_PENDING_Q]))) != TW_CL_NULL) || in tw_cl_fw_passthru()
1024 if ((TW_CL_Q_FIRST_ITEM(&(ctlr->req_q_head[TW_CLI_PENDING_Q]))) == TW_CL_NULL) in tw_cli_submit_and_poll_request()
1120 if ((TW_CL_Q_FIRST_ITEM(&(ctlr->req_q_head[TW_CLI_PENDING_Q]))) != TW_CL_NULL) in tw_cl_reset_ctlr()
HDtw_cl_intr.c109 if ((TW_CL_Q_FIRST_ITEM(&(ctlr->req_q_head[TW_CLI_PENDING_Q]))) == TW_CL_NULL) in tw_cl_interrupt()