Home
last modified time | relevance | path

Searched refs:MCTP_HDR_TO_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/libmctp/tests/
H A Dtest_core.c475 (1 << MCTP_HDR_TO_SHIFT) | tag; in mctp_core_test_rx_with_tag()
513 (1 << MCTP_HDR_TO_SHIFT) | tag; in mctp_core_test_rx_with_tag_multifragment()
518 (1 << MCTP_HDR_TO_SHIFT) | tag; in mctp_core_test_rx_with_tag_multifragment()
524 (1 << MCTP_HDR_TO_SHIFT) | tag; in mctp_core_test_rx_with_tag_multifragment()
/openbmc/libmctp/
H A Dlibmctp.h33 #define MCTP_HDR_TO_SHIFT (3) macro
H A Dcore.c570 tag_owner = (hdr->flags_seq_tag >> MCTP_HDR_TO_SHIFT) & in mctp_bus_rx()
809 hdr->flags_seq_tag = (tag_owner << MCTP_HDR_TO_SHIFT) | in mctp_message_tx_on_bus()