Linux Kernel
3.7.1
|
#include <drv_mpipe_intf.h>
An individual rule.
Definition at line 519 of file drv_mpipe_intf.h.
uint16_t bucket_first |
The offset for converting a flow hash into a bucket.
Definition at line 540 of file drv_mpipe_intf.h.
uint16_t bucket_mask |
The mask for converting a flow hash into a bucket.
Definition at line 537 of file drv_mpipe_intf.h.
uint16_t capacity |
The "capacity" of the largest buffer.
Definition at line 534 of file drv_mpipe_intf.h.
uint32_t channel_bits |
The actual channels.
Definition at line 546 of file drv_mpipe_intf.h.
uint8_t dmacs_and_vlans[] |
The actual dmacs and vlans.
Definition at line 555 of file drv_mpipe_intf.h.
uint8_t headroom |
The "headroom" in each buffer.
Definition at line 528 of file drv_mpipe_intf.h.
uint16_t num_dmacs |
The number of dmacs.
Definition at line 549 of file drv_mpipe_intf.h.
uint16_t num_vlans |
The number of vlans.
Definition at line 552 of file drv_mpipe_intf.h.
int16_t priority |
The priority.
Definition at line 525 of file drv_mpipe_intf.h.
uint16_t size |
The total size.
Definition at line 522 of file drv_mpipe_intf.h.
gxio_mpipe_rules_stacks_t stacks |
The buffer stack ids.
Definition at line 543 of file drv_mpipe_intf.h.
uint8_t tailroom |
The "tailroom" in each buffer.
Definition at line 531 of file drv_mpipe_intf.h.