Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Di4l.c236 switch (bcs->proto2) { in command_from_LL()
302 snprintf(commands[AT_PROTO], 9, "^SBPR=%u\r", bcs->proto2); in command_from_LL()
328 switch (bcs->proto2) { in command_from_LL()
379 bcs->proto2 = L2_HDLC; in command_from_LL()
383 bcs->proto2 = L2_VOICE; in command_from_LL()
Dcapi.c1534 bcs->proto2 = L2_HDLC; in do_connect_req()
1540 bcs->proto2 = L2_HDLC; in do_connect_req()
1543 bcs->proto2 = L2_VOICE; in do_connect_req()
1549 bcs->proto2 = L2_VOICE; in do_connect_req()
1569 snprintf(commands[AT_PROTO], 9, "^SBPR=%u\r", bcs->proto2); in do_connect_req()
1676 bcs->proto2 = L2_HDLC; in do_connect_resp()
1682 bcs->proto2 = L2_HDLC; in do_connect_resp()
1685 bcs->proto2 = L2_VOICE; in do_connect_resp()
1691 bcs->proto2 = L2_VOICE; in do_connect_resp()
2422 switch (cs->bcs[i].proto2) { in gigaset_proc_show()
Dasyncdata.c431 else if (cs->bcs->proto2 == L2_HDLC) in gigaset_m10x_input()
591 if (bcs->proto2 == L2_HDLC) in gigaset_m10x_send_skb()
Disocdata.c484 switch (bcs->proto2) { in gigaset_isoc_buildframe()
877 switch (bcs->proto2) { in gigaset_isoc_receive()
Dgigaset.h384 unsigned proto2; /* layer 2 protocol (L2_*) */ member
Dev-layer.c904 snprintf(bcs->commands[AT_PROTO], 9, "^SBPR=%u\r", bcs->proto2); in start_accept()
Dbas-gigaset.c968 if (bcs->proto2 == L2_HDLC) in starturbs()