Home
last modified time | relevance | path

Searched refs:eth_hwr_funs (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_eth_drv.h62 struct eth_hwr_funs *funs;
79 struct eth_hwr_funs { struct
Dusb_ethernet.c179 drv_sc->funs = (struct eth_hwr_funs*)zalloc(sizeof(struct eth_hwr_funs)); in if_alloc()