Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/bluetooth/l2cap/
Dng_l2cap_cmds.h282 o->val.peak_bandwidth = \
284 (_flow))->peak_bandwidth); \
Dng_l2cap_llpi.c401 ep->peak_bandwidth = flow->peak_bandwidth; in ng_l2cap_lp_qos_req()
Dng_l2cap_evnt.c1462 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth); in get_next_l2cap_opt()
/freebsd-12-stable/sys/netgraph/bluetooth/include/
Dng_hci.h458 u_int32_t peak_bandwidth; /* bytes/sec */ member
852 u_int32_t peak_bandwidth; /* bytes per second */ member
1819 u_int32_t peak_bandwidth; /* bytes per second */ member
Dng_l2cap.h161 u_int32_t peak_bandwidth; /* bytes per second */ member
/freebsd-12-stable/sys/netgraph/bluetooth/hci/
Dng_hci_ulpi.c1235 req->cp.peak_bandwidth = htole32(ep->peak_bandwidth); in ng_hci_lp_qos_req()
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
Dng_btsocket_l2cap.c2045 pcb->iflow.peak_bandwidth = 0x00000000; /* maximum */ in ng_btsocket_l2cap_attach()