Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2891 __be32 *lso_hdr_sz, __be32 *blh) in build_lso_seg() argument
2896 *blh = cpu_to_be32(1 << 6); in build_lso_seg()
2948 __be32 blh; in mlx4_ib_post_send() local
2987 blh = 0; in mlx4_ib_post_send()
3108 &lso_hdr_sz, &blh); in mlx4_ib_post_send()
3216 (ind & qp->sq.wqe_cnt ? cpu_to_be32(1U << 31) : 0) | blh; in mlx4_ib_post_send()