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);
|