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

  /src/sys/net/agr/
ieee8023ad_lacp_debug.c 78 lacp_format_portid(const struct lacp_portid *portid, char *buf, size_t buflen)
82 be16toh(portid->lpi_prio),
83 be16toh(portid->lpi_portno));
92 char portid[LACP_PORTIDSTR_MAX+1]; local in function:lacp_format_partner
97 lacp_format_portid(&peer->lip_portid, portid, sizeof(portid)));
  /src/sys/dev/ic/
isp_ioctl.h 121 portid : 24; /* 24 bit Port ID */ member in struct:isp_fc_device
isp.c 78 static const char topology[] = "Chan %d WWPN 0x%08x%08x PortID 0x%06x N-Port Handle %d, Connection '%s'";
2048 fcp->portdb[i].handle, fcp->portdb[i].portid);
2080 isp_plogx(ispsoftc_t *isp, int chan, uint16_t handle, uint32_t portid, int flags, int gs)
2095 return (isp_port_login(isp, handle, portid));
2097 return (isp_port_logout(isp, handle, portid));
2110 plp->plogx_portlo = portid;
2111 plp->plogx_rspsz_porthi = (portid >> 16) & 0xff;
2206 ISP_SNPRINTF(buf, sizeof (buf), "handle already used for PortID 0x%06x", parm1);
2222 isp_prt(isp, ISP_LOGERR, "Chan %d PLOGX PortID 0x%06x to N-Port handle 0x%x: %s", chan, portid, handle, msg)
3345 uint32_t portid; local in function:isp_scan_fabric
    [all...]
ispvar.h 435 * Portid is obvious, as are node && port WWNs. The new_role and
449 portid : 24; member in struct:__anon8dd872cf0408
ispmbox.h 1305 portid : 24; member in struct:__anon33fa061c2408
1347 portid : 24; member in struct:__anon33fa061c2508
1553 uint8_t portid[3]; member in struct:__anon33fa061c3508::__anon33fa061c3608
1630 portid : 24; member in struct:__anon33fa061c3b08
2388 uint16_t ct_iid_lo; /* low 16 bits of portid */
2389 uint8_t ct_iid_hi; /* hi 8 bits of portid */
  /src/sys/arch/arm/sunxi/
sun6i_dma.c 247 const u_int portid = be32dec(data); local in function:sun6idma_acquire
248 if (portid > __SHIFTOUT_MASK(DMA_CFG_SRC_DRQ_TYPE))
258 ch->ch_portid = portid;
  /src/sys/arch/sparc64/sparc64/
autoconf.c 751 int portid; local in function:mainbus_attach
770 if (OF_getprop(node, "upa-portid", &portid, sizeof(portid)) !=
771 sizeof(portid) &&
772 OF_getprop(node, "portid", &portid, sizeof(portid)) !=
773 sizeof(portid))
774 portid = -1
    [all...]

Completed in 24 milliseconds