Home
last modified time | relevance | path

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

/libmctp-latest/docs/bindings/
Dvendor-ibm-astlpc.md28 Defined by the MCTP base specification as the smallest maximum packet size all
66 The largest payload the link will accept for a packet. The Maximum Transmission
104 In order to transfer a packet, either side of the channel (BMC or host) will:
106 1. Write the packet to the LPC FW window
118 3. Read the MCTP packet from the LPC FW window
131 remote side, that a packet is ready to be transferred through the LPC FW
200 2. Medium-specific packet header fields
201 3. Medium-specific packet trailer fields
203 MCTP packet data is transferred exactly as is presented, and no data escaping is
208 immediately by the MCTP packet data to be transferred. The full MCTP packet,
[all …]
/libmctp-latest/
Dastlpc.c116 uint32_t (*body_size)(uint32_t packet);
184 static uint32_t astlpc_body_size_v1(uint32_t packet) in astlpc_body_size_v1() argument
186 assert((packet - 4) < packet); in astlpc_body_size_v1()
188 return packet - 4; in astlpc_body_size_v1()
209 static uint32_t astlpc_body_size_v3(uint32_t packet) in astlpc_body_size_v3() argument
211 assert((packet - 4 - 4) < packet); in astlpc_body_size_v3()
213 return packet - 4 - 4; in astlpc_body_size_v3()
1003 uint32_t body, packet; in mctp_astlpc_rx_start() local
1020 packet = astlpc->proto->packet_size(body) - 4; in mctp_astlpc_rx_start()
1021 pkt = mctp_pktbuf_alloc(&astlpc->binding, packet); in mctp_astlpc_rx_start()
[all …]
DREADME.md138 - Partial packet queue transmit
140 - Message- and packet-buffer pools and preallocation