Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h246 u32 send_psn; member
H A Dmthca_qp.c307 sqp->send_psn = attr->sq_psn; in store_attrs()
1551 sqp->ud_header.bth.psn = cpu_to_be32((sqp->send_psn++) & ((1 << 24) - 1)); in build_mlx_header()
/linux/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h317 u32 send_psn; member
H A Dqp.c1764 sqp->send_psn = attr->sq_psn; in store_sqp_attrs()
2920 sqp->ud_header.bth.psn = cpu_to_be32((sqp->send_psn++) & ((1 << 24) - 1)); in build_sriov_qp0_header()
3217 sqp->ud_header.bth.psn = cpu_to_be32((sqp->send_psn++) & ((1 << 24) - 1)); in build_mlx_header()