Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_qp.c165 static inline enum ehca_qp_type ib2ehcaqptype(enum ib_qp_type ibqptype) in ib2ehcaqptype() argument
167 switch (ibqptype) { in ib2ehcaqptype()
178 ehca_gen_err("Invalid ibqptype=%x", ibqptype); in ib2ehcaqptype()
240 static inline int ibqptype2servicetype(enum ib_qp_type ibqptype) in ibqptype2servicetype() argument
242 switch (ibqptype) { in ibqptype2servicetype()
257 ehca_gen_err("Invalid ibqptype=%x", ibqptype); in ibqptype2servicetype()