Home
last modified time | relevance | path

Searched refs:rc_plci (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c1591 PLCI *rc_plci = NULL; in info_req() local
1612 rc_plci = plci; in info_req()
1650 rc_plci = &a->plci[i - 1]; in info_req()
1652 rc_plci->internal_command = C_NCR_FAC_REQ; in info_req()
1653 rc_plci->appl = appl; in info_req()
1654 add_p(rc_plci, CAI, "\x01\x80"); in info_req()
1655 add_p(rc_plci, UID, "\x06\x43\x61\x70\x69\x32\x30"); in info_req()
1656 sig_req(rc_plci, ASSIGN, DSIG_ID); in info_req()
1657 send_req(rc_plci); in info_req()
1666 add_s(rc_plci, CPN, &msg[0]); in info_req()
[all …]