Lines Matching refs:rc
1419 int rc;
1446 rc = port_write (p_port, p_buf);
1449 switch (rc)
1486 int rc = 0;
1599 rc = port_write (p_port, p_buf);
1604 if (rc == PORT_SUCCESS)
1607 if ((rc != PORT_SUCCESS) && (rc != PORT_CMD_PENDING))
1613 if (!available && (rc != PORT_CMD_PENDING) && (rc != PORT_TX_QUEUE_DISABLED))
1646 int rc = 0;
1723 rc = port_write (p_port, p_buf);
1728 if (rc == PORT_SUCCESS)
1731 if ((rc != PORT_SUCCESS) && (rc != PORT_CMD_PENDING))
1739 if (!max_len && (rc != PORT_CMD_PENDING) && (rc != PORT_TX_QUEUE_DISABLED))