Home
last modified time | relevance | path

Searched refs:ds_info (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/kernel/
H A Dds.c131 struct ds_info;
135 void (*data)(struct ds_info *dp,
147 static void md_update_data(struct ds_info *dp, struct ds_cap_state *cp,
149 static void domain_shutdown_data(struct ds_info *dp,
152 static void domain_panic_data(struct ds_info *dp,
156 static void dr_cpu_data(struct ds_info *dp,
160 static void ds_pri_data(struct ds_info *dp,
163 static void ds_var_data(struct ds_info *dp,
202 struct ds_info { struct
216 struct ds_info *next; argument
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.h56 u32 ds_info; member
100 u32 ds_info; member
H A Dar9003_mac.c369 if ((MS(ads->ds_info, AR_DescId) != ATHEROS_VENDOR_ID) || in ar9003_hw_proc_txdesc()
370 (MS(ads->ds_info, AR_TxRxDesc) != 1)) { in ar9003_hw_proc_txdesc()
372 "Tx Descriptor error %x\n", ads->ds_info); in ar9003_hw_proc_txdesc()
381 ts->qid = MS(ads->ds_info, AR_TxQcuNum); in ar9003_hw_proc_txdesc()
490 if (MS(rxsp->ds_info, AR_DescId) != 0x168c) in ath9k_hw_process_rxdesc_edma()
493 if ((rxsp->ds_info & (AR_TxRxDesc | AR_CtrlStat)) != 0) in ath9k_hw_process_rxdesc_edma()