Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dlayer2.h104 #define UA 0x63 macro
H A Dlayer2.c438 return (data[0] & 0xef) == UA; in IsUA()
917 send_uframe(l2, NULL, UA | get_PollFlag(l2, skb), RSP); in l2_start_multi()
932 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP); in l2_send_UA()
951 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP); in l2_restart_multi()
989 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP); in l2_stop_multi()
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Dlayer2.h104 #define UA 0x63 macro
H A Dlayer2.c438 return (data[0] & 0xef) == UA; in IsUA()
917 send_uframe(l2, NULL, UA | get_PollFlag(l2, skb), RSP); in l2_start_multi()
932 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP); in l2_send_UA()
951 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP); in l2_restart_multi()
989 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP); in l2_stop_multi()
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c107 DLCI_OPENING, /* Sending SABM not seen UA */
108 DLCI_OPEN, /* SABM/UA complete */
109 DLCI_CLOSING, /* Sending DISC not seen UA/DM */
136 struct timer_list t1; /* Retransmit timer for SABM and UA */
296 #define UA 0x63 macro
555 case UA: in gsm_print_packet()
556 pr_cont("UA"); in gsm_print_packet()
1584 /* Note that SABM UA .. SABM UA first UA los in gsm_dlci_open()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c134 DLCI_OPENING, /* Sending SABM not seen UA */
135 DLCI_OPEN, /* SABM/UA complete */
136 DLCI_CLOSING, /* Sending DISC not seen UA/DM */
163 struct timer_list t1; /* Retransmit timer for SABM and UA */
377 #define UA 0x63 macro
723 case UA: in gsm_print_packet()
724 pr_cont("UA"); in gsm_print_packet()
1775 /* Proceed with link setup by sending SABM before UA */ in gsm_control_negotiation()
2164 /* Note that SABM UA .. SABM UA firs in gsm_dlci_open()
[all...]

Completed in 14 milliseconds