Searched refs:adjacency_index (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.h | 116 u16 trap_id, u32 adjacency_index, u16 ecmp_size);
|
D | spectrum_router_xm.c | 201 u16 trap_id, u32 adjacency_index, u16 ecmp_size) in mlxsw_sp_router_ll_xm_fib_entry_act_remote_pack() argument 206 trap_action, trap_id, adjacency_index, ecmp_size); in mlxsw_sp_router_ll_xm_fib_entry_act_remote_pack()
|
D | reg.h | 6912 u32 adjacency_index, u16 egress_rif) in mlxsw_reg_ratr_pack() argument 6918 mlxsw_reg_ratr_adjacency_index_low_set(payload, adjacency_index); in mlxsw_reg_ratr_pack() 6919 mlxsw_reg_ratr_adjacency_index_high_set(payload, adjacency_index >> 16); in mlxsw_reg_ratr_pack() 7491 MLXSW_ITEM32(reg, ralue, adjacency_index, 0x24, 0, 24); 7570 u16 trap_id, u32 adjacency_index, u16 ecmp_size) in mlxsw_reg_ralue_act_remote_pack() argument 7576 mlxsw_reg_ralue_adjacency_index_set(payload, adjacency_index); in mlxsw_reg_ralue_act_remote_pack() 7789 MLXSW_ITEM32(reg, raleu, adjacency_index, 0x10, 0, 24); 7812 u32 adjacency_index, u16 ecmp_size, in mlxsw_reg_raleu_pack() argument 7819 mlxsw_reg_raleu_adjacency_index_set(payload, adjacency_index); in mlxsw_reg_raleu_pack() 8168 MLXSW_ITEM32(reg, ratrad, adjacency_index, 0x04, 0, 24); [all …]
|
D | spectrum_router.c | 5649 u16 trap_id, u32 adjacency_index, u16 ecmp_size) in mlxsw_sp_router_ll_basic_fib_entry_act_remote_pack() argument 5654 trap_id, adjacency_index, ecmp_size); in mlxsw_sp_router_ll_basic_fib_entry_act_remote_pack() 5773 u32 adjacency_index = 0; in mlxsw_sp_fib_entry_op_remote() local 5783 adjacency_index = nhgi->adj_index; in mlxsw_sp_fib_entry_op_remote() 5790 adjacency_index = mlxsw_sp->router->adj_discard_index; in mlxsw_sp_fib_entry_op_remote() 5799 adjacency_index, ecmp_size); in mlxsw_sp_fib_entry_op_remote()
|