Searched refs:flow (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile46 expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o \
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c117 pr_warn("Device managed flow steering is unavailable for IB port in multifunction env.\n");
1108 * This is done through either mremap flow or split_vma (usually due
1125 * closing flow. (e.g. mlx4_ib_dealloc_ucontext) However need a sync
1640 pr_err("Device managed flow steering is disabled. Fail to register network rule.\n");
2916 struct ib_flow_attr *flow = NULL; local
2922 flow = kzalloc(flow_size, GFP_KERNEL);
2923 if (!flow)
2925 flow->port = mqp->port;
2926 flow->num_of_specs = 1;
2927 flow
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp91 // The content for a section is represented as a flow sequence of hex bytes.
102 static const bool flow = true; member in struct:llvm::yaml::SequenceTraits
105 // The indirect symbols for a section is represented as a flow sequence
117 static const bool flow = true; member in struct:llvm::yaml::SequenceTraits
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile71 $(srcdir)/tree-mudflap.c $(srcdir)/tree-flow.h \
/freebsd-11-stable/sys/netinet/
H A Dip_fw.h258 O_FLOW6ID, /* for flow id tag in the ipv6 pkt */
673 * This structure is used as a flow mask and a flow id for various
711 struct ipfw_flow_id id; /* (masked) flow id */
755 #define IPFW_TABLE_FLOW 4 /* Table for holding flow data */
849 /* IPv4/IPv6 L4 flow description */
901 struct tflow_entry flow; member in union:_ipfw_obj_tentry::__anon5435
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h183 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c82 { "flow", IPFW_TABLE_FLOW },
89 { "flow:hash", IPFW_TABLE_FLOW },
365 "unable to parse flow option %s", e);
402 * ipfw table NAME create [ type { addr | iface | number | flow } ]
1257 tfe = &tentry->k.flow;
1892 tfe = &tent->k.flow;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_output.c1039 uint32_t flow; local
1045 offsetof(struct ip6_hdr, ip6_flow), sizeof(flow),
1046 (caddr_t) &flow);
1047 tos = (uint8_t)(ntohl(flow) >> 20);
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in806 TREE_FLOW_H = tree-flow.h tree-flow-inline.h tree-ssa-operands.h \
1006 expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o \
2423 tree-flow-inline.h $(TIMEVAR_H) tree-pass.h
2428 flow.o : flow.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
2871 $(srcdir)/tree-mudflap.c $(srcdir)/tree-flow.h \
/freebsd-11-stable/sbin/ping6/
H A Dping6.c2513 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; local
2523 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c803 * Save incoming MTU (peer's outgoing MTU) and outgoing flow
1005 * incoming MTU) and incoming flow spec.
1531 * does not provide any flow control.
2046 /* Default flow */
2336 case SO_L2CAP_IFLOW: /* get incoming flow spec. */
2341 case SO_L2CAP_OFLOW: /* get outgoing flow spec. */
2383 case SO_L2CAP_OFLOW: /* set outgoing flow spec. */
2384 error = sooptcopyin(sopt, &v, sizeof(v),sizeof(v.flow));
2386 bcopy(&v.flow, &pcb->oflow, sizeof(pcb->oflow));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp866 static const bool flow = true; member in struct:llvm::yaml::SequenceElementTraits
884 static const bool flow = true; member in struct:llvm::yaml::SequenceElementTraits
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c74 * there are the following types: "addr", "iface", "number" and "flow".
3051 * flow:hash cmds
3370 tfe = &tent->k.flow;
3455 tei.paddr = &tent->k.flow;
3756 .name = "flow:hash",
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3105 /* specify what RSS queue was used for this flow */
3394 /* specify what RSS queue was used for this flow */
6649 * 20 - Chip reset flow bit. When set none-leader must wait for both engines
7056 /* dropless flow control */
8722 * This flow may have been scheduled by the arrival of a ramrod
11866 const char *flow; local
11887 flow = "ON - receive & transmit";
11892 flow = "ON - receive";
11897 flow = "ON - transmit";
11899 flow
[all...]

Completed in 287 milliseconds

12