Home
last modified time | relevance | path

Searched defs:_ds (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/net/
H A Ddsa.h176 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument
561 #define dsa_switch_for_each_port(_dp, _ds) \ argument
565 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument
569 #define dsa_switch_for_each_port_continue_reverse(_dp, _ds) \ argument
573 #define dsa_switch_for_each_available_port(_dp, _ds) \ argument
577 #define dsa_switch_for_each_user_port(_dp, _ds) \ argument
581 #define dsa_switch_for_each_cpu_port(_dp, _ds) \ argument
585 #define dsa_switch_for_each_cpu_port_continue_reverse(_dp, _ds) \ argument
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.h53 #define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds) argument
H A Dmac.h318 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
319 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds)) argument
H A Dath9k.h65 #define DS2PHYS(_dd, _ds) \ argument
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c508 unsigned int _cs, unsigned int _ss, unsigned int _ds) in start_thread_common()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2004 struct usb_descriptor_header *_ds = (void *)data; in ffs_do_single_desc() local