summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4680a9)
raw | patch | inline | side by side (parent: e4680a9)
author | David Lide <a0216552@gtudci01.(none)> | |
Fri, 5 Oct 2012 20:44:39 +0000 (16:44 -0400) | ||
committer | David Lide <a0216552@gtudci01.(none)> | |
Fri, 5 Oct 2012 20:44:39 +0000 (16:44 -0400) |
ti/runtime/netapi/pktio.h | patch | blob | history |
index fc374bbb690431dff83854321640f92b0d8b151f..96ae76e45555b66a30e34e563aeb84fe924f84a2 100755 (executable)
/**
* @file pktio.h
* @brief pktio module main header file for user space transport library
+ * @detailts: pktio provides an abstraction to H/W queues that are used to transmit and receive packets, IPC messages, etc. Pktio channels can be created by user but there are also several canned channels available for NETCP transmit, receive, SA sideband crypto transmit and receive
*/
/**
* @def NETCP_TX
- * This defines the pktio NETCP transmit INFLOW channel name
+ * This defines the pktio NETCP transmit channel name
*/
#define NETCP_TX "NETCP_TX"
/**
* @def NETCP_RX
- * This defines the pktio NETCP receive INFLOW channel name
+ * This defines the pktio NETCP receive channel name
*/
#define NETCP_RX "NETCP_RX"
/**
* @def NETCP_SB_RX
- * This defines the pktio NETCP receive SIDEBAND channel name
+ * This defines the pktio NETCP-SA receive SIDEBAND channel name
*/
#define NETCP_SB_RX "NETCP_SB_RX"
/**
* @def NETCP_SB_TX
- * This defines the pktio NETCP transmit SIDEBAND channel name
+ * This defines the pktio NETCP-SA transmit SIDEBAND channel name
*/
#define NETCP_SB_TX "NETCP_SB_TX"