Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Ddsa.h175 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument
580 #define dsa_switch_for_each_port(_dp, _ds) \ argument
584 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument
588 #define dsa_switch_for_each_port_continue_reverse(_dp, _ds) \ argument
592 #define dsa_switch_for_each_available_port(_dp, _ds) \ argument
596 #define dsa_switch_for_each_user_port(_dp, _ds) \ argument
600 #define dsa_switch_for_each_user_port_continue_reverse(_dp, _ds) \ argument
604 #define dsa_switch_for_each_cpu_port(_dp, _ds) \ argument
608 #define dsa_switch_for_each_cpu_port_continue_reverse(_dp, _ds) \ argument
/linux-6.14.4/drivers/net/wireless/ath/ath9k/
Dar9003_mac.h53 #define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds) argument
Dmac.h318 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
319 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds)) argument
Dath9k.h66 #define DS2PHYS(_dd, _ds) \ argument
/linux-6.14.4/arch/x86/kernel/
Dprocess_64.c532 u16 _cs, u16 _ss, u16 _ds) in start_thread_common()
/linux-6.14.4/drivers/usb/gadget/function/
Df_fs.c2481 struct usb_descriptor_header *_ds = (void *)data; in ffs_do_single_desc() local