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

  /src/sys/dev/ic/
isp.c 118 static int isp_plogx(ispsoftc_t *, int, uint16_t, uint32_t, int, int);
2080 isp_plogx(ispsoftc_t *isp, int chan, uint16_t handle, uint32_t portid, int flags, int gs) function in typeref:typename:int
2658 r = isp_plogx(isp, chan, fcp->isp_sns_hdl, SNS_PORT_ID, PLOGX_FLG_CMD_PLOGI | PLOGX_FLG_COND_PLOGI | PLOGX_FLG_SKIP_PRLI, 0);
2805 (void) isp_plogx(isp, chan, lp->handle,
3903 (void) isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_LOGO | PLOGX_FLG_IMPLICIT | PLOGX_FLG_FREE_NPHDL, 1);
3913 r = isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_PLOGI, 1);
3926 if (isp_plogx(isp, chan, r >> 16, portid, PLOGX_FLG_CMD_LOGO | PLOGX_FLG_IMPLICIT | PLOGX_FLG_FREE_NPHDL, 1)) {
3932 r = isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_PLOGI, 1);
4824 return (isp_plogx(isp, p->channel, p->handle, p->portid, p->flags, 0));
4828 r = isp_plogx(isp, p->channel, p->handle, p->portid, p->flags, 0)
    [all...]
isp.c 118 static int isp_plogx(ispsoftc_t *, int, uint16_t, uint32_t, int, int);
2080 isp_plogx(ispsoftc_t *isp, int chan, uint16_t handle, uint32_t portid, int flags, int gs) function in typeref:typename:int
2658 r = isp_plogx(isp, chan, fcp->isp_sns_hdl, SNS_PORT_ID, PLOGX_FLG_CMD_PLOGI | PLOGX_FLG_COND_PLOGI | PLOGX_FLG_SKIP_PRLI, 0);
2805 (void) isp_plogx(isp, chan, lp->handle,
3903 (void) isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_LOGO | PLOGX_FLG_IMPLICIT | PLOGX_FLG_FREE_NPHDL, 1);
3913 r = isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_PLOGI, 1);
3926 if (isp_plogx(isp, chan, r >> 16, portid, PLOGX_FLG_CMD_LOGO | PLOGX_FLG_IMPLICIT | PLOGX_FLG_FREE_NPHDL, 1)) {
3932 r = isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_PLOGI, 1);
4824 return (isp_plogx(isp, p->channel, p->handle, p->portid, p->flags, 0));
4828 r = isp_plogx(isp, p->channel, p->handle, p->portid, p->flags, 0)
    [all...]

Completed in 148 milliseconds