Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h281 o->val.peak_bandwidth = \
283 (_flow))->peak_bandwidth); \
H A Dng_l2cap_llpi.c400 ep->peak_bandwidth = flow->peak_bandwidth; in ng_l2cap_lp_qos_req()
H A Dng_l2cap_evnt.c1459 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth); in get_next_l2cap_opt()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h159 u_int32_t peak_bandwidth; /* bytes per second */ member
H A Dng_hci.h523 u_int32_t peak_bandwidth; /* bytes/sec */
961 u_int32_t peak_bandwidth; /* bytes per second */
1965 u_int32_t peak_bandwidth; /* bytes per second */
521 u_int32_t peak_bandwidth; /* bytes/sec */ global() member
915 u_int32_t peak_bandwidth; /* bytes per second */ global() member
1905 u_int32_t peak_bandwidth; /* bytes per second */ global() member
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c1232 req->cp.peak_bandwidth = htole32(ep->peak_bandwidth); in ng_hci_lp_qos_req()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2023 pcb->iflow.peak_bandwidth = 0x00000000; /* maximum */ in ng_btsocket_l2cap_attach()