Lines Matching refs:error
721 // very serious error, should never occur
933 PRINTD (DBG_RX|DBG_WARN, "RX error: other PCI Bus Master RX still in progress!");
1099 PRINTD (DBG_TX|DBG_WARN, "TX error: other PCI Bus Master TX still in progress!");
1557 /* signed for error return */
2095 int error;
2117 error = vpivci_to_channel (&channel, vpi, vci);
2118 if (error) {
2120 return error;
2199 error = check_max_sdu (vcc.aal, txtp, max_tx_size);
2200 if (error) {
2202 return error;
2243 error = make_rate_with_tolerance (dev, pcr, r, 10,
2245 if (error) {
2247 return error;
2250 error = atm_pcr_check (txtp, vcc.tx_rate);
2251 if (error) {
2253 return error;
2276 error = make_rate_with_tolerance (dev, pcr, pr, 10,
2291 error = make_rate_with_tolerance (dev, scr, sr, 10,
2293 if (error) {
2295 return error;
2298 // error = atm_scr_check (txtp, vcc.tx_rate);
2299 if (error) {
2301 return error;
2336 error = check_max_sdu (vcc.aal, rxtp, max_rx_size);
2337 if (error) {
2339 return error;
2365 error = atm_pcr_check (rxtp, vcc.rx_rate);
2366 if (error) {
2368 return error;
2386 // error = atm_scr_check (rxtp, vcc.rx_rate);
2387 if (error) {
2389 return error;
2416 // clear error and grab cell rate resource lock
2417 error = 0;
2422 error = -EAGAIN;
2427 error = -EAGAIN;
2430 if (!error) {
2438 // release lock and exit on error
2440 if (error) {
2443 return error;
2455 error = -EBUSY;
2457 if (!error)
2458 error = hrz_open_rx (dev, channel);
2459 if (error) {
2461 return error;