Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2674 icb->vpc[index].node_name, 8); in ql_init_rings()
2676 icb->vpc[index].port_name, 8); in ql_init_rings()
2678 icb->vpc[index].options = VPO_TARGET_MODE_DISABLED | in ql_init_rings()
2681 icb->vpc[index].options = (uint8_t) in ql_init_rings()
2682 (icb->vpc[index].options | VPO_ENABLED); in ql_init_rings()
4100 pkt->vpc.entry_type = VP_CONTROL_TYPE; in ql_vport_control()
4101 pkt->vpc.entry_count = 1; in ql_vport_control()
4102 pkt->vpc.command = cmd; in ql_vport_control()
4103 pkt->vpc.vp_count = 1; in ql_vport_control()
4105 pkt->vpc.vp_index[bit / 8] = (uint8_t) in ql_vport_control()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1465 vp_control_entry_t vpc; member
H A Dql_api.h958 ql_vp_cfg_t vpc[MAX_25_VIRTUAL_PORTS + 1]; member