HomeSort by: relevance | last modified time | path
    Searched refs:isp_fc_runstate (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
isp_library.h 75 int isp_fc_runstate(ispsoftc_t *, int, int);
isp_netbsd.c 273 if (isp_fc_runstate(isp, bus, 5 * 1000000)) {
573 if (isp_fc_runstate(isp, XS_CHANNEL(xs), delay_time) != 0) {
1059 lb = isp_fc_runstate(isp, chan, 250000);
1462 * to try and run isp_fc_runstate (in order to build loop
isp_library.c 394 isp_fc_runstate(ispsoftc_t *isp, int chan, int tval) function in typeref:typename:int
404 isp_prt(isp, ISP_LOGSANCFG, "isp_fc_runstate: linktest failed for channel %d", chan);
408 isp_prt(isp, ISP_LOGSANCFG, "isp_fc_runstate: f/w not ready for channel %d", chan);
418 isp_prt(isp, ISP_LOGSANCFG, "isp_fc_runstate: scan loop fails on channel %d", chan);
422 isp_prt(isp, ISP_LOGSANCFG, "isp_fc_runstate: scan fabric fails on channel %d", chan);
426 isp_prt(isp, ISP_LOGSANCFG, "isp_fc_runstate: pdb_sync fails on channel %d", chan);
430 isp_prt(isp, ISP_LOGSANCFG, "isp_fc_runstate: f/w not ready again on channel %d", chan);

Completed in 15 milliseconds