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

/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c138 static int mlx4_status_to_errno(u8 status) function
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);
548 ret = mlx4_status_to_errno(vhcr->status);
567 ret = mlx4_status_to_errno(vhc
[all...]

Completed in 105 milliseconds