Searched refs:QP_HASHTAB_LEN (Results 1 - 2 of 2) 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_cq.c58 unsigned int key = qp_num & (QP_HASHTAB_LEN-1);
74 unsigned int key = real_qp_num & (QP_HASHTAB_LEN-1);
103 unsigned int key = real_qp_num & (QP_HASHTAB_LEN-1);
278 for (i = 0; i < QP_HASHTAB_LEN; i++)
H A Dehca_classes.h235 #define QP_HASHTAB_LEN 8 macro
248 struct hlist_head qp_hashtab[QP_HASHTAB_LEN];

Completed in 119 milliseconds