Searched refs:CMD_STAT_INTERNAL_ERR (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c64 CMD_STAT_INTERNAL_ERR = 0x01, enumerator in enum:__anon51
141 [CMD_STAT_INTERNAL_ERR] = -EIO,
184 return CMD_STAT_INTERNAL_ERR;
210 return mlx4_status_to_errno(CMD_STAT_INTERNAL_ERR);
213 return mlx4_status_to_errno(CMD_STAT_INTERNAL_ERR);
309 err = mlx4_status_to_errno(CMD_STAT_INTERNAL_ERR);
327 err = mlx4_status_to_errno(CMD_STAT_INTERNAL_ERR);
361 err = mlx4_status_to_errno(CMD_STAT_INTERNAL_ERR);
395 err = mlx4_status_to_errno(CMD_STAT_INTERNAL_ERR);
411 return mlx4_status_to_errno(CMD_STAT_INTERNAL_ERR);
[all...]

Completed in 103 milliseconds