Searched refs:SABM (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | layer2.h | 100 #define SABM 0x2f macro
|
H A D | layer2.c | 477 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM; in IsSABME() 704 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10; in establishlink() 1385 SABME : SABM) | 0x10, CMD); in l2_st5_tout_200()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | layer2.h | 100 #define SABM 0x2f macro
|
H A D | layer2.c | 477 return test_bit(FLG_MOD128, &l2->flag) ? d == SABME : d == SABM; in IsSABME() 704 cmd = (test_bit(FLG_MOD128, &l2->flag) ? SABME : SABM) | 0x10; in establishlink() 1385 SABME : SABM) | 0x10, CMD); in l2_st5_tout_200()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_gsm.c | 107 DLCI_OPENING, /* Sending SABM not seen UA */ 108 DLCI_OPEN, /* SABM/UA complete */ 136 struct timer_list t1; /* Retransmit timer for SABM and UA */ 294 #define SABM 0x2F macro 552 case SABM: in gsm_print_packet() 553 pr_cont("SABM"); in gsm_print_packet() 1584 /* Note that SABM UA .. SABM UA first UA lost can mean that we go in gsm_dlci_open() 1600 * SABM and DISC). We resend the command until the retry count runs out 1619 gsm_command(dlci->gsm, dlci->addr, SABM|P in gsm_dlci_t1() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_gsm.c | 134 DLCI_OPENING, /* Sending SABM not seen UA */ 135 DLCI_OPEN, /* SABM/UA complete */ 163 struct timer_list t1; /* Retransmit timer for SABM and UA */ 375 #define SABM 0x2F macro 720 case SABM: in gsm_print_packet() 721 pr_cont("SABM"); in gsm_print_packet() 1775 /* Proceed with link setup by sending SABM before UA */ in gsm_control_negotiation() 1777 gsm_command(gsm, dlci->addr, SABM|PF); in gsm_control_negotiation() 2164 /* Note that SABM UA .. SABM U in gsm_dlci_open() [all...] |
Completed in 14 milliseconds