Searched refs:VCC_PORT_OPEN (Results 1 – 2 of 2) sorted by relevance
360 if ((vport->status & VCC_PORT_OPEN) == 0) { in i_vcc_wait_port_status()705 if (vport->status & VCC_PORT_OPEN) { in i_vcc_config_port()842 if (vport->status & VCC_PORT_OPEN) { in i_vcc_delete_port()1099 if (vport->status & VCC_PORT_OPEN) { in vcc_detach()1166 if (vport->status & VCC_PORT_OPEN) { in vcc_open()1182 vport->status |= VCC_PORT_OPEN; in vcc_open()1210 VCC_PORT_TERM_RD|VCC_PORT_TERM_WR|VCC_PORT_OPEN; in vcc_open()1226 if ((vport->status & VCC_PORT_OPEN) == 0) { in i_vcc_close_port()1241 vport->status &= ~VCC_PORT_OPEN; in i_vcc_close_port()1285 if ((vport->status & VCC_PORT_OPEN) == 0) { in vcc_close()[all …]
165 #define VCC_PORT_OPEN 0x2 /* port is opened */ macro