| /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 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 [all...] |
| ispvar.h | 435 * Portid is obvious, as are node && port WWNs. The new_role and 449 portid : 24; member in struct:__anon2938
|
| ispmbox.h | 1305 portid : 24; member in struct:__anon2870 1347 portid : 24; member in struct:__anon2871 1553 uint8_t portid[3]; member in struct:__anon2887::__anon2888 1630 portid : 24; member in struct:__anon2893 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 248 if (portid > __SHIFTOUT_MASK(DMA_CFG_SRC_DRQ_TYPE)) 258 ch->ch_portid = portid;
|
| /src/sys/arch/sparc64/sparc64/ |
| autoconf.c | 752 int portid; local 771 if (OF_getprop(node, "upa-portid", &portid, sizeof(portid)) != 772 sizeof(portid) && 773 OF_getprop(node, "portid", &portid, sizeof(portid)) != 774 sizeof(portid)) 775 portid = -1 [all...] |
| /src/external/bsd/libpcap/dist/ |
| pcap-dpdk.c | 31 1. Pcap-dpdk provides libpcap the ability to use DPDK with the device name as dpdk:{portid}, such as dpdk:0. 71 4. Link your own program with libpcap, and use DPDK with the device name as dpdk:{portid}, such as dpdk:0. 179 uint16_t portid; // portid of DPDK member in struct:pcap_dpdk 293 nb_rx = (int)rte_eth_rx_burst(pd->portid, 0, pkts_burst, burst_cnt); 298 nb_rx = (int)rte_eth_rx_burst(pd->portid, 0, pkts_burst, burst_cnt); 443 rte_eth_promiscuous_disable(pd->portid); 445 rte_eth_dev_stop(pd->portid); 446 rte_eth_dev_close(pd->portid); 452 uint16_t portid = pd->portid local 758 uint16_t portid= DPDK_PORTID_MAX; local [all...] |