Allows WHD to perform buffer related operations like, allocating, releasing, retrieving the current pointer of and size of a packet buffer. More...
Data Structures | |
struct | whd_buffer_funcs |
Allows WHD to perform buffer related operations like, allocating, releasing, retrieving the current pointer of and size of a packet buffer. More... | |
Enumerations |
Allows WHD to perform buffer related operations like, allocating, releasing, retrieving the current pointer of and size of a packet buffer.
enum whd_buffer_dir_t |
Indicates transmit/receive direction that the packet buffer has been used for.
This is needed if tx/rx pools are separate.
Enumerator | |
---|---|
WHD_NETWORK_TX |
Transmit direction. |
WHD_NETWORK_RX |
Recieve direction. |
Definition at line 47 of file whd_network_types.h.