Home
last modified time | relevance | path

Searched refs:mbct_pl (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dcore_linecards.c826 mlxsw_reg_mbct_pack(linecard->mbct_pl, linecard->slot_index, in __mlxsw_linecard_fix_fsm_state()
829 MLXSW_REG(mbct), linecard->mbct_pl); in __mlxsw_linecard_fix_fsm_state()
848 mlxsw_reg_mbct_pack(linecard->mbct_pl, linecard->slot_index, in mlxsw_linecard_query_ini_status()
851 linecard->mbct_pl); in mlxsw_linecard_query_ini_status()
856 mlxsw_reg_mbct_unpack(linecard->mbct_pl, NULL, status, fsm_state); in mlxsw_linecard_query_ini_status()
883 mlxsw_reg_mbct_pack(linecard->mbct_pl, linecard->slot_index, in mlxsw_linecard_ini_transfer()
885 mlxsw_reg_mbct_dt_pack(linecard->mbct_pl, data_size, in mlxsw_linecard_ini_transfer()
888 linecard->mbct_pl); in mlxsw_linecard_ini_transfer()
893 mlxsw_reg_mbct_unpack(linecard->mbct_pl, NULL, in mlxsw_linecard_ini_transfer()
917 mlxsw_reg_mbct_pack(linecard->mbct_pl, linecard->slot_index, in mlxsw_linecard_ini_erase()
[all …]
Dcore.h603 char mbct_pl[MLXSW_REG_MBCT_LEN]; /* Too big for stack */ member