Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dds.c131 struct ds_info;
135 void (*data)(struct ds_info *dp,
202 struct ds_info { struct
216 struct ds_info *next; argument
219 static struct ds_info *ds_info_list;
747 struct ds_info *dp; in ldom_set_var()
989 struct ds_info *dp;
1007 struct ds_info *dp = qp->dp; in process_ds_work()
1064 static void ds_up(struct ds_info *dp) in ds_up()
1095 struct ds_info *dp = arg; in ds_event()
[all …]
/openbmc/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()