Home
last modified time | relevance | path

Searched refs:opcode_mod (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dcmd.h34 u8 opcode_mod, u32 in_mod, char *in_mbox, in mlxsw_cmd_exec_in() argument
42 u8 opcode_mod, u32 in_mod, in mlxsw_cmd_exec_out() argument
52 u8 opcode_mod, u32 in_mod) in mlxsw_cmd_exec_none() argument
992 u8 opcode_mod) in __mlxsw_cmd_sw2hw_dq() argument
995 opcode_mod, dq_number, in __mlxsw_cmd_sw2hw_dq()
1062 u32 dq_number, u8 opcode_mod) in __mlxsw_cmd_hw2sw_dq() argument
1065 opcode_mod, dq_number); in __mlxsw_cmd_hw2sw_dq()
1097 u32 dq_number, u8 opcode_mod) in __mlxsw_cmd_2err_dq() argument
1100 opcode_mod, dq_number); in __mlxsw_cmd_2err_dq()
1129 u8 opcode_mod) in __mlxsw_cmd_query_dq() argument
[all …]
H A Dcore.c3232 int mlxsw_cmd_exec(struct mlxsw_core *mlxsw_core, u16 opcode, u8 opcode_mod, in mlxsw_cmd_exec() argument
3245 opcode, mlxsw_cmd_opcode_str(opcode), opcode_mod, in_mod); in mlxsw_cmd_exec()
3252 opcode_mod, in_mod, out_mbox_direct, in mlxsw_cmd_exec()
3266 opcode, mlxsw_cmd_opcode_str(opcode), opcode_mod, in mlxsw_cmd_exec()
3270 opcode, mlxsw_cmd_opcode_str(opcode), opcode_mod, in mlxsw_cmd_exec()
H A Di2c.c500 static int mlxsw_i2c_cmd_exec(void *bus_priv, u16 opcode, u8 opcode_mod, in mlxsw_i2c_cmd_exec() argument
H A Dcore.h494 int (*cmd_exec)(void *bus_priv, u16 opcode, u8 opcode_mod,
H A Dpci.c2233 static int mlxsw_pci_cmd_exec(void *bus_priv, u16 opcode, u8 opcode_mod, in mlxsw_pci_cmd_exec() argument
2272 (opcode_mod << MLXSW_PCI_CIR_CTRL_OPCODE_MOD_SHIFT) | in mlxsw_pci_cmd_exec()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_send.c442 int opcode_mod = 0; in dr_rdma_segments() local
458 opcode_mod = MLX5_CMD_OP_MOD_UPDATE_HEADER_MODIFY_ARGUMENT; in dr_rdma_segments()
472 cpu_to_be32((opcode_mod << 24) | in dr_rdma_segments()