Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Demad.h28 #define MLXSW_EMAD_OP_TLV_LEN 4 /* Length in u32 */ macro
H A Dcore.c465 mlxsw_emad_op_tlv_len_set(op_tlv, MLXSW_EMAD_OP_TLV_LEN); in mlxsw_emad_pack_op_tlv()
526 buf = skb_push(skb, MLXSW_EMAD_OP_TLV_LEN * sizeof(u32)); in mlxsw_emad_construct()
563 MLXSW_EMAD_OP_TLV_LEN * sizeof(u32); in mlxsw_emad_tlv_parse()
611 return ((char *) (mbox + (MLXSW_EMAD_OP_TLV_LEN + 1) * sizeof(u32))); in mlxsw_emad_reg_payload_cmd()
932 (MLXSW_EMAD_OP_TLV_LEN + MLXSW_EMAD_END_TLV_LEN) * in mlxsw_emad_alloc()
2919 tmp = in_mbox + MLXSW_EMAD_OP_TLV_LEN * sizeof(u32); in mlxsw_core_reg_access_cmd()