/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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);
|
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | rif_counter_scale.sh | 12 max_cnts=$(devlink_resource_size_get counters rif)
|
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | rif_counter_scale.sh | 12 max_cnts=$(devlink_resource_size_get counters rif)
|
/linux/include/uapi/linux/ |
H A D | atm.h | 147 unsigned int rif : 4; /* Rate Increment Factor (4-bit) */ member
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router_hw.h | 51 void *rif; member
|
H A 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/drivers/media/tuners/ |
H A D | tda9887.c | 336 static char *rif[4] = { in dump_write_message() local 376 rif[(buf[3] & 0x0c) >> 2]); in dump_write_message()
|
/linux/arch/arm64/boot/dts/renesas/ |
H A 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 {
|
H A 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 {
|
H A 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 {
|
H A 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/drivers/atm/ |
H A 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;
|
H A D | iphase.h | 833 u8 rif; /* Rate Increment Factor (4-bit) */ member
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 1266 uint64_t rif:1; member 1286 uint64_t rif:1;
|