Home
last modified time | relevance | path

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

/libmctp-latest/
Dastlpc.c115 uint32_t (*packet_size)(uint32_t body);
177 static uint32_t astlpc_packet_size_v1(uint32_t body) in astlpc_packet_size_v1() argument
179 assert((body + 4) > body); in astlpc_packet_size_v1()
181 return body + 4; in astlpc_packet_size_v1()
202 static uint32_t astlpc_packet_size_v3(uint32_t body) in astlpc_packet_size_v3() argument
204 assert((body + 4 + 4) > body); in astlpc_packet_size_v3()
206 return body + 4 + 4; in astlpc_packet_size_v3()
1003 uint32_t body, packet; in mctp_astlpc_rx_start() local
1005 mctp_astlpc_lpc_read(astlpc, &body, astlpc->layout.rx.offset, in mctp_astlpc_rx_start()
1006 sizeof(body)); in mctp_astlpc_rx_start()
[all …]
DLICENSE443 the limitation as if written in the body of this License.