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

  /src/sys/arch/arm/ti/
if_cpsw.c 158 static void cpsw_stop(struct ifnet *, int);
356 cpsw_stop(ifp, 1);
566 ifp->if_stop = cpsw_stop;
570 cpsw_stop(ifp, 0);
903 cpsw_stop(ifp, 0);
1047 cpsw_stop(struct ifnet *ifp, int disable) function in typeref:typename:void
if_cpsw.c 158 static void cpsw_stop(struct ifnet *, int);
356 cpsw_stop(ifp, 1);
566 ifp->if_stop = cpsw_stop;
570 cpsw_stop(ifp, 0);
903 cpsw_stop(ifp, 0);
1047 cpsw_stop(struct ifnet *ifp, int disable) function in typeref:typename:void

Completed in 28 milliseconds