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

  /src/sys/dev/pci/igc/
if_igc.c 193 static int igc_ioctl(struct ifnet *, u_long, void *);
1440 ifp->if_ioctl = igc_ioctl;
1930 * igc_ioctl is called when the user wants to configure the
1936 igc_ioctl(struct ifnet * ifp, u_long cmd, void *data) function in typeref:typename:int
if_igc.c 193 static int igc_ioctl(struct ifnet *, u_long, void *);
1440 ifp->if_ioctl = igc_ioctl;
1930 * igc_ioctl is called when the user wants to configure the
1936 igc_ioctl(struct ifnet * ifp, u_long cmd, void *data) function in typeref:typename:int

Completed in 54 milliseconds