Searched refs:qeth_vnicc_char_store (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/s390/net/ |
D | qeth_l2_sys.c | 374 static ssize_t qeth_vnicc_char_store(struct device *dev, in qeth_vnicc_char_store() function 397 static DEVICE_ATTR(flooding, 0644, qeth_vnicc_char_show, qeth_vnicc_char_store); 399 qeth_vnicc_char_store); 400 static DEVICE_ATTR(learning, 0644, qeth_vnicc_char_show, qeth_vnicc_char_store); 404 qeth_vnicc_char_store); 406 qeth_vnicc_char_store); 408 qeth_vnicc_char_store); 409 static DEVICE_ATTR(rx_bcast, 0644, qeth_vnicc_char_show, qeth_vnicc_char_store);
|