Lines Matching refs:name
90 /* variant of gether_setup that allows customizing network device name */
117 * network device name
238 * gether_get_ifname - get an ethernet-over-usb link interface name
240 * @name: place to store the interface name
241 * @len: length of the @name buffer
243 * This gets the interface name of this ethernet-over-usb link.
246 int gether_get_ifname(struct net_device *net, char *name, int len);
249 * gether_set_ifname - set an ethernet-over-usb link interface name
251 * @name: new interface name
252 * @len: length of @name
254 * This sets the interface name of this ethernet-over-usb link.
258 int gether_set_ifname(struct net_device *net, const char *name, int len);