Searched refs:mlx4_GEN_QP_wrapper (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_cmd.c | 1425 .wrapper = mlx4_GEN_QP_wrapper 1434 .wrapper = mlx4_GEN_QP_wrapper 1470 .wrapper = mlx4_GEN_QP_wrapper 1479 .wrapper = mlx4_GEN_QP_wrapper 1488 .wrapper = mlx4_GEN_QP_wrapper
|
H A D | mlx4_resource_tracker.c | 3675 int mlx4_GEN_QP_wrapper(struct mlx4_dev *dev, int slave, in mlx4_GEN_QP_wrapper() function 3708 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_INIT2INIT_QP_wrapper() 3846 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_RTR2RTS_QP_wrapper() 3868 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_RTS2RTS_QP_wrapper() 3883 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_SQERR2RTS_QP_wrapper() 3905 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_SQD2SQD_QP_wrapper() 3927 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_SQD2RTS_QP_wrapper()
|
H A D | mlx4.h | 1114 int mlx4_GEN_QP_wrapper(struct mlx4_dev *dev, int slave,
|