Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/s390/net/
Dqeth_l2.h12 extern const struct attribute_group *qeth_l2_attr_groups[];
Dqeth_l2_sys.c379 const struct attribute_group *qeth_l2_attr_groups[] = { variable
Dqeth_l2_main.c2287 .groups = qeth_l2_attr_groups,
2299 rc = device_add_groups(&gdev->dev, qeth_l2_attr_groups); in qeth_l2_probe_device()
2316 device_remove_groups(&gdev->dev, qeth_l2_attr_groups); in qeth_l2_remove_device()