Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddsa.h189 #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))
589 #define dsa_switch_for_each_port(_dp, _ds) \ argument
590 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \
591 if ((_dp)->ds == (_ds))
593 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument
594 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
595 if ((_dp)->ds == (_ds))
597 #define dsa_switch_for_each_port_continue_reverse(_dp, _ds) \ argument
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.h53 #define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds) argument
/linux/drivers/usb/gadget/function/
H A Df_fs.c2507 struct usb_descriptor_header *_ds = (void *)data; in ffs_do_single_desc() local
2518 length = _ds->bLength; in ffs_do_single_desc()
2533 ret = entity(FFS_ ##type, &val, _ds, priv); \ in ffs_do_single_desc()
2542 switch (_ds->bDescriptorType) { in ffs_do_single_desc()
2549 _ds->bDescriptorType); in ffs_do_single_desc()
2553 struct usb_interface_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2567 struct usb_endpoint_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2595 _ds->bDescriptorType, *current_class); in ffs_do_single_desc()
2605 struct usb_interface_assoc_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2626 pr_vdebug("unimplemented descriptor: %d\n", _ds->bDescriptorType); in ffs_do_single_desc()
[all …]