Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Ddsa.h175 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument
177 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr))
580 #define dsa_switch_for_each_port(_dp, _ds) \ argument
582 if ((_dp)->ds == (_ds))
586 if ((_dp)->ds == (_ds))
590 if ((_dp)->ds == (_ds))
593 dsa_switch_for_each_port((_dp), (_ds)) \
596 #define dsa_switch_for_each_user_port(_dp, _ds) \ argument
597 dsa_switch_for_each_port((_dp), (_ds)) \
604 #define dsa_switch_for_each_cpu_port(_dp, _ds) \ argument
[all …]
/linux-6.15/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.h66 #define DS2PHYS(_dd, _ds) \ argument
67 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc))
/linux-6.15/arch/x86/kernel/
H A Dprocess_64.c532 u16 _cs, u16 _ss, u16 _ds) in start_thread_common() argument
545 loadsegment(es, _ds); in start_thread_common()
546 loadsegment(ds, _ds); in start_thread_common()
/linux-6.15/drivers/usb/gadget/function/
H A Df_fs.c2481 struct usb_descriptor_header *_ds = (void *)data; in ffs_do_single_desc() local
2492 length = _ds->bLength; in ffs_do_single_desc()
2507 ret = entity(FFS_ ##type, &val, _ds, priv); \ in ffs_do_single_desc()
2516 switch (_ds->bDescriptorType) { in ffs_do_single_desc()
2523 _ds->bDescriptorType); in ffs_do_single_desc()
2527 struct usb_interface_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2541 struct usb_endpoint_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2569 _ds->bDescriptorType, *current_class); in ffs_do_single_desc()
2579 struct usb_interface_assoc_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2605 pr_vdebug("unknown descriptor: %d\n", _ds->bDescriptorType); in ffs_do_single_desc()
[all …]