HomeSort by: relevance | last modified time | path
    Searched defs:cxgb_ioctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_main.c 81 static int cxgb_ioctl(struct ifnet *, unsigned long, void *);
721 ifp->if_ioctl = cxgb_ioctl;
1297 cxgb_ioctl(struct ifnet *ifp, unsigned long command, void *data) function in typeref:typename:int
1307 printf("cxgb_ioctl(%d): command=%08lx\n", __LINE__, command);
cxgb_main.c 81 static int cxgb_ioctl(struct ifnet *, unsigned long, void *);
721 ifp->if_ioctl = cxgb_ioctl;
1297 cxgb_ioctl(struct ifnet *ifp, unsigned long command, void *data) function in typeref:typename:int
1307 printf("cxgb_ioctl(%d): command=%08lx\n", __LINE__, command);

Completed in 132 milliseconds