![]() |
RTEMS 6.1
|
Data Structures | |
| struct | pkt_cpy |
Functions | |
| rtems_mpci_entry | Shm_Send_packet (uint32_t node, rtems_packet_prefix *packet) |
| rtems_mpci_entry Shm_Send_packet | ( | uint32_t | node, |
| rtems_packet_prefix * | packet | ||
| ) |
This routine is the shared memory driver locked queue write MPCI driver routine. This routine sends the specified packet to the destination specified by "node". A "node" value of zero designates that this packet is to be broadcasted.
| node | is the destination of this packet (0 = broadcast) |
| packet | is the address of packet |