Searched refs:x25_exec (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcycx_x25.c33 * in x25_exec
1035 static int x25_exec(struct cycx_device *card, int command, int link, function
1103 return x25_exec(card, X25_CONFIG, 0,
1112 int err = x25_exec(card, X25_STATISTIC, 0, NULL, 20, NULL, 0);
1226 if ((err = x25_exec(card, X25_CONNECT_REQUEST, chan->link,
1247 return x25_exec(card, X25_CONNECT_RESPONSE, chan->link, &d, 8, NULL, 0);
1261 return x25_exec(card, X25_DISCONNECT_RESPONSE, link, &d, 5, NULL, 0);
1277 return x25_exec(card, X25_DISCONNECT_REQUEST, link, d, 7, NULL, 0);
1289 return x25_exec(card, X25_DATA_REQUEST, link, &d, 5, buf, len);

Completed in 43 milliseconds