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

12

/freebsd-12-stable/contrib/bearssl/T0/
H A DT0Comp.cs47 bool flow = true;
126 flow = false;
146 tc.enableFlowAnalysis = flow;
183 " -nf disable flow analysis");
1502 * Do flow analysis.
/freebsd-12-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");
2915 struct ib_flow_attr *flow = NULL; local
2921 flow = kzalloc(flow_size, GFP_KERNEL);
2922 if (!flow)
2924 flow->port = mqp->port;
2925 flow->num_of_specs = 1;
2926 flow
[all...]
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_muge.c763 uint32_t flow = 0; local
804 "failed to read initial flow control thresholds, error %d\n",
813 /* Enable transmit MAC flow control function. */
815 flow |= ETH_FLOW_CR_TX_FCEN_ | 0xFFFF;
818 flow |= ETH_FLOW_CR_RX_FCEN_;
833 err += lan78xx_write_reg(sc, ETH_FLOW, flow);
1074 * Initializing flow control registers to 0. These registers are
/freebsd-12-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-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h183 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-12-stable/sys/netinet/
H A Dip_fw.h260 O_FLOW6ID, /* for flow id tag in the ipv6 pkt */
677 * This structure is used as a flow mask and a flow id for various
715 struct ipfw_flow_id id; /* (masked) flow id */
759 #define IPFW_TABLE_FLOW 4 /* Table for holding flow data */
853 /* IPv4/IPv6 L4 flow description */
905 struct tflow_entry flow; member in union:_ipfw_obj_tentry::__anon16338
/freebsd-12-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile71 $(srcdir)/tree-mudflap.c $(srcdir)/tree-flow.h \
/freebsd-12-stable/sbin/ipfw/
H A Dtables.c82 { "flow", IPFW_TABLE_FLOW },
89 { "flow:hash", IPFW_TABLE_FLOW },
364 "unable to parse flow option %s", e);
401 * ipfw table NAME create [ type { addr | iface | number | flow } ]
1256 tfe = &tentry->k.flow;
1897 tfe = &tent->k.flow;
/freebsd-12-stable/sys/net80211/
H A Dieee80211_output.c1283 uint32_t flow; local
1289 offsetof(struct ip6_hdr, ip6_flow), sizeof(flow),
1290 (caddr_t) &flow);
1291 tos = (uint8_t)(ntohl(flow) >> 20);
/freebsd-12-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-12-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-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c797 * Save incoming MTU (peer's outgoing MTU) and outgoing flow
999 * incoming MTU) and incoming flow spec.
1525 * does not provide any flow control.
2040 /* Default flow */
2330 case SO_L2CAP_IFLOW: /* get incoming flow spec. */
2335 case SO_L2CAP_OFLOW: /* get outgoing flow spec. */
2377 case SO_L2CAP_OFLOW: /* set outgoing flow spec. */
2378 error = sooptcopyin(sopt, &v, sizeof(v),sizeof(v.flow));
2380 bcopy(&v.flow, &pcb->oflow, sizeof(pcb->oflow));
/freebsd-12-stable/sbin/ping6/
H A Dping6.c2575 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; local
2585 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c74 * there are the following types: "addr", "iface", "number" and "flow".
3050 * flow:hash cmds
3369 tfe = &tent->k.flow;
3454 tei.paddr = &tent->k.flow;
3755 .name = "flow:hash",
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c3109 /* specify what RSS queue was used for this flow */
3398 /* specify what RSS queue was used for this flow */
6653 * 20 - Chip reset flow bit. When set none-leader must wait for both engines
7060 /* dropless flow control */
8726 * This flow may have been scheduled by the arrival of a ramrod
11870 const char *flow; local
11891 flow = "ON - receive & transmit";
11896 flow = "ON - receive";
11901 flow = "ON - transmit";
11903 flow
[all...]

Completed in 417 milliseconds

12