/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 64 struct mlxsw_sp_rif *rif; member 93 static struct net_device *mlxsw_sp_rif_dev(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_dev() argument 95 if (!rif->crif) in mlxsw_sp_rif_dev() 97 return rif->crif->key.dev; in mlxsw_sp_rif_dev() 138 void (*setup)(struct mlxsw_sp_rif *rif, 140 int (*configure)(struct mlxsw_sp_rif *rif, 142 void (*deconfigure)(struct mlxsw_sp_rif *rif); 143 struct mlxsw_sp_fid * (*fid_get)(struct mlxsw_sp_rif *rif, 146 void (*fdb_del)(struct mlxsw_sp_rif *rif, const char *mac); 163 static void mlxsw_sp_rif_destroy(struct mlxsw_sp_rif *rif); [all …]
|
D | spectrum_router.h | 92 u16 mlxsw_sp_ipip_lb_rif_index(const struct mlxsw_sp_rif_ipip_lb *rif); 93 u16 mlxsw_sp_ipip_lb_ul_vr_id(const struct mlxsw_sp_rif_ipip_lb *rif); 96 int mlxsw_sp_rif_dev_ifindex(const struct mlxsw_sp_rif *rif); 97 bool mlxsw_sp_rif_has_dev(const struct mlxsw_sp_rif *rif); 98 bool mlxsw_sp_rif_dev_is(const struct mlxsw_sp_rif *rif, 101 struct mlxsw_sp_rif *rif, 104 void mlxsw_sp_rif_counter_free(struct mlxsw_sp_rif *rif, 106 int mlxsw_sp_rif_counter_alloc(struct mlxsw_sp_rif *rif, 109 mlxsw_sp_rif_neigh_next(struct mlxsw_sp_rif *rif, 118 #define mlxsw_sp_rif_neigh_for_each(neigh_entry, rif) \ argument [all …]
|
D | spectrum_dpipe.c | 156 struct mlxsw_sp_rif *rif, in mlxsw_sp_erif_entry_get() argument 166 *rif_value = mlxsw_sp_rif_index(rif); in mlxsw_sp_erif_entry_get() 167 entry->match_values->mapping_value = mlxsw_sp_rif_dev_ifindex(rif); in mlxsw_sp_erif_entry_get() 176 entry->index = mlxsw_sp_rif_index(rif); in mlxsw_sp_erif_entry_get() 181 err = mlxsw_sp_rif_counter_value_get(mlxsw_sp, rif, in mlxsw_sp_erif_entry_get() 222 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_erif_entries_dump() local 224 if (!rif || !mlxsw_sp_rif_has_dev(rif)) in mlxsw_sp_dpipe_table_erif_entries_dump() 226 err = mlxsw_sp_erif_entry_get(mlxsw_sp, &entry, rif, in mlxsw_sp_dpipe_table_erif_entries_dump() 264 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_erif_counters_update() local 266 if (!rif) in mlxsw_sp_dpipe_table_erif_counters_update() [all …]
|
D | spectrum_mr.c | 29 const struct mlxsw_sp_rif *rif; member 102 return vif->ops->is_regular(vif) && vif->dev && vif->rif; in mlxsw_sp_mr_vif_valid() 156 if (mlxsw_sp_mr_vif_exists(rve->mr_vif) && !rve->mr_vif->rif) in mlxsw_sp_mr_route_action() 223 u16 rifi = mlxsw_sp_rif_index(rve->mr_vif->rif); in mlxsw_sp_mr_route_info_create() 230 irif_index = mlxsw_sp_rif_index(mr_route->ivif.mr_vif->rif); in mlxsw_sp_mr_route_info_create() 494 irif_index = mlxsw_sp_rif_index(rve->mr_vif->rif); in mlxsw_sp_mr_route_ivif_resolve() 540 erif_index = mlxsw_sp_rif_index(rve->mr_vif->rif); in mlxsw_sp_mr_route_evif_resolve() 615 rifi = mlxsw_sp_rif_index(rve->mr_vif->rif); in mlxsw_sp_mr_route_evif_unresolve() 625 const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_vif_resolve() argument 632 mr_vif->rif = rif; in mlxsw_sp_mr_vif_resolve() [all …]
|
D | spectrum_fid.c | 34 struct mlxsw_sp_rif *rif; member 98 const struct mlxsw_sp_rif *rif); 479 return fid->rif; in mlxsw_sp_fid_rif() 591 const struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_edit_op() argument 604 if (rif) { in mlxsw_sp_fid_edit_op() 606 mlxsw_reg_sfmr_irif_set(sfmr_pl, mlxsw_sp_rif_index(rif)); in mlxsw_sp_fid_edit_op() 613 const struct mlxsw_sp_rif *rif, in mlxsw_sp_fid_vni_to_fid_map() argument 621 irif_valid = !!rif; in mlxsw_sp_fid_vni_to_fid_map() 622 irif_index = rif ? mlxsw_sp_rif_index(rif) : 0; in mlxsw_sp_fid_vni_to_fid_map() 630 const struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_to_fid_rif_update() argument [all …]
|
D | spectrum_mr.h | 80 const struct mlxsw_sp_rif *rif); 83 const struct mlxsw_sp_rif *rif); 85 const struct mlxsw_sp_rif *rif); 87 const struct mlxsw_sp_rif *rif, int mtu);
|
D | reg.h | 6848 MLXSW_ITEM32(reg, ritr, rif, 0x00, 0, 16); 7124 static inline void mlxsw_reg_ritr_rif_pack(char *payload, u16 rif) in mlxsw_reg_ritr_rif_pack() argument 7127 mlxsw_reg_ritr_rif_set(payload, rif); in mlxsw_reg_ritr_rif_pack() 7141 u16 rif, u16 vr_id, u16 mtu) in mlxsw_reg_ritr_pack() argument 7153 mlxsw_reg_ritr_rif_set(payload, rif); in mlxsw_reg_ritr_pack() 7169 mlxsw_reg_ritr_vlan_if_pack(char *payload, bool enable, u16 rif, u16 vr_id, in mlxsw_reg_ritr_vlan_if_pack() argument 7175 mlxsw_reg_ritr_pack(payload, enable, type, rif, vr_id, mtu); in mlxsw_reg_ritr_vlan_if_pack() 8234 MLXSW_ITEM32(reg, rauht, rif, 0x00, 0, 16); 8289 enum mlxsw_reg_rauht_op op, u16 rif, in mlxsw_reg_rauht_pack() argument 8294 mlxsw_reg_rauht_rif_set(payload, rif); in mlxsw_reg_rauht_pack() [all …]
|
D | spectrum.h | 754 u16 mlxsw_sp_rif_index(const struct mlxsw_sp_rif *rif); 755 int mlxsw_sp_rif_subport_port(const struct mlxsw_sp_rif *rif, 1303 int mlxsw_sp_fid_rif_set(struct mlxsw_sp_fid *fid, struct mlxsw_sp_rif *rif);
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
D | rif_counter_scale.sh | 12 max_cnts=$(devlink_resource_size_get counters rif)
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | rif_counter_scale.sh | 12 max_cnts=$(devlink_resource_size_get counters rif)
|
/linux-6.12.1/include/uapi/linux/ |
D | atm.h | 147 unsigned int rif : 4; /* Rate Increment Factor (4-bit) */ member
|
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_router_hw.h | 51 void *rif; member
|
D | prestera_router.c | 129 nk->rif = (void *)ck->dev; in prestera_util_nc_key2nh_key() 881 fc->lpm_info.nh_grp_key.neigh[0].rif = in __prestera_pr_k_arb_fc_lpm_info_calc() 897 fc->lpm_info.nh_grp_key.neigh[nh_cnt].rif = in __prestera_pr_k_arb_fc_lpm_info_calc()
|
/linux-6.12.1/drivers/media/tuners/ |
D | tda9887.c | 336 static char *rif[4] = { in dump_write_message() local 376 rif[(buf[3] & 0x0c) >> 2]); in dump_write_message()
|
/linux-6.12.1/arch/arm64/boot/dts/renesas/ |
D | r8a77990.dtsi | 1354 drif00: rif@e6f40000 { 1369 drif01: rif@e6f50000 { 1384 drif10: rif@e6f60000 { 1399 drif11: rif@e6f70000 { 1414 drif20: rif@e6f80000 { 1429 drif21: rif@e6f90000 { 1444 drif30: rif@e6fa0000 { 1459 drif31: rif@e6fb0000 {
|
D | r8a77965.dtsi | 1617 drif00: rif@e6f40000 { 1632 drif01: rif@e6f50000 { 1647 drif10: rif@e6f60000 { 1662 drif11: rif@e6f70000 { 1677 drif20: rif@e6f80000 { 1692 drif21: rif@e6f90000 { 1707 drif30: rif@e6fa0000 { 1722 drif31: rif@e6fb0000 {
|
D | r8a77960.dtsi | 1754 drif00: rif@e6f40000 { 1769 drif01: rif@e6f50000 { 1784 drif10: rif@e6f60000 { 1799 drif11: rif@e6f70000 { 1814 drif20: rif@e6f80000 { 1829 drif21: rif@e6f90000 { 1844 drif30: rif@e6fa0000 { 1859 drif31: rif@e6fb0000 {
|
D | r8a77951.dtsi | 1883 drif00: rif@e6f40000 { 1898 drif01: rif@e6f50000 { 1913 drif10: rif@e6f60000 { 1928 drif11: rif@e6f70000 { 1943 drif20: rif@e6f80000 { 1958 drif21: rif@e6f90000 { 1973 drif30: rif@e6fa0000 { 1988 drif31: rif@e6fb0000 {
|
/linux-6.12.1/drivers/atm/ |
D | iphase.c | 367 srv_p->rif = 0xf; in init_abr_vc() 415 if (srv_p->rif > MAX_RIF) in ia_open_abr_vc() 449 air = srv_p->pcr << (15 - srv_p->rif); in ia_open_abr_vc() 1860 if (vcc->qos.txtp.rif) 1861 srv_p.rif = vcc->qos.txtp.rif;
|
D | iphase.h | 833 u8 rif; /* Rate Increment Factor (4-bit) */ member
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx-pko-defs.h | 1266 uint64_t rif:1; member 1286 uint64_t rif:1;
|