Searched refs:mlx4_qp_detach_common (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 1207 int mlx4_qp_detach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_qp_detach_common() function 1445 return mlx4_qp_detach_common(dev, qp, gid, prot, in mlx4_multicast_detach() 1540 return mlx4_qp_detach_common(dev, qp, gid, prot, MLX4_UC_STEER); in mlx4_unicast_detach()
|
D | mlx4.h | 1293 int mlx4_qp_detach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
|
D | resource_tracker.c | 4034 return mlx4_qp_detach_common(dev, qp, gid, prot, type); in qp_detach() 4452 (void) mlx4_qp_detach_common(dev, &qp, rgid->gid, in detach_qp()
|