Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c12 enum { CQ_OK = 0, CQ_EMPTY = -1, CQ_POLL_ERR = -2 }; enumerator
206 return CQ_OK; in dr_parse_cqe()
242 if (err != CQ_OK) in dr_poll_cq()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c8 enum { CQ_OK = 0, CQ_EMPTY = -1, CQ_POLL_ERR = -2 }; enumerator
1560 return CQ_OK; in mlx5vf_cq_poll_one()