Home
last modified time | relevance | path

Searched refs:rifs (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Drif_counter_scale.sh11 max_rifs=$(devlink_resource_size_get rifs)
15 ((max_rifs -= $(devlink_resource_occ_get rifs)))
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Drif_counter_scale.sh11 max_rifs=$(devlink_resource_size_get rifs)
15 ((max_rifs -= $(devlink_resource_occ_get rifs)))
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dingress_rif_conf_1d.sh178 rifs_occ_t0=$(devlink_resource_occ_get rifs)
180 rifs_occ_t1=$(devlink_resource_occ_get rifs)
H A Degress_vid_classification.sh179 rifs_occ_t0=$(devlink_resource_occ_get rifs)
181 rifs_occ_t1=$(devlink_resource_occ_get rifs)
H A Dingress_rif_conf_1q.sh173 rifs_occ_t0=$(devlink_resource_occ_get rifs)
175 rifs_occ_t1=$(devlink_resource_occ_get rifs)
H A Dingress_rif_conf_vxlan.sh225 rifs_occ_t0=$(devlink_resource_occ_get rifs)
230 rifs_occ_t1=$(devlink_resource_occ_get rifs)
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.h25 struct mlxsw_sp_rif **rifs; member
H A Dspectrum_router.c2426 if (!mlxsw_sp->router->rifs[rif]) { in mlxsw_sp_router_neigh_ent_ipv4_process()
2432 dev = mlxsw_sp_rif_dev(mlxsw_sp->router->rifs[rif]); in mlxsw_sp_router_neigh_ent_ipv4_process()
2455 if (!mlxsw_sp->router->rifs[rif]) { in mlxsw_sp_router_neigh_ent_ipv6_process()
2460 dev = mlxsw_sp_rif_dev(mlxsw_sp->router->rifs[rif]); in mlxsw_sp_router_neigh_ent_ipv6_process()
8181 if (mlxsw_sp->router->rifs[i] && in mlxsw_sp_rif_find_by_dev()
8182 mlxsw_sp_rif_dev_is(mlxsw_sp->router->rifs[i], dev)) in mlxsw_sp_rif_find_by_dev()
8183 return mlxsw_sp->router->rifs[i]; in mlxsw_sp_rif_find_by_dev()
8373 return mlxsw_sp->router->rifs[rif_index]; in mlxsw_sp_rif_by_index()
8620 mlxsw_sp->router->rifs[rif_index] = rif; in mlxsw_sp_rif_create()
8675 mlxsw_sp->router->rifs[rif_index] = NULL; in mlxsw_sp_rif_create()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h1112 void wlc_phy_nphy_tkip_rifs_war(struct brcms_phy *pi, u8 rifs);
H A Dphy_n.c14334 void wlc_phy_nphy_tkip_rifs_war(struct brcms_phy *pi, u8 rifs) in wlc_phy_nphy_tkip_rifs_war() argument
14338 if (rifs) { in wlc_phy_nphy_tkip_rifs_war()
14350 if (pi->sh && (pi->sh->_rifs_phy != rifs)) in wlc_phy_nphy_tkip_rifs_war()
14351 pi->sh->_rifs_phy = rifs; in wlc_phy_nphy_tkip_rifs_war()