Searched refs:start (Results 1 – 7 of 7) sorted by relevance
113 buf->start = binding->pkt_header; in mctp_pktbuf_alloc()114 buf->end = buf->start + len; in mctp_pktbuf_alloc()115 buf->mctp_hdr_off = buf->start; in mctp_pktbuf_alloc()138 return pkt->end - pkt->start; in mctp_pktbuf_size()143 assert(size <= pkt->start); in mctp_pktbuf_alloc_start()144 pkt->start -= size; in mctp_pktbuf_alloc_start()145 return pkt->data + pkt->start; in mctp_pktbuf_alloc_start()372 if (binding->start) { in mctp_register_bus()373 rc = binding->start(binding); in mctp_register_bus()418 if (b1->start) { in mctp_bridge_busses()[all …]
53 size_t start, end, size; member129 int (*start)(struct mctp_binding *binding); member
407 serial->binding.start = mctp_serial_core_start; in mctp_serial_init()
1134 return astlpc->binding.start(&astlpc->binding); in mctp_astlpc_update_channel()1275 astlpc->binding.start = mctp_binding_astlpc_start_bmc; in __mctp_astlpc_init()1277 astlpc->binding.start = mctp_binding_astlpc_start_host; in __mctp_astlpc_init()
497 to attach them to the start of each source file to most effectively
97 rx_pkt->start = 0; in receive_ptkbuf()
166 transmit and receive areas. These offsets are relative to the start of the LPC