Searched refs:agtiapi_eh_HostReset (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h38 int agtiapi_eh_HostReset( struct agtiapi_softc *pmcsc, union ccb *cmnd );
H A Dagtiapi.c1914 lRetVal = agtiapi_eh_HostReset( pmcsc, ccb ); // usually works first time
4313 agtiapi_eh_HostReset()
4324 int agtiapi_eh_HostReset( struct agtiapi_softc *pmcsc, union ccb *cmnd ) function
4326 AGTIAPI_PRINTK( "agtiapi_eh_HostReset: ccb pointer %p\n",
4331 printf( "agtiapi_eh_HostReset: null command, skipping reset.\n" );
4341 "agtiapi_eh_HostReset! " );
4350 AGTIAPI_PRINTK( "agtiapi_eh_HostReset: ccb pointer %p\n",
4355 printf( "agtiapi_eh_HostReset: null command, skipping reset.\n" );

Completed in 123 milliseconds