Public Attributes | |
l4_uint32_t | num_packets |
number of packets | |
l4_uint32_t | num_sg_elems |
number of scatter/gather list elements | |
l4_uint32_t | max_sg_len |
maximum length of sg-list | |
l4_uint32_t | packets_committed |
number of packets commited by the sender and not yet released (i.e. |
Definition at line 137 of file types.h.
l4_uint32_t dsi_ctrl_header::packets_committed |
number of packets commited by the sender and not yet released (i.e.
commited) by the receiver, => 'fill level' of the packet list
Definition at line 143 of file types.h.
Referenced by __commit_receive_packet(), __commit_send_packet(), __init_ctrl_ds(), and dsi_socket_get_num_committed_packets().