/src/sys/dev/ic/ |
isp_ioctl.h | 112 * Caller fills in virtual loopid (0..255), aka 'target'. The driver returns 113 * ENODEV (if nothing valid there) or the actual loopid (for local loop devices 117 uint32_t loopid; /* 0..255 */ member in struct:isp_fc_device 169 uint32_t loopid; /* 0..255/2048 */ member in struct:isp_fc_tsk_mgmt
|
isp_netbsd.c | 306 if (ifc->loopid >= MAX_FC_TARG) { 310 lp = &FCPARAM(isp, ifc->chan)->portdb[ifc->loopid]; 313 ifc->loopid = lp->handle; 394 uint16_t loopid; local in function:ispioctl 409 loopid = fct->loopid; 411 loopid <<= 8; 416 mbs.param[1] = loopid; 421 mbs.param[1] = loopid; 426 mbs.param[1] = loopid; [all...] |
isp_target.c | 85 static const char atior[] = "ATIO returned on for lun %d on from loopid %d because a Bus Reset occurred on bus %d"; 948 uint16_t seqid, loopid; local in function:isp_got_msg_fc 955 loopid = ((in_fcentry_e_t *)inp)->in_iid; 959 loopid = inp->in_iid; 977 isp_prt(isp, ISP_LOGINFO, f2, "immediate notify status", inp->in_status, notify.nt_lun, loopid, inp->in_task_flags, inp->in_seqid); 983 isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", loopid, notify.nt_lun, inp->in_seqid); 986 isp_prt(isp, ISP_LOGINFO, f1, "CLEAR TASK SET", loopid, notify.nt_lun, inp->in_seqid); 989 isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", loopid, notify.nt_lun, inp->in_seqid); 992 isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", loopid, notify.nt_lun, inp->in_seqid); 995 isp_prt(isp, ISP_LOGINFO, f1, "CLEAR ACA", loopid, notify.nt_lun, inp->in_seqid) [all...] |
isp.c | 2375 int lim, loopid; local in function:isp_dump_chip_portdb 2382 for (loopid = 0; loopid != lim; loopid++) { 2383 if (isp_getpdb(isp, chan, loopid, &pdb, dolock)) { 2386 isp_prt(isp, ISP_LOGSANCFG|ISP_LOGINFO, "Chan %d Loopid 0x%04x " 2388 chan, loopid, pdb.portid, pdb.portname[0], pdb.portname[1], 2395 isp_get_wwn(ispsoftc_t *isp, int chan, int loopid, int nodename) 2407 mbs.param[1] = loopid; 2417 mbs.param[1] = loopid << 8 2460 int loopid; local in function:isp_fclink_test 3346 uint16_t handle, oldhandle, loopid; local in function:isp_scan_fabric [all...] |
ispmbox.h | 1173 uint8_t loopid; member in struct:__anon33fa061c2008::__anon33fa061c2108
|