Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_classes_pSeries.h91 u32 send_psn; /* 02 */ member
Dehca_qp.c1656 mqpcb->send_psn = attr->sq_psn; in internal_modify_qp()
1945 qp_attr->sq_psn = qpcb->send_psn; in ehca_query_qp()
/linux-2.6.39/drivers/infiniband/hw/mthca/
Dmthca_provider.h292 u32 send_psn; member
Dmthca_qp.c305 sqp->send_psn = attr->sq_psn; in store_attrs()
1537 sqp->ud_header.bth.psn = cpu_to_be32((sqp->send_psn++) & ((1 << 24) - 1)); in build_mlx_header()
/linux-2.6.39/drivers/infiniband/hw/mlx4/
Dqp.c77 u32 send_psn; member
868 sqp->send_psn = attr->sq_psn; in store_sqp_attrs()
1393 sqp->ud_header.bth.psn = cpu_to_be32((sqp->send_psn++) & ((1 << 24) - 1)); in build_mlx_header()