Home
last modified time | relevance | path

Searched refs:flow_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1546 u8 flow_type; in ixgbe_fdir_add_signature_filter_82599() local
1557 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK); in ixgbe_fdir_add_signature_filter_82599()
1558 flow_type = input.formatted.flow_type & in ixgbe_fdir_add_signature_filter_82599()
1560 switch (flow_type) { in ixgbe_fdir_add_signature_filter_82599()
1576 fdircmd |= (u32)flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT; in ixgbe_fdir_add_signature_filter_82599()
1734 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599()
1949 if (input->formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK) in ixgbe_fdir_write_perfect_filter_82599()
1951 fdircmd |= input->formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT; in ixgbe_fdir_write_perfect_filter_82599()
2027 switch (input->formatted.flow_type) { in ixgbe_fdir_add_perfect_filter_82599()
2030 input_mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK; in ixgbe_fdir_add_perfect_filter_82599()
[all …]
H A Dixgbe_type.h3542 u8 flow_type; member
3561 u8 flow_type; member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h111 uint32_t flow_type; member
H A Dhxge_pfc.c143 fs, fs->flow_spec.flow_type, fs->channel_cookie)); in hxge_put_tcam()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1101 if (flow_spec->flow_type == FSPEC_AHIP4) { in nxge_fill_tcam_entry_ah_esp()
1135 if (flow_spec->flow_type == FSPEC_AHIP6) { in nxge_fill_tcam_entry_ah_esp_ipv6()
1198 switch (flow_spec->flow_type) { in nxge_flow_get_hash()
1295 if (flow_spec->flow_type == FSPEC_IP_USR) { in nxge_add_tcam_entry()
1388 switch (flow_spec->flow_type) { in nxge_add_tcam_entry()
1482 flow_spec->flow_type)); in nxge_add_tcam_entry()
1651 fs, fs->flow_spec.flow_type, fs->channel_cookie)); in nxge_put_tcam()
2448 fspec->flow_type = nxge_tcam_cls_to_flow(tp->ip4_class_key); in nxge_get_tcam_entry()
2451 if (fspec->flow_type == FSPEC_AHIP4) { in nxge_get_tcam_entry()
2453 fspec->flow_type = FSPEC_ESPIP4; in nxge_get_tcam_entry()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h130 uint32_t flow_type; member
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c286 char flow_type[2 * FLOW_MAX_TYPE]; in mac_flow_dcmd_output() local
297 mdb_snprintf(flow_type, 2 * FLOW_MAX_TYPE, "%hb", in mac_flow_dcmd_output()
300 addr, fe.fe_flow_name, flow_type, flow_flags, func_name); in mac_flow_dcmd_output()