Searched refs:EQPT_SRQ (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_classes.h150 EQPT_SRQ = 3, enumerator in enum:ehca_ext_qp_type
230 #define IS_SRQ(qp) (qp->ext_type == EQPT_SRQ)
231 #define HAS_SQ(qp) (qp->ext_type != EQPT_SRQ)
H A Dehca_irq.c190 if (qp->ext_type == EQPT_SRQ) {
223 dispatch_qp_event(shca, qp, fatal && qp->ext_type == EQPT_SRQ ?
H A Dhcp_if.c343 if (parms->ext_type == EQPT_SRQ)
H A Dehca_qp.c528 parms.ext_type = EQPT_SRQ;

Completed in 78 milliseconds