Searched refs:show_rxbuf (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ |
D | xen-netfront.c | 2109 static ssize_t show_rxbuf(struct device *dev, in show_rxbuf() function 2134 static DEVICE_ATTR(rxbuf_min, S_IRUGO|S_IWUSR, show_rxbuf, store_rxbuf); 2135 static DEVICE_ATTR(rxbuf_max, S_IRUGO|S_IWUSR, show_rxbuf, store_rxbuf); 2136 static DEVICE_ATTR(rxbuf_cur, S_IRUGO, show_rxbuf, NULL);
|