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

/freebsd-11-stable/sys/dev/tws/
H A Dtws_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 )
226 sc->q_head[q_type] = sc->q_tail[q_type] = req;
233 u_int8_t q_type )
237 if ( sc->q_head[q_type]
[all...]
H A Dtws_hdm.c48 u_int8_t q_type );
50 struct tws_request *req, u_int8_t q_type );
H A Dtws.c59 u_int8_t q_type );
61 struct tws_request *req, u_int8_t q_type );
63 u_int8_t q_type );
H A Dtws_cam.c97 u_int8_t q_type );
99 struct tws_request *req, u_int8_t q_type );
115 u_int8_t q_type );
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl.h218 #define TW_CLI_Q_INIT(ctlr, q_type) do { \
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 { \
225 struct tw_cli_q_stats *q_stats = &((ctlr)->q_stats[q_type]); \
232 #define TW_CLI_Q_REMOVE(ctlr, q_type) \
233 (ctlr)->q_stats[q_type].cur_len--
246 tw_cli_req_q_init(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) argument
248 TW_CL_Q_INIT(&(ctlr->req_q_head[q_type]));
249 TW_CLI_Q_INIT(ctlr, q_type);
256 tw_cli_req_q_insert_head(struct tw_cli_req_context *req, TW_UINT8 q_type) argument
270 tw_cli_req_q_insert_tail(struct tw_cli_req_context *req, TW_UINT8 q_type) argument
284 tw_cli_req_q_remove_head(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) argument
305 tw_cli_req_q_remove_item(struct tw_cli_req_context *req, TW_UINT8 q_type) argument
[all...]
H A Dtw_osl.h190 #define TW_OSLI_Q_INIT(sc, q_type) do { \
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 { \
197 struct tw_osli_q_stats *q_stats = &((sc)->q_stats[q_type]); \
204 #define TW_OSLI_Q_REMOVE(sc, q_type) \
205 (sc)->q_stats[q_type].cur_len--
220 tw_osli_req_q_init(struct twa_softc *sc, TW_UINT8 q_type) argument
222 TW_CL_Q_INIT(&(sc->req_q_head[q_type]));
223 TW_OSLI_Q_INIT(sc, q_type);
230 tw_osli_req_q_insert_head(struct tw_osli_req_context *req, TW_UINT8 q_type) argument
242 tw_osli_req_q_insert_tail(struct tw_osli_req_context *req, TW_UINT8 q_type) argument
254 tw_osli_req_q_remove_head(struct twa_softc *sc, TW_UINT8 q_type) argument
275 tw_osli_req_q_remove_item(struct tw_osli_req_context *req, TW_UINT8 q_type) argument
[all...]
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsecvar.h72 u_int q_type; member in struct:ubsec_q2
H A Dubsec.c1688 switch (q->q_type) {
1807 rng->rng_q.q_type = UBS_CTXOP_RNGBYPASS;
2066 switch (q->q_type) {
2090 device_printf(sc->sc_dev, "invalid kfree 0x%x\n", q->q_type);
2151 me->me_q.q_type = UBS_CTXOP_MODEXP;
2353 me->me_q.q_type = UBS_CTXOP_MODEXP;
2583 rp->rpr_q.q_type = UBS_CTXOP_RSAPRIV;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c9653 unsigned long q_type = 0; local
9702 bit_set(&q_type, ECORE_Q_TYPE_HAS_RX);
9703 bit_set(&q_type, ECORE_Q_TYPE_HAS_TX);
9713 q_type);

Completed in 280 milliseconds