Searched refs:next_send_psn (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Dqp.h132 __be32 next_send_psn; member in struct:mlx4_qp_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c138 __be32 next_send_psn; member in struct:mthca_qp_context
471 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff;
724 qp_context->next_send_psn = cpu_to_be32(attr->sq_psn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dqp.c1030 context->next_send_psn = cpu_to_be32(attr->sq_psn);
1926 qp_attr->sq_psn = be32_to_cpu(context.next_send_psn) & 0xffffff;

Completed in 107 milliseconds