/freebsd/sys/dev/tws/ |
H A D | tws_services.c | 43 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 D | tws_hdm.c | 46 u_int8_t q_type ); 48 struct tws_request *req, u_int8_t q_type );
|
H A D | tws.c | 58 u_int8_t q_type ); 60 struct tws_request *req, u_int8_t q_type ); 62 u_int8_t q_type );
|
H A D | tws_cam.c | 93 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 D | hw_channel.c | 532 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 D | gdma_main.c | 414 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 D | ice_controlq.c | 618 * @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 D | ice_lib.h | 927 int ice_process_ctrlq(struct ice_softc *sc, enum ice_ctl_q q_type, u16 *pending);
|
H A D | ice_lib.c | 2282 * @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 D | trc_pkt_types_etmv4.h | 273 uint32_t q_type:4; member
|
H A D | trc_pkt_elem_etmv4i.h | 526 Q_pkt.q_type = type; in setQType()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_puda.h | 63 u8 q_type; member
|
H A D | irdma_user.h | 378 u8 q_type; member
|
H A D | irdma_puda.c | 316 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 D | irdma_uk.c | 1226 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 D | irdma_utils.c | 2428 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 D | irdma_verbs.c | 2739 if (cq_poll_info->q_type == IRDMA_CQE_QTYPE_SQ) { in irdma_process_cqe()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_user.h | 282 u8 q_type; member
|
H A D | irdma_uk.c | 1335 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 D | irdma_uverbs.c | 774 if (cur_cqe->q_type == IRDMA_CQE_QTYPE_SQ) { in irdma_process_cqe()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 9592 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()
|