History log of /openbmc/libmctp/libmctp.h (Results 26 – 32 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1cd31184 27-Feb-2019 Jeremy Kerr <jk@ozlabs.org>

API: add mctp_set_tx_enabled

Provide a method for MCTP bindings to implement flow control

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


# 0a00dca2 28-Feb-2019 Jeremy Kerr <jk@ozlabs.org>

API,core: Add reference from binding to mctp core

All of the prototype binding implementations so far have added a
reference to the core struct mctp from their binding.

This cha

API,core: Add reference from binding to mctp core

All of the prototype binding implementations so far have added a
reference to the core struct mctp from their binding.

This change adds a the struct mctp pointer to struct mctp_binding, so it
doesn't need to be included in every implementation.

This also allows us to drop the struct mctp * argument where we have a
reference to a binding.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

show more ...


# 7520cec0 28-Feb-2019 Jeremy Kerr <jk@ozlabs.org>

Add reference to bus from binding

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


# b11ad2cf 28-Feb-2019 Deepak Kodihalli <dkodihal@in.ibm.com>

Add extern "C" to headers

Add extern "C" to headers so that they can be included by cpp code.

Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>


# 9f101228 11-Feb-2019 Ed Tanous <ed.tanous@intel.com>

Fix missing paren to make code build

Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


# e16eaabe 07-Feb-2019 Jeremy Kerr <jk@ozlabs.org>

core/pktbuf: Add next pointer to struct mctp_pktbuf

We will want to implement singly-linked queues of packets, so add a next
pointer.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


# 4cdc200f 07-Feb-2019 Jeremy Kerr <jk@ozlabs.org>

Initial MCTP core code

Just a skeleton of the MCTP library at present.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


12