Searched refs:flow (Results 1 - 12 of 12) sorted by path

/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h229 u_char flow; member in struct:cistpl_modem_cap_t
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c512 static char *flow[] = { variable
571 if (cp->flow) {
572 printf("\n%s flow", indent);
574 if (cp->flow & (1<<i))
575 printf(" [%s]", flow[i]);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfe.c656 u_int32_t val, flow; local
679 flow = 0;
681 flow = CSR_READ_4(sc, BFE_RXCONF);
682 flow &= ~BFE_RXCONF_FLOW;
685 flow |= BFE_RXCONF_FLOW;
686 CSR_WRITE_4(sc, BFE_RXCONF, flow);
691 flow = CSR_READ_4(sc, BFE_MAC_FLOW);
692 flow &= ~BFE_FLOW_PAUSE_ENAB;
693 CSR_WRITE_4(sc, BFE_MAC_FLOW, flow);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp67 // Set MTU and flow control settings to defaults
649 l2cap_qos* flow = NULL; local
652 flow = &fChannelConfig.outgoing_flow;
662 fDestinationChannelID, 0, flush_timeout, mtu, flow);
674 uint16* mtu, uint16* flush_timeout, l2cap_qos* flow)
700 if (flow != NULL)
701 fChannelConfig.incoming_flow = *flow;
723 uint16 result, uint16* mtu, uint16* flush_timeout, l2cap_qos* flow)
755 if (flow != NULL)
756 fChannelConfig.outgoing_flow = *flow;
673 _HandleConfigurationReq(uint8 ident, uint16 flags, uint16* mtu, uint16* flush_timeout, l2cap_qos* flow) argument
722 _HandleConfigurationRsp(uint8 ident, uint16 scid, uint16 flags, uint16 result, uint16* mtu, uint16* flush_timeout, l2cap_qos* flow) argument
[all...]
H A DL2capEndpoint.h56 uint16* mtu, uint16* flush_timeout, l2cap_qos* flow);
58 uint16 result, uint16* mtu, uint16* flush_timeout, l2cap_qos* flow);
H A Dl2cap_command.cpp80 uint16* mtu, uint16* flush_timeout, l2cap_qos* flow)
114 if (flow != NULL) {
125 option->value.flags = flow->flags;
126 option->value.service_type = flow->service_type;
127 option->value.token_rate = htole32(flow->token_rate);
128 option->value.token_bucket_size = htole32(flow->token_bucket_size);
129 option->value.peak_bandwidth = htole32(flow->peak_bandwidth);
130 option->value.access_latency = htole32(flow->access_latency);
131 option->value.delay_variation = htole32(flow->delay_variation);
79 make_l2cap_configuration_req(uint8& code, uint16 dcid, uint16 flags, uint16* mtu, uint16* flush_timeout, l2cap_qos* flow) argument
H A Dl2cap_command.h28 uint16* mtu, uint16* flush_timeout, l2cap_qos* flow);
H A Dl2cap_signal.cpp372 uint16* mtu, uint16* flush_timeout, l2cap_qos* flow)
375 net_buffer* buffer = make_l2cap_configuration_req(code, dcid, flags, mtu, flush_timeout, flow);
371 send_l2cap_configuration_req(HciConnection* conn, uint8 ident, uint16 dcid, uint16 flags, uint16* mtu, uint16* flush_timeout, l2cap_qos* flow) argument
H A Dl2cap_signal.h19 uint16* mtu, uint16* flush_timeout, l2cap_qos* flow);
/haiku/src/bin/network/ping/
H A Dping6.c2554 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; local
2564 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c1289 uint32_t flow; local
1295 offsetof(struct ip6_hdr, ip6_flow), sizeof(flow),
1296 (caddr_t) &flow);
1297 tos = (uint8_t)(ntohl(flow) >> 20);
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h470 #define Rsconf(speed, flow, ucr, rsr, tsr, scr) toscallWWWWWW(XBIOS_TRAP, 15, (int16)speed, (int16)flow, (int16)ucr, (int16)rsr, (int16)tsr, (int16)scr)

Completed in 92 milliseconds