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

/drivers/infiniband/hw/nes/
H A Dnes_context.h72 u32 hte_index; member in struct:nes_qp_context
H A Dnes_verbs.h150 u32 hte_index; member in struct:nes_qp
H A Dnes_mgt.c676 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
678 nesqp->hte_index, nesqp->hte_index & nesadapter->hte_index_mask);
680 nesqp->hte_index &= nesadapter->hte_index_mask;
681 nesqp->nesqp_context->hte_index = cpu_to_le32(nesqp->hte_index);
H A Dnes_cm.c3381 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
3383 nesqp->hte_index, nesqp->hte_index & adapter->hte_index_mask);
3385 nesqp->hte_index &= adapter->hte_index_mask;
3386 nesqp->nesqp_context->hte_index = cpu_to_le32(nesqp->hte_index);
3808 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
3810 nesqp->hte_index, nesqp->hte_index & nesadapter->hte_index_mask);
3812 nesqp->hte_index
[all...]

Completed in 351 milliseconds