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