Searched refs:x25_error (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | sdla_x25.c | 422 static int x25_error (sdla_t* card, int err, int cmd, int lcn); 2223 x25_error(card, err, X25_READ_MODEM_STATUS, 0); in status_intr() 2265 x25_error(card, err, X25_HDLC_LINK_STATUS, 0); in status_intr() 2511 x25_error(card, err, X25_READ_CODE_VERSION, 0)); in x25_get_version() 2539 } while (err && retry-- && x25_error(card, err, X25_SET_CONFIGURATION, 0)); in x25_configure() 2559 } while (err && retry-- && x25_error(card, err, X25_SET_CONFIGURATION, 0)); in hdlc_configure() 2577 } while (err && retry-- && x25_error(card, err, SET_PROTOCOL_LEVEL, 0)); in set_hdlc_level() 2599 } while (err && retry-- && x25_error(card, err, X25_HDLC_READ_COMM_ERR, 0)); in x25_get_err_stats() 2628 } while (err && retry-- && x25_error(card, err, X25_READ_STATISTICS, 0)) ; in x25_get_stats() 2655 } while (err && retry-- && x25_error(card, err, X25_HDLC_LINK_CLOSE, 0)); in x25_close_hdlc() [all …]
|