Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/twa/
Dtw_cl_misc.c86 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_COMPLETE_Q)) != in tw_cli_drain_complete_queue()
140 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_BUSY_Q)) != in tw_cli_drain_busy_queue()
196 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_PENDING_Q)) != in tw_cli_drain_pending_queue()
578 req = tw_cli_req_q_remove_head(ctlr, TW_CLI_FREE_Q); in tw_cli_get_request()
Dtw_cl_intr.c292 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_PENDING_Q)) != in tw_cli_submit_pending_queue()
361 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_COMPLETE_Q)) != in tw_cli_process_complete_queue()
Dtw_cl.h284 tw_cli_req_q_remove_head(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) in tw_cli_req_q_remove_head() function
Dtw_cl_io.c1113 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_RESET_Q)) != TW_CL_NULL) { in tw_cl_reset_ctlr()