Home
last modified time | relevance | path

Searched defs:q_type (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/raid/tws/
H A Dtws_services.c221 u_int8_t q_type ) in tws_insert2_empty_q()
233 u_int8_t q_type ) in tws_q_insert_head()
251 u_int8_t q_type ) in tws_q_insert_tail()
268 tws_q_remove_head(struct tws_softc *sc, u_int8_t q_type ) in tws_q_remove_head()
291 tws_q_remove_tail(struct tws_softc *sc, u_int8_t q_type ) in tws_q_remove_tail()
316 u_int8_t q_type ) in tws_q_remove_request()
/dflybsd-src/sys/dev/raid/twa/
H A Dtw_cl.h218 #define TW_CLI_Q_INIT(ctlr, q_type) do { \ argument
224 #define TW_CLI_Q_INSERT(ctlr, q_type) do { \ argument
232 #define TW_CLI_Q_REMOVE(ctlr, q_type) \ argument
246 tw_cli_req_q_init(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) in tw_cli_req_q_init()
256 tw_cli_req_q_insert_head(struct tw_cli_req_context *req, TW_UINT8 q_type) in tw_cli_req_q_insert_head()
270 tw_cli_req_q_insert_tail(struct tw_cli_req_context *req, TW_UINT8 q_type) in tw_cli_req_q_insert_tail()
284 tw_cli_req_q_remove_head(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) in tw_cli_req_q_remove_head()
305 tw_cli_req_q_remove_item(struct tw_cli_req_context *req, TW_UINT8 q_type) in tw_cli_req_q_remove_item()
H A Dtw_osl.h189 #define TW_OSLI_Q_INIT(sc, q_type) do { \ argument
195 #define TW_OSLI_Q_INSERT(sc, q_type) do { \ argument
203 #define TW_OSLI_Q_REMOVE(sc, q_type) \ argument
219 tw_osli_req_q_init(struct twa_softc *sc, TW_UINT8 q_type) in tw_osli_req_q_init()
229 tw_osli_req_q_insert_head(struct tw_osli_req_context *req, TW_UINT8 q_type) in tw_osli_req_q_insert_head()
241 tw_osli_req_q_insert_tail(struct tw_osli_req_context *req, TW_UINT8 q_type) in tw_osli_req_q_insert_tail()
253 tw_osli_req_q_remove_head(struct twa_softc *sc, TW_UINT8 q_type) in tw_osli_req_q_remove_head()
274 tw_osli_req_q_remove_item(struct tw_osli_req_context *req, TW_UINT8 q_type) in tw_osli_req_q_remove_item()
/dflybsd-src/sys/dev/crypto/ubsec/
H A Dubsecvar.h73 u_int q_type; member