Lines Matching refs:run
432 int run; /* Port is running */ member
991 if (port->run) in fst_op_raise()
1001 if (port->run) in fst_op_lower()
1340 if (!port->run) in do_bottom_half_tx()
1439 if (!port->run) in do_bottom_half_rx()
1566 if (port->run) in fst_intr()
1574 if (port->run) in fst_intr()
2143 if (port->run) { in fst_openport()
2147 port->run = 0; in fst_openport()
2155 port->run = 1; in fst_openport()
2175 if (port->run) { in fst_closeport()
2176 port->run = 0; in fst_closeport()
2507 card->ports[i].run = 0; in fst_add_one()