Searched refs:regid_p (Results 1 – 1 of 1) sorted by relevance
1475 u64 *regid_p; in mlx4_flow_steer_promisc_add() local1479 regid_p = &dev->regid_promisc_array[port]; in mlx4_flow_steer_promisc_add()1482 regid_p = &dev->regid_allmulti_array[port]; in mlx4_flow_steer_promisc_add()1488 if (*regid_p != 0) in mlx4_flow_steer_promisc_add()1497 return mlx4_flow_attach(dev, &rule, regid_p); in mlx4_flow_steer_promisc_add()1505 u64 *regid_p; in mlx4_flow_steer_promisc_remove() local1509 regid_p = &dev->regid_promisc_array[port]; in mlx4_flow_steer_promisc_remove()1512 regid_p = &dev->regid_allmulti_array[port]; in mlx4_flow_steer_promisc_remove()1518 if (*regid_p == 0) in mlx4_flow_steer_promisc_remove()1521 ret = mlx4_flow_detach(dev, *regid_p); in mlx4_flow_steer_promisc_remove()[all …]