Symbol: port_id
sys/arm/mv/mv_pci.c
452
int err, bus, devfn, port_id;
sys/arm/mv/mv_pci.c
460
if (OF_getencprop(node, "marvell,pcie-port", &(port_id),
sys/arm/mv/mv_pci.c
461
sizeof(port_id)) <= 0) {
sys/arm/mv/mv_pci.c
464
port_id = 0;
sys/arm/mv/mv_pci.c
469
sc->ap_segment = port_id;
sys/arm/mv/mv_pci.c
473
sc->sc_win_target = MV_WIN_PCIE_TARGET(port_id);
sys/arm/mv/mv_pci.c
474
sc->sc_mem_win_attr = MV_WIN_PCIE_MEM_ATTR(port_id);
sys/arm/mv/mv_pci.c
475
sc->sc_io_win_attr = MV_WIN_PCIE_IO_ATTR(port_id);
sys/arm/mv/mv_pci.c
479
sc->sc_win_target = MV_WIN_PCIE_TARGET_ARMADA38X(port_id);
sys/arm/mv/mv_pci.c
480
sc->sc_mem_win_attr = MV_WIN_PCIE_MEM_ATTR_ARMADA38X(port_id);
sys/arm/mv/mv_pci.c
481
sc->sc_io_win_attr = MV_WIN_PCIE_IO_ATTR_ARMADA38X(port_id);
sys/arm/mv/mv_pci.c
525
mv_pcib_enable(sc, port_id);
sys/cam/ctl/ctl_frontend_ioctl.c
261
int port_id = -1;
sys/cam/ctl/ctl_frontend_ioctl.c
265
port_id = strtol(val, NULL, 10);
sys/cam/ctl/ctl_frontend_ioctl.c
267
if (port_id == -1) {
sys/cam/ctl/ctl_frontend_ioctl.c
275
if (cfi->port.targ_port == port_id)
sys/cam/ctl/ctl_frontend_ioctl.c
282
"cannot find port %d", port_id);
sys/dev/axgbe/xgbe-phy-v2.c
1461
int shift = GPIO_MASK_WIDTH * (3 - phy_data->port_id);
sys/dev/axgbe/xgbe-phy-v2.c
1555
int shift = GPIO_MASK_WIDTH * (3 - phy_data->port_id);
sys/dev/axgbe/xgbe-phy-v2.c
358
unsigned int port_id;
sys/dev/axgbe/xgbe-phy-v2.c
3777
phy_data->port_id = XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_ID);
sys/dev/axgbe/xgbe-phy-v2.c
3784
DBGPR("port id=%u\n", phy_data->port_id);
sys/dev/axgbe/xgbe-phy-v2.c
620
XP_SET_BITS(mutex_id, XP_I2C_MUTEX, ID, phy_data->port_id);
sys/dev/bnxt/bnxt_en/bnxt.h
504
uint8_t port_id;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
501
req.port_id = htole16(softc->pf.port_id);
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
548
req.port_id = htole16(softc->pf.port_id);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1241
pf->port_id = le16toh(resp->port_id);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1922
req.port_id = htole16(softc->pf.port_id);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1997
req.port_id = htole16(softc->pf.port_id);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2839
req.port_id = htole16(softc->pf.port_id);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
3055
req.port_id = htole16(softc->pf.port_id);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
3080
req.port_id = htole16(softc->pf.port_id);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
3098
req.port_id = htole16(softc->pf.port_id);
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14831
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
15771
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26908
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
27354
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
28611
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
28902
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
29197
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
29701
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30519
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30620
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30816
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30957
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31032
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31112
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31221
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31611
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31702
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31783
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31862
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32060
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32333
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32629
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32963
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33124
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33295
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33424
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33539
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33623
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33888
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34049
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34184
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34254
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34335
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34559
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35291
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35424
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35510
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35705
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35812
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36627
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37399
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37476
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37574
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37651
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37736
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37900
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38007
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38079
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38235
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51230
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61698
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62251
uint8_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64446
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64578
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64646
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64807
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72486
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72637
uint16_t port_id;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72766
uint16_t port_id;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2939
softc->pf.port_id);
sys/dev/bnxt/bnxt_re/bnxt_re.h
677
u16 target_id, u16 port_id,
sys/dev/bnxt/bnxt_re/main.c
2771
req.port_id = (target_id == 0xFFFF) ? en_dev->pf_port_id : 1;
sys/dev/bnxt/bnxt_re/main.c
2831
req.port_id = (target_id == 0xFFFF) ? en_dev->pf_port_id : 1;
sys/dev/bnxt/bnxt_re/main.c
2876
req.port_id = (tid == 0xFFFF) ? en_dev->pf_port_id : 1;
sys/dev/bnxt/bnxt_re/main.c
2935
req.port_id = (target_id == 0xFFFF) ? en_dev->pf_port_id : 1;
sys/dev/bnxt/bnxt_re/main.c
2968
req.port_id = (target_id == 0xFFFF) ? en_dev->pf_port_id : 1;
sys/dev/bnxt/bnxt_re/qplib_fp.c
1593
qp->port_id = le16_to_cpu(sb->port_id);
sys/dev/bnxt/bnxt_re/qplib_fp.h
361
u16 port_id;
sys/dev/bxe/ecore_hsi.h
8871
uint8_t port_id /* Port id */;
sys/dev/bxe/ecore_hsi.h
8875
uint8_t port_id /* Port id */;
sys/dev/bxe/ecore_hsi.h
9270
uint8_t port_id /* Port ID */;
sys/dev/bxe/ecore_hsi.h
9278
uint8_t port_id /* Port ID */;
sys/dev/cxgb/common/cxgb_common.h
710
void t3_link_changed(adapter_t *adapter, int port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1472
static int t3_detect_link_fault(adapter_t *adapter, int port_id)
sys/dev/cxgb/common/cxgb_t3_hw.c
1474
struct port_info *pi = adap2pinfo(adapter, port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1485
t3_xgm_intr_enable(adapter, port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1495
static void t3_clear_faults(adapter_t *adapter, int port_id)
sys/dev/cxgb/common/cxgb_t3_hw.c
1497
struct port_info *pi = adap2pinfo(adapter, port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1501
t3_xgm_intr_disable(adapter, pi->port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1506
t3_xgm_intr_enable(adapter, pi->port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1519
void t3_link_changed(adapter_t *adapter, int port_id)
sys/dev/cxgb/common/cxgb_t3_hw.c
1522
struct port_info *pi = adap2pinfo(adapter, port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1563
link_fault = t3_detect_link_fault(adapter, port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1583
t3_clear_faults(adapter, port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1620
t3_clear_faults(adapter, port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1631
t3_xgm_intr_disable(adapter, pi->port_id);
sys/dev/cxgb/common/cxgb_t3_hw.c
1653
t3_os_link_changed(adapter, port_id, link_ok, speed, duplex, fc,
sys/dev/cxgb/cxgb_adapter.h
101
uint32_t port_id;
sys/dev/cxgb/cxgb_adapter.h
481
void t3_os_link_changed(adapter_t *adapter, int port_id, int link_status,
sys/dev/cxgb/cxgb_adapter.h
483
void t3_os_phymod_changed(struct adapter *adap, int port_id);
sys/dev/cxgb/cxgb_main.c
1004
device_get_unit(device_get_parent(dev)), p->port_id);
sys/dev/cxgb/cxgb_main.c
1173
t3_os_link_changed(adapter_t *adapter, int port_id, int link_status, int speed,
sys/dev/cxgb/cxgb_main.c
1176
struct port_info *pi = &adapter->port[port_id];
sys/dev/cxgb/cxgb_main.c
1205
void t3_os_phymod_changed(struct adapter *adap, int port_id)
sys/dev/cxgb/cxgb_main.c
1210
struct port_info *pi = &adap->port[port_id];
sys/dev/cxgb/cxgb_main.c
1667
if (isset(&sc->open_device_map, p->port_id) &&
sys/dev/cxgb/cxgb_main.c
1672
t3_port_intr_enable(sc, p->port_id);
sys/dev/cxgb/cxgb_main.c
1690
setbit(&sc->open_device_map, p->port_id);
sys/dev/cxgb/cxgb_main.c
1765
clrbit(&sc->open_device_map, pi->port_id);
sys/dev/cxgb/cxgb_main.c
1766
t3_port_intr_disable(sc, pi->port_id);
sys/dev/cxgb/cxgb_main.c
1797
t3_os_link_changed(sc, pi->port_id, 0, 0, 0, 0, 0);
sys/dev/cxgb/cxgb_main.c
2232
if (!isset(&sc->open_device_map, pi->port_id))
sys/dev/cxgb/cxgb_main.c
2244
if (!isset(&sc->open_device_map, pi->port_id))
sys/dev/cxgb/cxgb_main.c
2247
t3_link_changed(sc, pi->port_id);
sys/dev/cxgb/cxgb_main.c
2280
if (!isset(&sc->open_device_map, p->port_id) || p->link_fault ||
sys/dev/cxgb/cxgb_main.c
2298
t3_port_intr_enable(sc, p->port_id);
sys/dev/cxgb/cxgb_main.c
2380
if (!isset(&sc->open_device_map, pi->port_id))
sys/dev/cxgb/cxgb_main.c
3340
if (isset(&sc->offload_map, pi->port_id))
sys/dev/cxgb/cxgb_main.c
3358
setbit(&sc->offload_map, pi->port_id);
sys/dev/cxgb/cxgb_main.c
3369
if (!isset(&sc->offload_map, pi->port_id))
sys/dev/cxgb/cxgb_main.c
3374
clrbit(&sc->offload_map, pi->port_id);
sys/dev/cxgb/cxgb_main.c
635
pi->port_id = i;
sys/dev/cxgb/cxgb_main.c
968
device_set_descf(dev, "Port %d %s", p->port_id, desc);
sys/dev/cxgbe/adapter.h
334
uint8_t port_id;
sys/dev/cxgbe/adapter.h
504
uint8_t port_id; /* port_id of the port associated with the eq */
sys/dev/cxgbe/common/common.h
730
int t4_port_init(struct adapter *adap, int mbox, int pf, int vf, int port_id);
sys/dev/cxgbe/common/common.h
939
u8 lookup_type, u8 port_id, bool sleep_ok);
sys/dev/cxgbe/common/common.h
942
u8 lookup_type, u8 port_id, bool sleep_ok);
sys/dev/cxgbe/common/t4_hw.c
10166
u8 lookup_type, u8 port_id, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
10187
V_DATAPORTNUM(port_id));
sys/dev/cxgbe/common/t4_hw.c
10865
int port_id = adap->port_map[hw_port];
sys/dev/cxgbe/common/t4_hw.c
10868
MPASS(port_id >= 0 && port_id < adap->params.nports);
sys/dev/cxgbe/common/t4_hw.c
10869
pi = adap->port[port_id];
sys/dev/cxgbe/common/t4_hw.c
11840
int t4_port_init(struct adapter *adap, int mbox, int pf, int vf, int port_id)
sys/dev/cxgbe/common/t4_hw.c
11844
struct port_info *p = adap2pinfo(adap, port_id);
sys/dev/cxgbe/common/t4_hw.c
11848
for (i = 0, j = -1; i <= p->port_id; i++) {
sys/dev/cxgbe/common/t4_hw.c
13061
int i, port_id, tx_chan;
sys/dev/cxgbe/common/t4_hw.c
13064
port_id = adap->port_map[idx];
sys/dev/cxgbe/common/t4_hw.c
13065
MPASS(port_id >= 0 && port_id <= adap->params.nports);
sys/dev/cxgbe/common/t4_hw.c
13066
pi = adap->port[port_id];
sys/dev/cxgbe/common/t4_hw.c
8708
int port_id, tx_chan;
sys/dev/cxgbe/common/t4_hw.c
8711
port_id = adap->port_map[idx];
sys/dev/cxgbe/common/t4_hw.c
8712
MPASS(port_id >= 0 && port_id <= adap->params.nports);
sys/dev/cxgbe/common/t4_hw.c
8713
pi = adap->port[port_id];
sys/dev/cxgbe/common/t4_hw.c
9978
u8 lookup_type, u8 port_id, bool sleep_ok)
sys/dev/cxgbe/common/t4_hw.c
9998
V_DATAPORTNUM(port_id));
sys/dev/cxgbe/crypto/t6_kern_tls.c
131
tlsp->ctrlq = &sc->sge.ctrlq[pi->port_id];
sys/dev/cxgbe/crypto/t6_kern_tls.c
1633
V_ULP_TXPKT_CHANNELID(tlsp->vi->pi->port_id) | V_ULP_TXPKT_DEST(0) |
sys/dev/cxgbe/crypto/t6_kern_tls.c
287
V_ULP_TXPKT_CHANNELID(tlsp->vi->pi->port_id) | V_ULP_TXPKT_DEST(0) |
sys/dev/cxgbe/crypto/t7_kern_tls.c
1557
V_T7_ULP_TXPKT_CHANNELID(tlsp->vi->pi->port_id) |
sys/dev/cxgbe/crypto/t7_kern_tls.c
1950
V_T7_ULP_TXPKT_CHANNELID(tlsp->vi->pi->port_id) |
sys/dev/cxgbe/offload.h
85
int port_id;
sys/dev/cxgbe/t4_ioctl.h
97
uint8_t port_id;
sys/dev/cxgbe/t4_main.c
1235
value == pi->port_id)
sys/dev/cxgbe/t4_main.c
12915
if (i2cd->len == 0 || i2cd->port_id >= sc->params.nports)
sys/dev/cxgbe/t4_main.c
12927
rc = -t4_i2c_rd(sc, sc->mbox, i2cd->port_id, i2cd->dev_addr,
sys/dev/cxgbe/t4_main.c
12935
clear_stats(struct adapter *sc, u_int port_id)
sys/dev/cxgbe/t4_main.c
12950
if (port_id >= sc->params.nports)
sys/dev/cxgbe/t4_main.c
12952
pi = sc->port[port_id];
sys/dev/cxgbe/t4_main.c
13101
wrq = &sc->sge.ctrlq[pi->port_id];
sys/dev/cxgbe/t4_main.c
13473
if (isset(&sc->offload_map, pi->port_id)) {
sys/dev/cxgbe/t4_main.c
13507
setbit(&sc->offload_map, pi->port_id);
sys/dev/cxgbe/t4_main.c
13513
MPASS(isset(&sc->offload_map, pi->port_id));
sys/dev/cxgbe/t4_main.c
13516
clrbit(&sc->offload_map, pi->port_id);
sys/dev/cxgbe/t4_main.c
14108
match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id,
sys/dev/cxgbe/t4_main.c
14115
MPASS(rc == sc->rawf_base + pi->port_id);
sys/dev/cxgbe/t4_main.c
1502
pi->port_id = i;
sys/dev/cxgbe/t4_main.c
1801
sbuf_printf(sb, "port=%d", pi->port_id);
sys/dev/cxgbe/t4_main.c
2813
device_set_descf(dev, "port %d", pi->port_id);
sys/dev/cxgbe/t4_main.c
3316
rc = -t4_i2c_rd(sc, sc->mbox, pi->port_id, i2c.dev_addr,
sys/dev/cxgbe/t4_main.c
3822
device_set_descf(dev, "port %d vi %td", vi->pi->port_id,
sys/dev/cxgbe/t4_main.c
3846
"for port %d: %d\n", index, pi->port_id, -rc);
sys/dev/cxgbe/t4_main.c
6636
match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id,
sys/dev/cxgbe/t4_main.c
6643
MPASS(rc == sc->rawf_base + pi->port_id);
sys/dev/cxgbe/t4_main.c
8519
(pi->port_id << 16) | i, sysctl_tc_params, "A",
sys/dev/cxgbe/t4_sched.c
337
tc0 = &sc->port[txq->eq.port_id]->sched_params->cl_rl[0];
sys/dev/cxgbe/t4_sched.c
495
t4_reserve_cl_rl_kbps(struct adapter *sc, int port_id, u_int maxrate,
sys/dev/cxgbe/t4_sched.c
503
MPASS(port_id >= 0 && port_id < sc->params.nports);
sys/dev/cxgbe/t4_sched.c
505
pi = sc->port[port_id];
sys/dev/cxgbe/t4_sched.c
575
t4_release_cl_rl(struct adapter *sc, int port_id, int tc_idx)
sys/dev/cxgbe/t4_sched.c
579
MPASS(port_id >= 0 && port_id < sc->params.nports);
sys/dev/cxgbe/t4_sched.c
583
tc = &sc->port[port_id]->sched_params->cl_rl[tc_idx];
sys/dev/cxgbe/t4_sched.c
619
int i, rc, port_id, mbps, gbps;
sys/dev/cxgbe/t4_sched.c
629
port_id = arg2 >> 16;
sys/dev/cxgbe/t4_sched.c
630
MPASS(port_id < sc->params.nports);
sys/dev/cxgbe/t4_sched.c
631
MPASS(sc->port[port_id] != NULL);
sys/dev/cxgbe/t4_sched.c
636
tc = sc->port[port_id]->sched_params->cl_rl[i];
sys/dev/cxgbe/t4_sched.c
649
gbps = port_top_speed(sc->port[port_id]);
sys/dev/cxgbe/t4_sched.c
810
rc = t4_reserve_cl_rl_kbps(sc, pi->port_id,
sys/dev/cxgbe/t4_sched.c
819
t4_release_cl_rl(sc, pi->port_id, schedcl);
sys/dev/cxgbe/t4_sched.c
835
cst->port_id = pi->port_id;
sys/dev/cxgbe/t4_sched.c
869
rc = t4_reserve_cl_rl_kbps(sc, cst->port_id,
sys/dev/cxgbe/t4_sched.c
874
t4_release_cl_rl(sc, cst->port_id, cst->schedcl);
sys/dev/cxgbe/t4_sched.c
915
t4_release_cl_rl(sc, cst->port_id, cst->schedcl);
sys/dev/cxgbe/t4_sge.c
3455
uint8_t port_id, struct sge_iq *iq, char *name)
sys/dev/cxgbe/t4_sge.c
3461
eq->port_id = port_id;
sys/dev/cxgbe/t4_sge.c
3462
eq->tx_chan = sc->port[port_id]->tx_chan;
sys/dev/cxgbe/t4_sge.c
3463
eq->hw_port = sc->port[port_id]->hw_port;
sys/dev/cxgbe/t4_sge.c
4404
eq->port_id, rc);
sys/dev/cxgbe/t4_sge.c
4763
init_eq(sc, &txq->eq, EQ_ETH, vi->qsize_txq, pi->port_id,
sys/dev/cxgbe/t4_sge.c
5008
init_eq(sc, eq, EQ_OFLD, vi->qsize_txq, pi->port_id,
sys/dev/cxgbe/t4_sge.c
5012
init_eq(sc, eq, EQ_OFLD, vi->qsize_txq, pi->port_id,
sys/dev/cxgbe/t4_sge.c
6546
taskqueue_enqueue(sc->tq[eq->port_id], &wrq->wrq_tx_task);
sys/dev/cxgbe/t4_sge.c
6558
taskqueue_enqueue(sc->tq[eq->port_id], &txq->tx_reclaim_task);
sys/dev/cxgbe/t4_vf.c
673
pi->port_id = i;
sys/dev/cxgbe/t4_vf.c
894
u_int port_id = *(uint32_t *)data;
sys/dev/cxgbe/t4_vf.c
898
if (port_id >= sc->params.nports)
sys/dev/cxgbe/t4_vf.c
900
pi = sc->port[port_id];
sys/dev/cxgbe/tom/t4_cpl_io.c
177
const int port_id = toep->vi->pi->port_id;
sys/dev/cxgbe/tom/t4_cpl_io.c
185
rc = t4_reserve_cl_rl_kbps(sc, port_id, kbps, &tc_idx);
sys/dev/cxgbe/tom/t4_cpl_io.c
204
t4_release_cl_rl(sc, port_id, tc_idx);
sys/dev/cxgbe/tom/t4_cpl_io.c
234
t4_release_cl_rl(sc, port_id, toep->params.tc_idx);
sys/dev/cxgbe/tom/t4_listen.c
354
lctx->ctrlq = &sc->sge.ctrlq[vi->pi->port_id];
sys/dev/cxgbe/tom/t4_tom.c
1334
cp->ctrlq_idx = vi->pi->port_id;
sys/dev/cxgbe/tom/t4_tom.c
334
t4_release_cl_rl(sc, toep->vi->pi->port_id, toep->params.tc_idx);
sys/dev/cxgbe/tom/t4_tom_l2t.c
407
e->wrq = &sc->sge.ctrlq[pi->port_id];
sys/dev/dpaa/fman.c
367
uint8_t port_id, uint64_t addr, uint8_t tnum, uint16_t liodn)
sys/dev/enic/enic.h
215
unsigned int port_id;
sys/dev/iwm/if_iwm.c
4874
cmd->port_id = 0;
sys/dev/iwm/if_iwmreg.h
3511
uint8_t port_id;
sys/dev/iwx/if_iwx.c
8548
cmd->port_id = 0;
sys/dev/iwx/if_iwxreg.h
3869
uint8_t port_id;
sys/dev/mpt/mpt.h
516
uint8_t port_id;
sys/dev/mpt/mpt_cam.c
648
phyinfo->port_id = buffer->PhyData[i].Port;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
680
nvmft_port_find_by_id(int port_id)
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
686
if (np->port.targ_port == port_id)
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
896
u_long port_id;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
902
port_id = ULONG_MAX;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
912
&port_id)) {
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
939
np = nvmft_port_find_by_id(port_id);
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
943
"CTL port %lu is not a NVMF port", port_id);
sys/dev/oce/oce_hw.h
1682
uint32_t port_id; /* used for stats retrieval */
sys/dev/oce/oce_if.c
1798
int port_id = 0;
sys/dev/oce/oce_if.c
1802
port_id = cqe_v1->u0.s.port;
sys/dev/oce/oce_if.c
1803
if (sc->port_id != port_id)
sys/dev/oce/oce_if.h
838
uint32_t port_id;
sys/dev/oce/oce_mbox.c
1084
fwcmd->params.req.port_number = sc->port_id;
sys/dev/oce/oce_mbox.c
1912
fwcmd->params.req.port = LE_32(sc->port_id);
sys/dev/oce/oce_mbox.c
523
sc->port_id = HOST_32(fwcmd->params.rsp.port_id);
sys/dev/oce/oce_sysctl.c
1286
uint32_t port = sc->port_id;
sys/dev/oce/oce_sysctl.c
1349
uint32_t port = sc->port_id;
sys/dev/oce/oce_sysctl.c
1414
uint32_t port = sc->port_id;
sys/dev/oce/oce_sysctl.c
168
oce_mbox_cmd_set_loopback(sc, sc->port_id, loopback_type, 1);
sys/dev/oce/oce_sysctl.c
169
status = oce_mbox_cmd_test_loopback(sc, sc->port_id, loopback_type,
sys/dev/oce/oce_sysctl.c
171
oce_mbox_cmd_set_loopback(sc, sc->port_id, OCE_NO_LOOPBACK, 1);
sys/dev/ocs_fc/ocs.h
65
uint32_t port_id;
sys/dev/ocs_fc/ocs_cam.c
1024
tgt->port_id = node->rnode.fc_id;
sys/dev/ocs_fc/ocs_cam.c
2208
fc->port = tgt->port_id;
sys/dev/ocs_fc/ocs_els.c
1680
adisc->port_id = fc_htobe24(node->rnode.sport->fc_id);
sys/dev/ocs_fc/ocs_els.c
1733
rftid->port_id = ocs_htobe32(node->rnode.sport->fc_id);
sys/dev/ocs_fc/ocs_els.c
1786
rffid->port_id = ocs_htobe32(node->rnode.sport->fc_id);
sys/dev/ocs_fc/ocs_els.c
929
logo->port_id = fc_htobe24(node->rnode.sport->fc_id);
sys/dev/ocs_fc/ocs_els.c
994
adisc->port_id = fc_htobe24(node->rnode.sport->fc_id);
sys/dev/ocs_fc/ocs_fabric.c
1854
uint32_t port_id;
sys/dev/ocs_fc/ocs_fabric.c
1893
port_id = n->rnode.fc_id;
sys/dev/ocs_fc/ocs_fabric.c
1894
switch (port_id) {
sys/dev/ocs_fc/ocs_fabric.c
1900
if (!FC_ADDR_IS_DOMAIN_CTRL(port_id)) {
sys/dev/ocs_fc/ocs_fabric.c
1909
port_id = fc_be24toh(gidpt->port_list[i].port_id);
sys/dev/ocs_fc/ocs_fabric.c
1912
if ((active_nodes[j] != NULL) && (port_id == active_nodes[j]->rnode.fc_id)) {
sys/dev/ocs_fc/ocs_fabric.c
1940
uint32_t port_id = fc_be24toh(gidpt->port_list[i].port_id);
sys/dev/ocs_fc/ocs_fabric.c
1945
if (port_id != node->rnode.sport->fc_id && !ocs_sport_find(sport->domain, port_id)) {
sys/dev/ocs_fc/ocs_fabric.c
1946
newnode = ocs_node_find(sport, port_id);
sys/dev/ocs_fc/ocs_fabric.c
1955
newnode = ocs_node_alloc(sport, port_id, 0, 0);
sys/dev/ocs_fc/ocs_fcp.h
309
port_id:24;
sys/dev/ocs_fc/ocs_fcp.h
377
port_id:24;
sys/dev/ocs_fc/ocs_fcp.h
416
port_id:24;
sys/dev/ocs_fc/ocs_fcp.h
470
uint32_t port_id;
sys/dev/ocs_fc/ocs_fcp.h
480
uint32_t port_id;
sys/dev/ocs_fc/ocs_fcp.h
493
uint32_t port_id;
sys/dev/ocs_fc/ocs_fcp.h
505
uint32_t port_id;
sys/dev/ocs_fc/ocs_fcp.h
520
uint32_t port_id;
sys/dev/ocs_fc/ocs_fcp.h
564
uint32_t port_id;
sys/dev/ocs_fc/ocs_fcp.h
573
uint32_t port_id;
sys/dev/ocs_fc/ocs_fcp.h
582
port_id:24;
sys/dev/ocs_fc/ocs_fcp.h
588
port_id:24;
sys/dev/ocs_fc/ocs_fcp.h
594
port_id:24;
sys/dev/ocs_fc/ocs_fcp.h
632
port_id:24;
sys/dev/ocs_fc/ocs_fcp.h
640
port_id:24;
sys/dev/ocs_fc/ocs_node.c
182
ocs_node_find(ocs_sport_t *sport, uint32_t port_id)
sys/dev/ocs_fc/ocs_node.c
188
node = spv_get(sport->lookup, port_id);
sys/dev/ocs_fc/ocs_node.c
369
ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ)
sys/dev/ocs_fc/ocs_node.c
382
ocs_log_debug(ocs, "node allocation when shutting down %06x", port_id);
sys/dev/ocs_fc/ocs_node.c
390
ocs_log_err(ocs, "node allocation failed %06x", port_id);
sys/dev/ocs_fc/ocs_node.c
412
rc = ocs_hw_node_alloc(&ocs->hw, &node->rnode, port_id, sport);
sys/dev/ocs_fc/ocs_node.c
444
spv_set(sport->lookup, port_id, node);
sys/dev/ocs_fc/ocs_node.c
708
uint32_t port_id = node->rnode.fc_id;
sys/dev/ocs_fc/ocs_node.c
714
ocs_node_fcid_display(port_id, portid_display, sizeof(portid_display));
sys/dev/ocs_fc/ocs_node.h
196
extern ocs_node_t *ocs_node_find(ocs_sport_t *sport, uint32_t port_id);
sys/dev/ocs_fc/ocs_node.h
199
extern ocs_node_t *ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ);
sys/dev/ocs_fc/ocs_unsol.c
670
uint32_t port_id;
sys/dev/ocs_fc/ocs_unsol.c
675
port_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_unsol.c
676
ocs_assert(port_id == node->rnode.fc_id, -1);
sys/dev/ofw/ofw_graph.c
172
ofw_graph_get_device_by_port_ep(phandle_t node, uint32_t port_id, uint32_t ep_id)
sys/dev/ofw/ofw_graph.c
176
port = ofw_graph_get_port_by_idx(node, port_id);
sys/dev/ofw/ofw_graph.h
39
device_t ofw_graph_get_device_by_port_ep(phandle_t node, uint32_t port_id, uint32_t ep_id);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_reset.h
35
#define ADF_C4XXX_GET_PORT_CMD(port_id) \
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_reset.h
36
((((port_id)&0xFF) << 24) | (ADF_C4XXX_PORTD_CMD_BE << 16) | \
sys/dev/qcom_ess_edma/qcom_ess_edma_rx.c
337
int num_rfds, port_id, priority, hash_type, hash_val, flow_cookie, vlan;
sys/dev/qcom_ess_edma/qcom_ess_edma_rx.c
376
port_id = (rrd->rrd1 >> EDMA_PORT_ID_SHIFT)
sys/dev/qcom_ess_edma/qcom_ess_edma_rx.c
392
port_id,
sys/dev/qcom_ess_edma/qcom_ess_edma_rx.c
421
if (sc->sc_gmac_port_map[port_id] != -1) {
sys/dev/qcom_ess_edma/qcom_ess_edma_rx.c
423
gmac = &sc->sc_gmac[sc->sc_gmac_port_map[port_id]];
sys/dev/qcom_ess_edma/qcom_ess_edma_rx.c
426
port_id, gmac->id);
sys/dev/qlnx/qlnxe/ecore.h
655
u8 port_id;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1605
ecore_qm_pf_rt_init(p_hwfn, p_ptt, p_hwfn->port_id,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3173
u8 port_id, pf_id, vf_id;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3195
for (port_id = 0; port_id < chip_platform->num_ports; port_id++) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3197
ecore_port_pretend(p_hwfn, p_ptt, port_id);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3198
offset += ecore_grc_dump_split_data(p_hwfn, p_ptt, curr_input_regs_arr, dump_buf + offset, dump, block_enable, "port", port_id, param_name, param_val);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5030
u8 port_id,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5039
DP_VERBOSE(p_hwfn, ECORE_MSG_DEBUG, "dbg_bus_set_nw_output: port_id = %d, dest_addr_lo32 = 0x%x, dest_addr_hi16 = 0x%x, data_limit_size_kb = %d, send_to_other_engine = %d, rcv_from_other_engine = %d\n", port_id, dest_addr_lo32, dest_addr_hi16, data_limit_size_kb, send_to_other_engine, rcv_from_other_engine);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5045
if (port_id >= s_chip_defs[dev_data->chip_id].per_platform[dev_data->platform_id].num_ports || (send_to_other_engine && rcv_from_other_engine))
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5057
ecore_wr(p_hwfn, p_ptt, NIG_REG_DEBUG_PORT, port_id);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
179
u8 port_id,
sys/dev/qlnx/qlnxe/ecore_dev.c
3093
u8 loopback = 0, port = p_hwfn->port_id * 2;
sys/dev/qlnx/qlnxe/ecore_dev.c
3126
u8 port = p_hwfn->port_id;
sys/dev/qlnx/qlnxe/ecore_dev.c
3430
rc = ecore_init_run(p_hwfn, p_ptt, PHASE_PORT, p_hwfn->port_id,
sys/dev/qlnx/qlnxe/ecore_dev.c
3445
ecore_link_init_bb(p_hwfn, p_ptt, p_hwfn->port_id);
sys/dev/qlnx/qlnxe/ecore_dev.c
4533
p_hwfn->port_id = GET_FIELD(p_hwfn->hw_info.concrete_fid,
sys/dev/qlnx/qlnxe/ecore_dev.c
4800
*p_resc_start = p_hwfn->port_id;
sys/dev/qlnx/qlnxe/ecore_dev.c
4802
*p_resc_start = p_hwfn->port_id;
sys/dev/qlnx/qlnxe/ecore_dev.c
4804
*p_resc_start = p_hwfn->port_id + 2;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
481
u8 port_id;
sys/dev/qlnx/qlnxe/ecore_hw.c
413
struct ecore_ptt *p_ptt, u8 port_id)
sys/dev/qlnx/qlnxe/ecore_hw.c
417
SET_FIELD(control, PXP_PRETEND_CMD_PORT, port_id);
sys/dev/qlnx/qlnxe/ecore_hw.c
562
u8 src_pfid, dst_pfid, port_id;
sys/dev/qlnx/qlnxe/ecore_hw.c
606
port_id = (ECORE_DMAE_FLAGS_IS_SET(p_params, PORT)) ?
sys/dev/qlnx/qlnxe/ecore_hw.c
607
p_params->port_id : p_hwfn->port_id;
sys/dev/qlnx/qlnxe/ecore_hw.c
608
opcode |= port_id << DMAE_CMD_PORT_ID_SHIFT;
sys/dev/qlnx/qlnxe/ecore_hw.h
225
u8 port_id);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
183
u8 port_id,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
188
return NUM_OF_PHYS_TCS * (ECORE_IS_E5(p_hwfn->p_dev) ? MAX_NUM_PORTS_E5 : MAX_NUM_PORTS_BB) + port_id;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
190
return port_id * (ECORE_IS_E5(p_hwfn->p_dev) ? NUM_OF_PHYS_TCS : max_phys_tcs_per_port) + tc;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
279
u8 tc, ext_voq, port_id, num_tcs_in_port;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
286
for (port_id = 0; port_id < max_ports_per_engine; port_id++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
289
if (!port_params[port_id].active)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
296
phys_lines = port_params[port_id].num_pbf_cmd_lines;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
304
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
310
ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
311
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
316
ext_voq = ecore_get_ext_voq(p_hwfn, port_id, PURE_LB_TC, max_phys_tcs_per_port);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
346
u8 tc, ext_voq, port_id, num_tcs_in_port;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
348
for (port_id = 0; port_id < max_ports_per_engine; port_id++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
349
if (!port_params[port_id].active)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
353
usable_blocks = port_params[port_id].num_btb_blocks - BTB_HEADROOM_BLOCKS;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
360
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
369
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
370
ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
376
ext_voq = ecore_get_ext_voq(p_hwfn, port_id, PURE_LB_TC, max_phys_tcs_per_port);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
384
u8 port_id,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
428
ext_voq = ecore_get_ext_voq(p_hwfn, port_id, pq_params[i].tc_id, max_phys_tcs_per_port);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
472
pq_info = PQ_INFO_ELEMENT(first_tx_pq_id, pf_id, pq_params[i].tc_id, port_id, rl_valid ? 1 : 0, rl_valid ? pq_params[i].vport_id : 0);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
534
u8 port_id,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
552
ext_voq = ecore_get_ext_voq(p_hwfn, port_id, pq_params[i].tc_id, max_phys_tcs_per_port);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
750
u8 port_id,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
784
ecore_tx_pq_map_rt_init(p_hwfn, p_ptt, port_id, pf_id, max_phys_tcs_per_port, is_pf_loading, num_pf_cids, num_vf_cids,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
789
if (ecore_pf_wfq_rt_init(p_hwfn, port_id, pf_id, pf_wfq, max_phys_tcs_per_port, num_pf_pqs + num_vf_pqs, pq_params))
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
116
u8 port_id,
sys/dev/qlnx/qlnxe/ecore_iro.h
36
#define TSTORM_PORT_STAT_OFFSET(port_id) (IRO[1].base + ((port_id) * IRO[1].m1))
sys/dev/qlnx/qlnxe/ecore_iro.h
39
#define TSTORM_LL2_PORT_STAT_OFFSET(port_id) (IRO[2].base + ((port_id) * IRO[2].m1))
sys/dev/qlnx/qlnxe/ecore_mcp.c
711
loaded_port[p_hwfn->port_id]--;
sys/dev/qlnx/qlnxe/ecore_mcp.c
801
} else if (!loaded_port[p_hwfn->port_id]) {
sys/dev/qlnx/qlnxe/ecore_mcp.c
813
loaded_port[p_hwfn->port_id]++;
sys/dev/qlnx/qlnxe/ecore_mcp.c
817
*p_load_code, loaded, p_hwfn->port_id,
sys/dev/qlnx/qlnxe/ecore_mcp.c
818
loaded_port[p_hwfn->port_id]);
sys/dev/qlnx/qlnxe/ecore_spq.c
92
p_hwfn->port_id, p_eqe->opcode,
sys/dev/sfxge/common/ef10_nic.c
258
__in uint32_t port_id)
sys/dev/sfxge/common/ef10_nic.c
273
MCDI_IN_SET_DWORD(req, VADAPTOR_ALLOC_IN_UPSTREAM_PORT_ID, port_id);
sys/dev/sfxge/common/ef10_nic.c
296
__in uint32_t port_id)
sys/dev/sfxge/common/ef10_nic.c
309
MCDI_IN_SET_DWORD(req, VADAPTOR_FREE_IN_UPSTREAM_PORT_ID, port_id);
sys/netlink/netlink_domain.c
129
nl_port_lookup(uint32_t port_id)
sys/netlink/netlink_domain.c
134
if (nlp->nl_port == port_id)
sys/netlink/netlink_domain.c
396
nl_assign_port(struct nlpcb *nlp, uint32_t port_id)
sys/netlink/netlink_domain.c
399
.nl_pid = port_id,
sys/netlink/netlink_domain.c
410
NL_LOG(LOG_DEBUG3, "socket %p, port assign: %d, error: %d", nlp->nl_socket, port_id, error);
sys/netlink/netlink_domain.c
422
uint32_t port_id = candidate_id;
sys/netlink/netlink_domain.c
428
NL_LOG(LOG_DEBUG3, "socket %p, trying to assign port %d", nlp->nl_socket, port_id);
sys/netlink/netlink_domain.c
430
exist = nl_port_lookup(port_id) != 0;
sys/netlink/netlink_domain.c
433
error = nl_assign_port(nlp, port_id);
sys/netlink/netlink_domain.c
437
port_id++;
sys/netlink/netlink_domain.c
439
NL_LOG(LOG_DEBUG3, "socket %p, autobind to %d, error: %d", nlp->nl_socket, port_id, error);
sys/netlink/netlink_snl.h
1010
{ .type = NLMSGINFO_ATTR_PORT_ID, .off = _OUT(port_id), .cb = snl_attr_get_uint32 },
sys/netlink/netlink_snl.h
326
uint8_t port_id;
usr.sbin/bhyve/pci_virtio_console.c
240
pci_vtcon_port_add(struct pci_vtcon_softc *sc, int port_id, const char *name,
usr.sbin/bhyve/pci_virtio_console.c
245
port = &sc->vsc_ports[port_id];
usr.sbin/bhyve/pci_virtio_console.c
250
port->vsp_id = port_id;
usr.sbin/bhyve/pci_virtio_console.c
261
port->vsp_txq = (port_id + 1) * 2;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_snmp.h
119
port_id design_port;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
732
bzero(&(bp->design_port), sizeof(port_id));
usr.sbin/ctladm/ctladm.c
3494
uint64_t port_id;
usr.sbin/ctladm/ctladm.c
3558
cur_port->port_id = portlist->cur_id;
usr.sbin/ctladm/ctladm.c
3778
if ((portarg != UINT64_MAX) && (portarg != port->port_id))
usr.sbin/ctladm/ctladm.c
3782
(uintmax_t)port->port_id, port->online,
usr.sbin/ctld/kernel.cc
124
uint32_t port_id;
usr.sbin/ctld/kernel.cc
270
cur_port->port_id = strtoul(attr[i+1], NULL, 0);
usr.sbin/ctld/kernel.cc
450
port.port_id, name.c_str());
usr.sbin/ctld/kernel.cc
452
if (!kports.add_port(name, port.port_id)) {
usr.sbin/ctld/kernel.cc
461
(uintmax_t)port.port_id, port.cfiscsi_state);
usr.sbin/ctld/kernel.cc
488
if (!conf->add_port(targ, pg, port.port_id)) {
usr.sbin/ctld/kernel.cc
500
port.port_id, name.c_str());
usr.sbin/ctld/kernel.cc
525
if (!conf->add_port(targ, pg, port.port_id)) {
usr.sbin/cxgbetool/cxgbetool.c
2499
i2cd.port_id = l;
usr.sbin/cxgbetool/cxgbetool.c
2762
modinfo_raw(int port_id)
usr.sbin/cxgbetool/cxgbetool.c
2770
i2cd.port_id = port_id;
usr.sbin/cxgbetool/cxgbetool.c
2832
i2cd.port_id = port;