RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Data Structures | Functions
shmdr-send.c File Reference
#include <rtems.h>
#include "shm_driver.h"

Data Structures

struct  pkt_cpy
 

Functions

rtems_mpci_entry Shm_Send_packet (uint32_t node, rtems_packet_prefix *packet)
 

Function Documentation

◆ Shm_Send_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.

Parameters
nodeis the destination of this packet (0 = broadcast)
packetis the address of packet
Returns
NONE