Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mlx4/
H A Dcq.h103 MLX4_CQE_IS_SEND_MASK = 0x40, enumerator
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcq.c688 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; in mlx4_ib_poll_one()
943 if (srq && !(cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK)) in __mlx4_ib_cq_clean()