Home
last modified time | relevance | path

Searched refs:q_type (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/tws/
HDtws_services.c43 u_int8_t q_type );
45 struct tws_request *req, u_int8_t q_type );
46 struct tws_request *tws_q_remove_head(struct tws_softc *sc, u_int8_t q_type );
48 u_int8_t q_type );
49 struct tws_request * tws_q_remove_tail(struct tws_softc *sc, u_int8_t q_type );
221 u_int8_t q_type ) in tws_insert2_empty_q() argument
226 sc->q_head[q_type] = sc->q_tail[q_type] = req; in tws_insert2_empty_q()
233 u_int8_t q_type ) in tws_q_insert_head() argument
237 if ( sc->q_head[q_type] == NULL ) { in tws_q_insert_head()
238 tws_insert2_empty_q(sc, req, q_type); in tws_q_insert_head()
[all …]
HDtws_hdm.c48 u_int8_t q_type );
50 struct tws_request *req, u_int8_t q_type );
HDtws.c59 u_int8_t q_type );
61 struct tws_request *req, u_int8_t q_type );
63 u_int8_t q_type );
HDtws_cam.c97 u_int8_t q_type );
99 struct tws_request *req, u_int8_t q_type );
115 u_int8_t q_type );
/NextBSD/sys/dev/twa/
HDtw_osl.h190 #define TW_OSLI_Q_INIT(sc, q_type) do { \ argument
191 (sc)->q_stats[q_type].cur_len = 0; \
192 (sc)->q_stats[q_type].max_len = 0; \
196 #define TW_OSLI_Q_INSERT(sc, q_type) do { \ argument
197 struct tw_osli_q_stats *q_stats = &((sc)->q_stats[q_type]); \
204 #define TW_OSLI_Q_REMOVE(sc, q_type) \ argument
205 (sc)->q_stats[q_type].cur_len--
220 tw_osli_req_q_init(struct twa_softc *sc, TW_UINT8 q_type) in tw_osli_req_q_init() argument
222 TW_CL_Q_INIT(&(sc->req_q_head[q_type])); in tw_osli_req_q_init()
223 TW_OSLI_Q_INIT(sc, q_type); in tw_osli_req_q_init()
[all …]
HDtw_cl.h218 #define TW_CLI_Q_INIT(ctlr, q_type) do { \ argument
219 (ctlr)->q_stats[q_type].cur_len = 0; \
220 (ctlr)->q_stats[q_type].max_len = 0; \
224 #define TW_CLI_Q_INSERT(ctlr, q_type) do { \ argument
225 struct tw_cli_q_stats *q_stats = &((ctlr)->q_stats[q_type]); \
232 #define TW_CLI_Q_REMOVE(ctlr, q_type) \ argument
233 (ctlr)->q_stats[q_type].cur_len--
246 tw_cli_req_q_init(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) in tw_cli_req_q_init() argument
248 TW_CL_Q_INIT(&(ctlr->req_q_head[q_type])); in tw_cli_req_q_init()
249 TW_CLI_Q_INIT(ctlr, q_type); in tw_cli_req_q_init()
[all …]
/NextBSD/sys/dev/ubsec/
HDubsecvar.h72 u_int q_type; member
HDubsec.c1687 switch (q->q_type) { in ubsec_callback2()
1806 rng->rng_q.q_type = UBS_CTXOP_RNGBYPASS; in ubsec_rng()
2065 switch (q->q_type) { in ubsec_kfree()
2089 device_printf(sc->sc_dev, "invalid kfree 0x%x\n", q->q_type); in ubsec_kfree()
2150 me->me_q.q_type = UBS_CTXOP_MODEXP; in ubsec_kprocess_modexp_sw()
2352 me->me_q.q_type = UBS_CTXOP_MODEXP; in ubsec_kprocess_modexp_hw()
2582 rp->rpr_q.q_type = UBS_CTXOP_RSAPRIV; in ubsec_kprocess_rsapriv()
/NextBSD/sys/dev/bxe/
HDbxe.c10024 unsigned long q_type = 0; in bxe_init_eth_fp() local
10081 bit_set(&q_type, ECORE_Q_TYPE_HAS_RX); in bxe_init_eth_fp()
10082 bit_set(&q_type, ECORE_Q_TYPE_HAS_TX); in bxe_init_eth_fp()
10092 q_type); in bxe_init_eth_fp()