Home
last modified time | relevance | path

Searched refs:ext_type (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/rdma/ehca/
Dehca_classes.h191 enum ehca_ext_qp_type ext_type; member
230 #define IS_SRQ(qp) (qp->ext_type == EQPT_SRQ)
231 #define HAS_SQ(qp) (qp->ext_type != EQPT_SRQ)
232 #define HAS_RQ(qp) (qp->ext_type != EQPT_SRQBASE)
410 u32 ext_type; member
461 enum ehca_ext_qp_type ext_type; member
Dehca_qp.c405 if (qp->ext_type == EQPT_LLQP) in ehca_add_to_err_list()
499 parms.ext_type = EQPT_LLQP; in internal_create_qp()
516 parms.ext_type = EQPT_SRQBASE; in internal_create_qp()
528 parms.ext_type = EQPT_SRQ; in internal_create_qp()
629 my_qp->ext_type = parms.ext_type; in internal_create_qp()
895 resp.ext_type = my_qp->ext_type; in internal_create_qp()
1168 if (my_qp->ext_type != EQPT_SRQBASE) { in check_for_left_cqes()
1381 (my_qp->ext_type != EQPT_LLQP) && in internal_modify_qp()
Dehca_irq.c191 if (qp->ext_type == EQPT_SRQ) { in dispatch_qp_event()
224 dispatch_qp_event(shca, qp, fatal && qp->ext_type == EQPT_SRQ ? in qp_event_callback()
232 if (fatal && qp->ext_type == EQPT_SRQBASE) in qp_event_callback()
Dhcp_if.c296 EHCA_BMASK_SET(H_ALL_RES_QP_ENHANCED_OPS, parms->ext_type) in hipz_h_alloc_resource_qp()
325 if (parms->ext_type == EQPT_SRQ) in hipz_h_alloc_resource_qp()
Dehca_reqs.c519 my_qp, my_qp->real_qp_num, my_qp->ext_type); in internal_post_recv()
/drivers/scsi/
Dgdth_ioctl.h239 u16 ext_type; /* extended type */ member
306 u16 ext_type; /* extended type */ member
Dgdth.c4528 ctrt.ext_type = 0x6000 | ha->pdev->subsystem_device; in gdth_ioctl()
4530 ctrt.ext_type = 0x6000 | ha->stype; in gdth_ioctl()
/drivers/uwb/
Ddrp.c181 int ext_type = uwb_ie_drp_type(ext_drp_ie); in evaluate_conflict_action() local
185 if (ext_type == UWB_DRP_TYPE_PCA && our_type == UWB_DRP_TYPE_PCA) { in evaluate_conflict_action()
195 if (ext_type == UWB_DRP_TYPE_ALIEN_BP) { in evaluate_conflict_action()