Searched refs:isp_plogx (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/dev/disk/isp/ |
| HD | isp.c | 99 static int isp_plogx(ispsoftc_t *, int, uint16_t, uint32_t, int, int); 2084 isp_plogx(ispsoftc_t *isp, int chan, uint16_t handle, uint32_t portid, int flags, int gs) in isp_plogx() function 2662 …r = isp_plogx(isp, chan, fcp->isp_sns_hdl, SNS_PORT_ID, PLOGX_FLG_CMD_PLOGI | PLOGX_FLG_COND_PLOGI… in isp_fclink_test() 2809 (void) isp_plogx(isp, chan, lp->handle, in isp_pdb_sync() 3907 …(void) isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_LOGO | PLOGX_FLG_IMPLICIT | PLOGX_FLG_FR… in isp_login_device() 3917 r = isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_PLOGI, 1); in isp_login_device() 3930 …if (isp_plogx(isp, chan, r >> 16, portid, PLOGX_FLG_CMD_LOGO | PLOGX_FLG_IMPLICIT | PLOGX_FLG_FREE… in isp_login_device() 3936 r = isp_plogx(isp, chan, handle, portid, PLOGX_FLG_CMD_PLOGI, 1); in isp_login_device() 4828 … return (isp_plogx(isp, p->channel, p->handle, p->portid, p->flags, 0)); in isp_control() 4832 r = isp_plogx(isp, p->channel, p->handle, p->portid, p->flags, 0); in isp_control()
|