Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
Dqp.c3445 unsigned *lso_seg_len, __be32 *lso_hdr_sz, __be32 *blh) in build_lso_seg() argument
3450 *blh = cpu_to_be32(1 << 6); in build_lso_seg()
3501 __be32 blh; in _mlx4_ib_post_send() local
3537 blh = 0; in _mlx4_ib_post_send()
3658 &lso_hdr_sz, &blh); in _mlx4_ib_post_send()
3765 (ind & qp->sq.wqe_cnt ? cpu_to_be32(1 << 31) : 0) | blh; in _mlx4_ib_post_send()