Searched refs:_ds (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/net/ |
D | dsa.h | 189 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument 190 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 191 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr)) 571 #define dsa_switch_for_each_port(_dp, _ds) \ argument 572 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 573 if ((_dp)->ds == (_ds)) 575 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument 576 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \ 577 if ((_dp)->ds == (_ds)) 579 #define dsa_switch_for_each_port_continue_reverse(_dp, _ds) \ argument [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.h | 53 #define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds) argument
|
D | mac.h | 316 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument 317 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds)) argument
|
D | ath9k.h | 64 #define DS2PHYS(_dd, _ds) \ argument 65 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc))
|
/linux-6.1.9/arch/x86/kernel/ |
D | process_64.c | 507 unsigned int _cs, unsigned int _ss, unsigned int _ds) in start_thread_common() argument 518 loadsegment(es, _ds); in start_thread_common() 519 loadsegment(ds, _ds); in start_thread_common()
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | f_fs.c | 2061 struct usb_descriptor_header *_ds = (void *)data; in ffs_do_single_desc() local 2074 length = _ds->bLength; in ffs_do_single_desc() 2089 ret = entity(FFS_ ##type, &val, _ds, priv); \ in ffs_do_single_desc() 2098 switch (_ds->bDescriptorType) { in ffs_do_single_desc() 2105 _ds->bDescriptorType); in ffs_do_single_desc() 2109 struct usb_interface_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2122 struct usb_endpoint_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2144 _ds->bDescriptorType, *current_class); in ffs_do_single_desc() 2154 struct usb_interface_assoc_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2175 pr_vdebug("unimplemented descriptor: %d\n", _ds->bDescriptorType); in ffs_do_single_desc() [all …]
|