Searched refs:_ds (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/net/ |
D | dsa.h | 176 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument 177 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 178 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr)) 561 #define dsa_switch_for_each_port(_dp, _ds) \ argument 562 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 563 if ((_dp)->ds == (_ds)) 565 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument 566 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \ 567 if ((_dp)->ds == (_ds)) 569 #define dsa_switch_for_each_port_continue_reverse(_dp, _ds) \ argument [all …]
|
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.h | 53 #define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds) argument
|
D | mac.h | 318 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument 319 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds)) argument
|
D | ath9k.h | 65 #define DS2PHYS(_dd, _ds) \ argument 66 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc))
|
/linux-6.6.21/arch/x86/kernel/ |
D | process_64.c | 508 unsigned int _cs, unsigned int _ss, unsigned int _ds) in start_thread_common() argument 521 loadsegment(es, _ds); in start_thread_common() 522 loadsegment(ds, _ds); in start_thread_common()
|
/linux-6.6.21/drivers/usb/gadget/function/ |
D | f_fs.c | 1999 struct usb_descriptor_header *_ds = (void *)data; in ffs_do_single_desc() local 2010 length = _ds->bLength; in ffs_do_single_desc() 2025 ret = entity(FFS_ ##type, &val, _ds, priv); \ in ffs_do_single_desc() 2034 switch (_ds->bDescriptorType) { in ffs_do_single_desc() 2041 _ds->bDescriptorType); in ffs_do_single_desc() 2045 struct usb_interface_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2058 struct usb_endpoint_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2080 _ds->bDescriptorType, *current_class); in ffs_do_single_desc() 2090 struct usb_interface_assoc_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2111 pr_vdebug("unimplemented descriptor: %d\n", _ds->bDescriptorType); in ffs_do_single_desc() [all …]
|