Home
last modified time | relevance | path

Searched refs:vpc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c57 struct vlinfo *vp, *vpc; in vopen() local
79 vpc = &vlinfo[vcline]; in vopen()
80 for (vp = &vlinfo[vcnt]; vp >= vpc; vp--) in vopen()
106 vpc->vliny = p, vpc->vdepth = 0, vpc->vflags = 0; in vopen()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2754 icb->vpc[index].node_name, 8); in ql_init_rings()
2756 icb->vpc[index].port_name, 8); in ql_init_rings()
2759 icb->vpc[index].options = (uint8_t) in ql_init_rings()
2760 (icb->vpc[index].options | VPO_ENABLED); in ql_init_rings()
4370 pkt->vpc.entry_type = VP_CONTROL_TYPE; in ql_vport_control()
4371 pkt->vpc.entry_count = 1; in ql_vport_control()
4372 pkt->vpc.command = cmd; in ql_vport_control()
4373 pkt->vpc.vp_count = 1; in ql_vport_control()
4374 pkt->vpc.fcf_index = ha->fcoe_fcf_idx; in ql_vport_control()
4376 pkt->vpc.vp_index[bit / 8] = (uint8_t) in ql_vport_control()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1434 vp_control_entry_t vpc; member
H A Dql_api.h1094 ql_vp_cfg_t vpc[MAX_25_VIRTUAL_PORTS + 1]; member