Searched refs:mlx4_GEN_QP_wrapper (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 1411 .wrapper = mlx4_GEN_QP_wrapper 1420 .wrapper = mlx4_GEN_QP_wrapper 1456 .wrapper = mlx4_GEN_QP_wrapper 1465 .wrapper = mlx4_GEN_QP_wrapper 1474 .wrapper = mlx4_GEN_QP_wrapper
|
D | resource_tracker.c | 3732 int mlx4_GEN_QP_wrapper(struct mlx4_dev *dev, int slave, in mlx4_GEN_QP_wrapper() function 3765 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_INIT2INIT_QP_wrapper() 3901 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_RTR2RTS_QP_wrapper() 3923 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_RTS2RTS_QP_wrapper() 3938 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_SQERR2RTS_QP_wrapper() 3960 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_SQD2SQD_QP_wrapper() 3982 return mlx4_GEN_QP_wrapper(dev, slave, vhcr, inbox, outbox, cmd); in mlx4_SQD2RTS_QP_wrapper()
|
D | mlx4.h | 1133 int mlx4_GEN_QP_wrapper(struct mlx4_dev *dev, int slave,
|