Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dqp.c2599 __be32 *lso_hdr_sz, __be32 *blh) in build_lso_seg() argument
2604 *blh = cpu_to_be32(1 << 6); in build_lso_seg()
2656 __be32 blh; in mlx4_ib_post_send() local
2672 blh = 0; in mlx4_ib_post_send()
2798 err = build_lso_seg(wqe, wr, qp, &seglen, &lso_hdr_sz, &blh); in mlx4_ib_post_send()
2903 (ind & qp->sq.wqe_cnt ? cpu_to_be32(1 << 31) : 0) | blh; in mlx4_ib_post_send()