Searched refs:flow_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-sflow.c282 int nsamples, nrecords, counter_len, counter_type, flow_len, flow_type; local
372 flow_type = EXTRACT_32BITS(tptr)&0x0FFF;
375 tok2str(sflow_flow_type_values,"Unknown",flow_type),
376 flow_type,
386 switch(flow_type) {
/netbsd-6-1-5-RELEASE/sys/dev/pci/ixgbe/
H A Dixgbe_82599.c1572 * Get the flow_type in order to program FDIRCMD properly
1575 switch (input.formatted.flow_type) {
1591 fdircmd |= input.formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT;
1672 * Check flow_type formatting, and bail out before we touch the hardware
1675 switch (input->formatted.flow_type) {
1778 fdircmd |= input->formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT;
H A Dixgbe_type.h2324 * flow_type - 1 byte
2335 u8 flow_type; member in struct:ixgbe_atr_input::__anon7985
2351 u8 flow_type; member in struct:ixgbe_atr_hash_dword::__anon7986
H A Dixgbe.c3491 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4;
3498 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4;

Completed in 137 milliseconds