Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dqeth_l3.h102 extern const struct attribute_group *qeth_l3_attr_groups[];
H A Dqeth_l3_main.c1923 .groups = qeth_l3_attr_groups,
1939 rc = device_add_groups(&gdev->dev, qeth_l3_attr_groups); in qeth_l3_probe_device()
1957 device_remove_groups(&cgdev->dev, qeth_l3_attr_groups); in qeth_l3_remove_device()
H A Dqeth_l3_sys.c781 const struct attribute_group *qeth_l3_attr_groups[] = { variable