Home
last modified time | relevance | path

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

/freebsd/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 );
214 u_int8_t q_type ) in tws_insert2_empty_q() argument
219 sc->q_head[q_type] = sc->q_tail[q_type] = req; in tws_insert2_empty_q()
226 u_int8_t q_type ) in tws_q_insert_head() argument
230 if ( sc->q_head[q_type] == NULL ) { in tws_q_insert_head()
231 tws_insert2_empty_q(sc, req, q_type); in tws_q_insert_head()
[all …]
H A Dtws_hdm.c46 u_int8_t q_type );
48 struct tws_request *req, u_int8_t q_type );
H A Dtws.c58 u_int8_t q_type );
60 struct tws_request *req, u_int8_t q_type );
62 u_int8_t q_type );
H A Dtws_cam.c93 u_int8_t q_type );
95 struct tws_request *req, u_int8_t q_type );
111 u_int8_t q_type );
/freebsd/sys/dev/mana/
H A Dhw_channel.c532 enum gdma_queue_type q_type, uint16_t q_depth, in mana_hwc_create_wq() argument
541 if (q_type != GDMA_SQ && q_type != GDMA_RQ) { in mana_hwc_create_wq()
543 mana_warn(NULL, "Invalid q_type %u\n", q_type); in mana_hwc_create_wq()
546 if (q_type == GDMA_RQ) in mana_hwc_create_wq()
556 err = mana_hwc_create_gdma_wq(hwc, q_type, queue_size, &queue); in mana_hwc_create_wq()
H A Dgdma_main.c414 enum gdma_queue_type q_type, uint32_t qid, in mana_gd_ring_doorbell() argument
421 switch (q_type) { in mana_gd_ring_doorbell()
454 mana_warn(NULL, "Invalid queue type 0x%x\n", q_type); in mana_gd_ring_doorbell()
1246 enum gdma_queue_type q_type, in mana_gd_write_client_oob() argument
1270 if (q_type == GDMA_SQ) in mana_gd_write_client_oob()
/freebsd/sys/dev/ice/
H A Dice_controlq.c618 * @q_type: specific Control queue type in ice_init_ctrlq()
629 static int ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq()
636 switch (q_type) { in ice_init_ctrlq()
652 cq->qtype = q_type; in ice_init_ctrlq()
696 * @q_type: specific Control queue type
702 ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type, in ice_shutdown_all_ctrlq()
709 switch (q_type) {
611 ice_init_ctrlq(struct ice_hw * hw,enum ice_ctl_q q_type) ice_init_ctrlq() argument
668 ice_shutdown_ctrlq(struct ice_hw * hw,enum ice_ctl_q q_type,bool unloading) ice_shutdown_ctrlq() argument
H A Dice_lib.h927 int ice_process_ctrlq(struct ice_softc *sc, enum ice_ctl_q q_type, u16 *pending);
H A Dice_lib.c2282 * @q_type: specific control queue type in ice_process_ctrlq()
2290 ice_process_ctrlq(struct ice_softc *sc, enum ice_ctl_q q_type, u16 *pending) in ice_process_ctrlq()
2299 switch (q_type) {
2315 q_type);
2235 ice_process_ctrlq(struct ice_softc * sc,enum ice_ctl_q q_type,u16 * pending) ice_process_ctrlq() argument
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_types_etmv4.h273 uint32_t q_type:4; member
H A Dtrc_pkt_elem_etmv4i.h526 Q_pkt.q_type = type; in setQType()
/freebsd/sys/dev/irdma/
H A Dirdma_puda.h63 u8 q_type; member
H A Dirdma_user.h378 u8 q_type; member
H A Dirdma_puda.c316 info->q_type = (u8)FIELD_GET(IRDMA_CQ_SQ, qword3); in irdma_puda_poll_info()
325 if (info->q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_puda_poll_info()
401 if (info.q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_puda_poll_cmpl()
H A Dirdma_uk.c1226 info->q_type = (u8)FIELD_GET(IRDMA_CQ_SQ, qword3); in irdma_uk_cq_poll_cmpl()
1269 if (info->q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_uk_cq_poll_cmpl()
H A Dirdma_utils.c2428 cmpl->cpi.q_type = IRDMA_CQE_QTYPE_SQ; in irdma_generate_flush_completions()
2473 cmpl->cpi.q_type = IRDMA_CQE_QTYPE_RQ; in irdma_generate_flush_completions()
H A Dirdma_verbs.c2739 if (cq_poll_info->q_type == IRDMA_CQE_QTYPE_SQ) { in irdma_process_cqe()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_user.h282 u8 q_type; member
H A Dirdma_uk.c1335 info->q_type = (u8)FIELD_GET(IRDMA_CQ_SQ, qword3); in irdma_uk_cq_poll_cmpl()
1378 if (info->q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_uk_cq_poll_cmpl()
H A Dirdma_uverbs.c774 if (cur_cqe->q_type == IRDMA_CQE_QTYPE_SQ) { in irdma_process_cqe()
/freebsd/sys/dev/bxe/
H A Dbxe.c9592 unsigned long q_type = 0; in bxe_init_eth_fp() local
9641 bit_set(&q_type, ECORE_Q_TYPE_HAS_RX); in bxe_init_eth_fp()
9642 bit_set(&q_type, ECORE_Q_TYPE_HAS_TX); in bxe_init_eth_fp()
9652 q_type); in bxe_init_eth_fp()