|
| RTEMS_STATIC_ASSERT (sizeof(MPCI_Internal_packet)<=MP_PACKET_MINIMUM_PACKET_SIZE, MPCI_Internal_packet) |
|
void | _MPCI_Register_packet_processor (MP_packet_Classes the_class, MPCI_Packet_processor the_packet_processor) |
|
MP_packet_Prefix * | _MPCI_Get_packet (void) |
|
void | _MPCI_Return_packet (MP_packet_Prefix *the_packet) |
| Deallocate a packet. More...
|
|
void | _MPCI_Send_process_packet (uint32_t destination, MP_packet_Prefix *the_packet) |
| Send a process packet. More...
|
|
Status_Control | _MPCI_Send_request_packet (uint32_t destination, MP_packet_Prefix *the_packet, States_Control extra_state) |
| Send a request packet. More...
|
|
void | _MPCI_Send_response_packet (uint32_t destination, MP_packet_Prefix *the_packet) |
| Send a response packet. More...
|
|
MP_packet_Prefix * | _MPCI_Receive_packet (void) |
| Receive a packet. More...
|
|
Thread_Control * | _MPCI_Process_response (MP_packet_Prefix *the_packet) |
| Pass a packet to the thread. More...
|
|
void | _MPCI_Receive_server (Thread_Entry_numeric_type ignored) |
| Receive and process all packets. More...
|
|
void | _MPCI_Announce (void) |
| Announce the availability of a packet. More...
|
|
void | _MPCI_Internal_packets_Send_process_packet (MPCI_Internal_Remote_operations operation) |
| Perform a process on another node. More...
|
|
void | _MPCI_Internal_packets_Process_packet (MP_packet_Prefix *the_packet_prefix) |
| Perform requested action from another node. More...
|
|
MPCI_Internal_packet * | _MPCI_Internal_packets_Get_packet (void) |
| Obtain an internal thread. More...
|
|
| RTEMS_SYSINIT_ITEM (_MPCI_Handler_early_initialization, RTEMS_SYSINIT_MP_EARLY, RTEMS_SYSINIT_ORDER_MIDDLE) |
|
| RTEMS_SYSINIT_ITEM (_MPCI_Handler_initialization, RTEMS_SYSINIT_MP, RTEMS_SYSINIT_ORDER_MIDDLE) |
|
| RTEMS_SYSINIT_ITEM (_MPCI_Create_server, RTEMS_SYSINIT_MP_SERVER, RTEMS_SYSINIT_ORDER_MIDDLE) |
|
| RTEMS_SYSINIT_ITEM (_MPCI_Finalize, RTEMS_SYSINIT_MP_FINALIZE, RTEMS_SYSINIT_ORDER_MIDDLE) |
|
Multiprocessing Communications Interface (MPCI) Handler.