Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CQ_EMPTY
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c
7
enum { CQ_OK = 0, CQ_EMPTY = -1, CQ_POLL_ERR = -2 };
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_send.c
12
enum { CQ_OK = 0, CQ_EMPTY = -1, CQ_POLL_ERR = -2 };
drivers/vfio/pci/mlx5/cmd.c
8
enum { CQ_OK = 0, CQ_EMPTY = -1, CQ_POLL_ERR = -2 };