| /freebsd-12-stable/tools/bus_space/ |
| D | busdma.c | 64 unsigned long datarate; member 144 u_int datarate, u_int flags) in bd_tag_new() argument 163 ioc.u.tag.datarate = datarate; in bd_tag_new() 179 tag->u.tag.datarate = ioc.u.tag.datarate; in bd_tag_new() 185 u_long maxsz, u_int nsegs, u_long maxsegsz, u_int datarate, u_int flags) in bd_tag_create() argument 201 maxsegsz, datarate, flags); in bd_tag_create() 211 u_long maxsz, u_int nsegs, u_long maxsegsz, u_int datarate, u_int flags) in bd_tag_derive() argument 220 maxsegsz, datarate, flags); in bd_tag_derive()
|
| D | busdma.h | 34 u_int datarate, u_int flags); 36 u_long maxsz, u_int nsegs, u_long maxsegsz, u_int datarate,
|
| /freebsd-12-stable/tools/bus_space/C/ |
| D | lang.c | 106 u_int datarate, u_int flags, busdma_tag_t *out_p) in busdma_tag_create() argument 111 datarate, flags); in busdma_tag_create() 121 u_int datarate, u_int flags, busdma_tag_t *out_p) in busdma_tag_derive() argument 126 datarate, flags); in busdma_tag_derive()
|
| D | libbus.h | 50 bus_size_t maxsegsz, u_int datarate, u_int flags, 54 bus_size_t maxsegsz, u_int datarate, u_int flags,
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | at91-natte.dtsi | 223 ti,datarate = <4>; 229 ti,datarate = <4>; 235 ti,datarate = <4>; 241 ti,datarate = <4>;
|
| D | imx53-kp-ddc.dts | 85 ti,datarate = <4>; 91 ti,datarate = <4>;
|
| D | imx6qdl-gw5907.dtsi | 171 ti,datarate = <5>; 177 ti,datarate = <5>; 183 ti,datarate = <5>;
|
| /freebsd-12-stable/contrib/wpa/src/drivers/ |
| D | driver_nl80211_monitor.c | 68 u8 *buf, size_t len, int datarate, int ssi_signal) in handle_frame() argument 85 event.rx_mgmt.datarate = datarate; in handle_frame() 108 int datarate = 0, ssi_signal = 0; in handle_monitor_read() local 151 datarate = *iter.this_arg * 5; in handle_monitor_read() 164 len - iter._max_length, datarate, ssi_signal); in handle_monitor_read()
|
| D | driver.h | 5635 u32 datarate; member
|
| /freebsd-12-stable/tools/bus_space/Python/ |
| D | lang.c | 182 u_int nsegs, datarate, flags; in busdma_tag_create() local 186 &maxaddr, &maxsz, &nsegs, &maxsegsz, &datarate, &flags)) in busdma_tag_create() 189 maxsegsz, datarate, flags); in busdma_tag_create() 201 u_int nsegs, datarate, flags; in busdma_tag_derive() local 205 &maxaddr, &maxsz, &nsegs, &maxsegsz, &datarate, &flags)) in busdma_tag_derive() 208 maxsegsz, datarate, flags); in busdma_tag_derive()
|
| /freebsd-12-stable/sys/dev/proto/ |
| D | proto_busdma.c | 93 tag->datarate = MIN(ioc->u.tag.datarate, parent->datarate); in proto_busdma_tag_create() 101 ioc->u.tag.datarate = tag->datarate; in proto_busdma_tag_create() 109 tag->datarate = ioc->u.tag.datarate; in proto_busdma_tag_create()
|
| D | proto_dev.h | 64 unsigned int datarate; member
|
| D | proto_busdma.h | 46 u_int datarate; member
|
| /freebsd-12-stable/sys/dev/malo/ |
| D | if_malo.c | 887 ds->datarate, ds->txpriority, le16toh(ds->qosctrl), in malo_printtxbuf() 969 malo_updatetxrate(ni, ds->datarate); in malo_tx_processq() 970 sc->malo_stats.mst_tx_rate = ds->datarate; in malo_tx_processq() 1161 ds->datarate = IS_DATA_FRAME(wh) ? 1 : 0; in malo_tx_start() 1190 m0->m_len - sizeof(uint16_t), ds->datarate, -1); in malo_tx_start()
|
| D | if_malo.h | 393 uint8_t datarate; member
|
| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | channel.c | 1650 chn_calclatency(int dir, int latency, int bps, u_int32_t datarate, in chn_calclatency() argument 1665 bps < 1 || datarate < 1 || in chn_calclatency() 1673 __func__, dir, latency, bps, datarate, max); in chn_calclatency() 1688 datarate)); in chn_calclatency()
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | hostapd.h | 108 u32 datarate; member
|
| D | drv_callbacks.c | 1455 fi.datarate = rx_mgmt->datarate; in hostapd_mgmt_rx()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | mesh_mpm.c | 863 fi.datarate = rx_mgmt->datarate; in mesh_mpm_mgmt_rx()
|
| D | ap.c | 1206 fi.datarate = rx_mgmt->datarate; in ap_mgmt_rx()
|
| D | ctrl_iface.c | 9127 int freq = 0, datarate = 0, ssi_signal = 0; in wpas_ctrl_iface_mgmt_rx_process() local 9147 datarate = atoi(param); in wpas_ctrl_iface_mgmt_rx_process() 9180 event.rx_mgmt.datarate = datarate; in wpas_ctrl_iface_mgmt_rx_process()
|
| D | events.c | 5296 rx->freq, rx->datarate, rx->ssi_signal, in wpa_supplicant_event()
|
| /freebsd-12-stable/contrib/wpa/hostapd/ |
| D | ctrl_iface.c | 1853 int freq = 0, datarate = 0, ssi_signal = 0; in hostapd_ctrl_iface_mgmt_rx_process() local 1873 datarate = atoi(param); in hostapd_ctrl_iface_mgmt_rx_process() 1906 event.rx_mgmt.datarate = datarate; in hostapd_ctrl_iface_mgmt_rx_process()
|