Searched refs:blh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 3449 unsigned *lso_seg_len, __be32 *lso_hdr_sz, __be32 *blh) in build_lso_seg() 3454 *blh = cpu_to_be32(1 << 6); in build_lso_seg() 3505 __be32 blh; in _mlx4_ib_post_send() local 3541 blh = 0; in _mlx4_ib_post_send() 3662 &lso_hdr_sz, &blh); in _mlx4_ib_post_send() 3769 (ind & qp->sq.wqe_cnt ? cpu_to_be32(1 << 31) : 0) | blh; in _mlx4_ib_post_send() 3447 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) build_lso_seg() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 3482 unsigned *lso_seg_len, __be32 *lso_hdr_sz, __be32 *blh) in build_lso_seg() 3487 *blh = cpu_to_be32(1 << 6); in build_lso_seg() 3538 __be32 blh; in _mlx4_ib_post_send() local 3574 blh = 0; in _mlx4_ib_post_send() 3695 &lso_hdr_sz, &blh); in _mlx4_ib_post_send() 3802 (ind & qp->sq.wqe_cnt ? cpu_to_be32(1 << 31) : 0) | blh; in _mlx4_ib_post_send() 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) build_lso_seg() argument
|
Completed in 10 milliseconds