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

/linux-master/drivers/infiniband/hw/mlx4/
H A Dqp.c3482 unsigned *lso_seg_len, __be32 *lso_hdr_sz, __be32 *blh)
3487 *blh = cpu_to_be32(1 << 6);
3538 __be32 blh; local
3574 blh = 0;
3695 &lso_hdr_sz, &blh);
3802 (ind & qp->sq.wqe_cnt ? cpu_to_be32(1 << 31) : 0) | blh;
3480 build_lso_seg(struct mlx4_wqe_lso_seg *wqe, const struct ib_ud_wr *wr, struct mlx4_ib_qp *qp, unsigned *lso_seg_len, __be32 *lso_hdr_sz, __be32 *blh) argument

Completed in 290 milliseconds