Searched defs:ds (Results 1 - 25 of 37) sorted by path

12

/haiku/headers/libs/agg/
H A Dagg_conv_dash.h51 void dash_start(double ds) argument
/haiku/headers/os/arch/x86/
H A Darch_debugger.h30 uint16 ds; member in struct:x86_extended_registers
49 uint32 ds; member in struct:x86_debug_cpu_state
/haiku/headers/os/drivers/
H A Dbios.h49 uint32 ds; member in struct:bios_regs
/haiku/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h84 uint32 es, cs, ss, ds, fs, gs; member in struct:tss
H A Diframe.h17 uint32 ds; member in struct:iframe
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dsettings.c314 const driver_settings *ds = get_driver_settings(sh); local
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_recv_ds.c37 ar9300_proc_rx_desc_fast(struct ath_hal *ah, struct ath_desc *ds, argument
199 ar9300_proc_rx_desc(struct ath_hal *ah, struct ath_desc *ds, argument
215 ar9300_get_rx_key_idx(struct ath_hal *ah, struct ath_desc *ds, u_int8_t *keyix, argument
H A Dar9300_xmit_ds.c34 ar9300_tx_req_intr_desc(struct ath_hal *ah, void *ds) argument
136 ar9300_set_desc_link(struct ath_hal *ah, void *ds, u_int32_t link) argument
151 ar9300_get_desc_link_ptr(struct ath_hal *ah, void *ds, u_int32_t **link) argument
159 ar9300_clear_tx_desc_status(struct ath_hal *ah, void *ds) argument
58 ar9300_fill_tx_desc( struct ath_hal *ah, void *ds, HAL_DMA_ADDR *buf_addr, u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg, HAL_BOOL last_seg, const void *ds0) argument
170 ar9300_clear_dest_mask(struct ath_hal *ah, void *ds) argument
183 struct ar9300_txs *ds = (struct ar9300_txs *)dsp; local
202 ar9300_get_tx_rate_code(struct ath_hal *ah, void *ds, struct ath_tx_status *ts) argument
374 ar9300_calc_tx_airtime(struct ath_hal *ah, void *ds, struct ath_tx_status *ts, HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes ) argument
441 ar9300__cont_tx_mode(struct ath_hal *ah, void *ds, int mode) argument
566 ar9300_set_paprd_tx_desc(struct ath_hal *ah, void *ds, int chain_num) argument
587 ar9300_set_11n_tx_desc( struct ath_hal *ah, void *ds, u_int pkt_len, HAL_PKT_TYPE type, u_int tx_power, u_int key_ix, HAL_KEY_TYPE key_type, u_int flags) argument
700 ar9300_set_11n_rate_scenario( struct ath_hal *ah, void *ds, void *lastds, u_int dur_update_en, u_int rts_cts_rate, u_int rts_cts_duration, HAL_11N_RATE_SERIES series[], u_int nseries, u_int flags, u_int32_t smart_antenna) argument
854 ar9300_set_11n_aggr_first(struct ath_hal *ah, struct ath_desc *ds, u_int aggr_len, u_int num_delims) argument
869 ar9300_set_11n_aggr_middle(struct ath_hal *ah, struct ath_desc *ds, u_int num_delims) argument
888 ar9300_set_11n_aggr_last(struct ath_hal *ah, struct ath_desc *ds) argument
898 ar9300_clr_11n_aggr(struct ath_hal *ah, struct ath_desc *ds) argument
906 ar9300_set_11n_burst_duration(struct ath_hal *ah, struct ath_desc *ds, u_int burst_duration) argument
916 ar9300_set_11n_rifs_burst_middle(struct ath_hal *ah, void *ds) argument
924 ar9300_set_11n_rifs_burst_last(struct ath_hal *ah, void *ds) argument
932 ar9300_clr_11n_rifs_burst(struct ath_hal *ah, void *ds) argument
940 ar9300_set_11n_aggr_rifs_burst(struct ath_hal *ah, void *ds) argument
949 ar9300_set_11n_virtual_more_frag(struct ath_hal *ah, struct ath_desc *ds, u_int vmf) argument
[all...]
H A Dar9300_freebsd.c691 ar9300_proc_rx_desc_freebsd(struct ath_hal *ah, struct ath_desc *ds, argument
713 ar9300_freebsd_get_desc_link(struct ath_hal *ah, void *ds, uint32_t *link) argument
726 ar9300_freebsd_setup_tx_desc(struct ath_hal *ah, struct ath_desc *ds, argument
747 ar9300_freebsd_setup_x_tx_desc(struct ath_hal *ah, struct ath_desc *ds, argument
766 ar9300_freebsd_fill_tx_desc(struct ath_hal *ah, struct ath_desc *ds, argument
800 ar9300_freebsd_set_11n_rate_scenario(struct ath_hal *ah, struct ath_desc *ds, u_int durUpdateEn, u_int rtsctsRate, HAL_11N_RATE_SERIES series[], u_int nseries, u_int flags) argument
812 ar9300_freebsd_chain_tx_desc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufLenList, uint32_t *segLenList, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, HAL_CIPHER cipher, uint8_t numDelims, HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr) argument
825 ar9300_freebsd_setup_first_tx_desc(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0, u_int antMode, u_int rtsctsRate, u_int rtsctsDuration) argument
840 ar9300_freebsd_setup_last_tx_desc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
849 ar9300_freebsd_setup_11n_desc(struct ath_hal *ah, void *ds, u_int pktLen, HAL_PKT_TYPE type, u_int txPower, u_int keyIx, u_int flags) argument
868 ar9300_freebsd_proc_tx_desc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
[all...]
H A Dar9300_stub_funcs.c1018 ar9300_Stub_SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
1042 ar9300_Stub_FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
1054 ar9300_Stub_ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *txstat) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c479 ar5210SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
530 ar5210SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
543 ar5210IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) argument
551 ar5210FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
592 ar5210ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
645 ar5210SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
656 ar5210GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
667 ar5210GetTxDescLinkPtr(struct ath_hal *ah, void *ds, uint32_t **linkptr) argument
[all...]
H A Dar5210_recv.c184 ar5210SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
214 ar5210ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.c106 const struct ath_desc *ds; local
143 const char *ds; local
206 const struct ath_desc *ds; local
253 ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *first_bf, const uint32_t *ds, u_int qnum, u_int ix, int done) argument
[all...]
H A Dif_ath_descdma.c246 uint8_t *ds; local
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp194 const driver_settings *ds = get_driver_settings(settings); local
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c518 cistpl_data_serv_t *ds; local
[all...]
/haiku/src/libs/agg/src/
H A Dagg_vcgen_dash.cpp67 void vcgen_dash::dash_start(double ds) argument
75 void vcgen_dash::calc_dash_start(double ds) argument
/haiku/headers/os/arch/x86_64/
H A Darch_debugger.h18 uint64 ds; member in struct:x86_64_debug_cpu_state
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c180 ar5211SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
208 ar5211ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
H A Dar5211_xmit.c511 ar5211SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
559 ar5211SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
572 ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) argument
580 ar5211FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
621 ar5211ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
680 ar5211SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
688 ar5211GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
696 ar5211GetTxDescLinkPtr(struct ath_hal *ah, void *ds, uint32_t **linkptr) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c222 ar5212SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
248 ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
H A Dar5212_xmit.c690 ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
762 ar5212SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
794 ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) argument
806 ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
862 ar5212SwapTxDesc(struct ath_desc *ds) argument
878 ar5212ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
982 ar5212SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
990 ar5212GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
998 ar5212GetTxDescLinkPtr(struct ath_hal *ah, void *ds, uint32_t **linkptr) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c142 ar5416SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
171 ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
H A Dar5416_xmit.c323 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
431 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
461 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
525 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
620 ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0, u_int antMode, u_int rtsctsRate, u_int rtsctsDuration) argument
681 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
703 ar5416SwapTxDesc(struct ath_desc *ds) argument
719 ar5416ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
875 ar5416Set11nRateScenario(struct ath_hal *ah, struct ath_desc *ds, u_int durUpdateEn, u_int rtsctsRate, HAL_11N_RATE_SERIES series[], u_int nseries, u_int flags) argument
979 ar5416Set11nAggrFirst(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen, u_int numDelims) argument
1014 ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims) argument
1033 ar5416Set11nAggrLast(struct ath_hal *ah, struct ath_desc *ds) argument
1043 ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds) argument
1053 ar5416Set11nVirtualMoreFrag(struct ath_hal *ah, struct ath_desc *ds, u_int vmf) argument
1068 ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds, u_int burstDuration) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c149 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument

Completed in 302 milliseconds

12