Searched refs:opcode_mod (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | cmd.h | 34 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 907 u8 opcode_mod) in __mlxsw_cmd_sw2hw_dq() argument 910 opcode_mod, dq_number, in __mlxsw_cmd_sw2hw_dq() 965 u32 dq_number, u8 opcode_mod) in __mlxsw_cmd_hw2sw_dq() argument 968 opcode_mod, dq_number); in __mlxsw_cmd_hw2sw_dq() 1000 u32 dq_number, u8 opcode_mod) in __mlxsw_cmd_2err_dq() argument 1003 opcode_mod, dq_number); in __mlxsw_cmd_2err_dq() 1032 u8 opcode_mod) in __mlxsw_cmd_query_dq() argument [all …]
|
A D | core.c | 2943 int mlxsw_cmd_exec(struct mlxsw_core *mlxsw_core, u16 opcode, u8 opcode_mod, in mlxsw_cmd_exec() argument 2956 opcode, mlxsw_cmd_opcode_str(opcode), opcode_mod, in_mod); in mlxsw_cmd_exec() 2963 opcode_mod, in_mod, out_mbox_direct, in mlxsw_cmd_exec() 2977 opcode, mlxsw_cmd_opcode_str(opcode), opcode_mod, in mlxsw_cmd_exec() 2981 opcode, mlxsw_cmd_opcode_str(opcode), opcode_mod, in mlxsw_cmd_exec()
|
A D | core.h | 446 int (*cmd_exec)(void *bus_priv, u16 opcode, u8 opcode_mod,
|
A D | i2c.c | 485 static int mlxsw_i2c_cmd_exec(void *bus_priv, u16 opcode, u8 opcode_mod, in mlxsw_i2c_cmd_exec() argument
|
A D | pci.c | 1721 static int mlxsw_pci_cmd_exec(void *bus_priv, u16 opcode, u8 opcode_mod, in mlxsw_pci_cmd_exec() argument 1761 (opcode_mod << MLXSW_PCI_CIR_CTRL_OPCODE_MOD_SHIFT) | in mlxsw_pci_cmd_exec()
|
Completed in 22 milliseconds