Lines Matching refs:regid_p
1460 u64 *regid_p; in mlx4_flow_steer_promisc_add() local
1464 regid_p = &dev->regid_promisc_array[port]; in mlx4_flow_steer_promisc_add()
1467 regid_p = &dev->regid_allmulti_array[port]; in mlx4_flow_steer_promisc_add()
1473 if (*regid_p != 0) in mlx4_flow_steer_promisc_add()
1482 return mlx4_flow_attach(dev, &rule, regid_p); in mlx4_flow_steer_promisc_add()
1490 u64 *regid_p; in mlx4_flow_steer_promisc_remove() local
1494 regid_p = &dev->regid_promisc_array[port]; in mlx4_flow_steer_promisc_remove()
1497 regid_p = &dev->regid_allmulti_array[port]; in mlx4_flow_steer_promisc_remove()
1503 if (*regid_p == 0) in mlx4_flow_steer_promisc_remove()
1506 ret = mlx4_flow_detach(dev, *regid_p); in mlx4_flow_steer_promisc_remove()
1508 *regid_p = 0; in mlx4_flow_steer_promisc_remove()