Home
last modified time | relevance | path

Searched refs:datarate (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/tools/bus_space/
Dbusdma.c64 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()
Dbusdma.h34 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/
Dlang.c106 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()
Dlibbus.h50 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/
Dat91-natte.dtsi223 ti,datarate = <4>;
229 ti,datarate = <4>;
235 ti,datarate = <4>;
241 ti,datarate = <4>;
Dimx53-kp-ddc.dts85 ti,datarate = <4>;
91 ti,datarate = <4>;
Dimx6qdl-gw5907.dtsi171 ti,datarate = <5>;
177 ti,datarate = <5>;
183 ti,datarate = <5>;
/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_nl80211_monitor.c68 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()
Ddriver.h5635 u32 datarate; member
/freebsd-12-stable/tools/bus_space/Python/
Dlang.c182 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/
Dproto_busdma.c93 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()
Dproto_dev.h64 unsigned int datarate; member
Dproto_busdma.h46 u_int datarate; member
/freebsd-12-stable/sys/dev/malo/
Dif_malo.c887 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()
Dif_malo.h393 uint8_t datarate; member
/freebsd-12-stable/sys/dev/sound/pcm/
Dchannel.c1650 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/
Dhostapd.h108 u32 datarate; member
Ddrv_callbacks.c1455 fi.datarate = rx_mgmt->datarate; in hostapd_mgmt_rx()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dmesh_mpm.c863 fi.datarate = rx_mgmt->datarate; in mesh_mpm_mgmt_rx()
Dap.c1206 fi.datarate = rx_mgmt->datarate; in ap_mgmt_rx()
Dctrl_iface.c9127 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()
Devents.c5296 rx->freq, rx->datarate, rx->ssi_signal, in wpa_supplicant_event()
/freebsd-12-stable/contrib/wpa/hostapd/
Dctrl_iface.c1853 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()