Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd/sbin/ipf/libipf/
H A Dprintpacket6.c22 u_32_t flow; in printpacket6() local
27 flow = ntohl(*(u_32_t *)buf); in printpacket6()
28 flow &= 0xfffff; in printpacket6()
39 PRINTF("ip6/%d %d %#x %d", buf[0] & 0xf, plen, flow, p); in printpacket6()
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dst,stm32-uart.yaml34 st,hw-flow-ctrl:
35 description: enable hardware flow control (deprecated)
51 # or 'st,hw-flow-ctrl' (deprecated) for making use of any gpio pins for flow
55 # 'st,hw-flow-ctrl' (deprecated) properties cannot co-exist in a design.
78 - st,hw-flow-ctrl
H A Dmilbeaut-uart.txt11 - auto-flow-control: flow control enable.
20 auto-flow-control;
H A Dst-asc.txt10 - st,hw-flow-ctrl bool flag to enable hardware flow control.
H A Dsocionext,uniphier-uart.yaml28 auto-flow-control:
29 description: enable automatic flow control support.
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md19 - Separate message flow state from handshake state (in order to better
21 * message flow state = when to flush buffers; handling restarts in the
22 event of NBIO events; handling the common flow of steps for reading a
23 message and the common flow of steps for writing a message etc
28 The message flow state machine is divided into a reading sub-state machine and a
/freebsd/contrib/tcpdump/
H A Dprint-ip6.c236 u_int flow; in ip6_print() local
292 flow = GET_BE_U_4(ip6->ip6_flow); in ip6_print()
295 if (flow & 0x0ff00000) in ip6_print()
296 ND_PRINT("class 0x%02x, ", (flow & 0x0ff00000) >> 20); in ip6_print()
297 if (flow & 0x000fffff) in ip6_print()
298 ND_PRINT("flowlabel 0x%05x, ", flow & 0x000fffff); in ip6_print()
/freebsd/sys/kern/
H A Duipc_mbufhash.c140 uint32_t flow; in m_tcpip_hash() local
143 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in m_tcpip_hash()
144 p = fnv_32_buf(&flow, sizeof(flow), p); in m_tcpip_hash()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dip22 this string flow;
37 this->flow = this->recv ? "<-" : "->";
65 this->flow,
H A Drw24 this string flow;
35 this->flow = probefunc == "read" ? "<-" : "->";
63 this->flow,
H A Dtcp63 this string flow;
112 this->flow = probeflow[probename];
171 /* flow = "[from state]->[to state]" */
172 this->flow = strjoin(tcpstate[this->from_state],
200 this->flow,
H A Dudp22 this string flow;
40 this->flow = this->recv ? "<-" : "->";
78 this->flow,
H A Dudplite22 this string flow;
40 this->flow = this->recv ? "<-" : "->";
78 this->flow,
H A Dio35 this string flow;
49 this->flow = probefunc == "done" ? "<-" : "->";
93 this->flow,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c2321 f = &msta->twt.flow[i]; in mt7915_mac_twt_param_equal()
2377 flow = &msta->twt.flow[flowid]; in mt7915_mac_add_twt_setup()
2378 memset(flow, 0, sizeof(*flow)); in mt7915_mac_add_twt_setup()
2379 INIT_LIST_HEAD(&flow->list); in mt7915_mac_add_twt_setup()
2381 flow->table_id = table_id; in mt7915_mac_add_twt_setup()
2382 flow->id = flowid; in mt7915_mac_add_twt_setup()
2385 flow->exp = exp; in mt7915_mac_add_twt_setup()
2396 flow->sched = true; in mt7915_mac_add_twt_setup()
2397 flow->start_tsf = mt7915_mac_twt_sched_list_add(dev, flow); in mt7915_mac_add_twt_setup()
2439 flow = &msta->twt.flow[flowid]; in mt7915_mac_twt_teardown_flow()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c2476 flow = &msta->twt.flow[flowid]; in mt7996_mac_add_twt_setup()
2477 memset(flow, 0, sizeof(*flow)); in mt7996_mac_add_twt_setup()
2478 INIT_LIST_HEAD(&flow->list); in mt7996_mac_add_twt_setup()
2479 flow->wcid = msta->wcid.idx; in mt7996_mac_add_twt_setup()
2480 flow->table_id = table_id; in mt7996_mac_add_twt_setup()
2481 flow->id = flowid; in mt7996_mac_add_twt_setup()
2484 flow->exp = exp; in mt7996_mac_add_twt_setup()
2495 flow->sched = true; in mt7996_mac_add_twt_setup()
2496 flow->start_tsf = mt7996_mac_twt_sched_list_add(dev, flow); in mt7996_mac_add_twt_setup()
2537 flow = &msta->twt.flow[flowid]; in mt7996_mac_twt_teardown_flow()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hsi/
H A Dclient-devices.txt15 - hsi-flow: RX flow type ("synchronized" or "pipeline")
38 hsi-flow = "synchronized";
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/
H A Dmarvell,nci.yaml54 flow-control:
74 flow-control: false
90 flow-control: false
168 flow-control;
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dqcom_adm.txt8 denotes CRCI (client rate control interface) flow control assignment.
44 3. CRCI assignment, if applicable. If no CRCI flow control is required, use 0.
45 The CRCI is used for flow control. It identifies the peripheral device that
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c58 struct ibv_flow * flow; member
84 ibv_destroy_flow(priv->flow); in rdmasniff_cleanup()
278 priv->flow = ibv_create_flow(priv->qp, &flow_attr); in rdmasniff_activate()
279 if (!priv->flow) { in rdmasniff_activate()
341 if (priv->flow) { in rdmasniff_activate()
342 ibv_destroy_flow(priv->flow); in rdmasniff_activate()
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Damlogic,gxl-crypto.yaml22 - description: Interrupt for flow 0
23 - description: Interrupt for flow 1
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c53 struct ib_flow *flow = (struct ib_flow *)uobject->object; in uverbs_free_flow() local
56 struct ib_qp *qp = flow->qp; in uverbs_free_flow()
59 ret = flow->device->destroy_flow(flow); in uverbs_free_flow()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c705 bcopy(&val.flow, &ch->iflow, sizeof(ch->iflow)); in ng_l2cap_process_cfg_req()
860 bcopy(&val.flow, &cmd->ch->oflow, in ng_l2cap_process_cfg_rsp()
1456 val->flow.token_rate = le32toh(val->flow.token_rate); in get_next_l2cap_opt()
1457 val->flow.token_bucket_size = in get_next_l2cap_opt()
1458 le32toh(val->flow.token_bucket_size); in get_next_l2cap_opt()
1459 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth); in get_next_l2cap_opt()
1460 val->flow.latency = le32toh(val->flow.latency); in get_next_l2cap_opt()
1461 val->flow.delay_variation = le32toh(val->flow.delay_variation); in get_next_l2cap_opt()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcirrus,clps711x-intc.txt20 8: TC1OI TC1 under flow
21 9: TC2OI TC2 under flow
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157a-iot-box.dts57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
58 /delete-property/st,hw-flow-ctrl;

123456789