/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | layer2.h | 102 #define UI 0x03 macro
|
H A D | tei.c | 388 if (!test_bit(MGR_OPT_NETWORK, &mgr->options)) /* only net send UI */ in dl_unit_data() 396 skb->data[2] = UI; /* UI frame */ in dl_unit_data() 441 bp[2] = UI; in put_tei_msg() 899 if ((skb->data[2] & 0xef) != UI) /* not UI */ in ph_data_ind()
|
H A D | layer2.c | 432 return (data[0] & 0xef) == UI; in IsUI() 802 header[i++] = UI; in tx_ui()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | layer2.h | 102 #define UI 0x03 macro
|
H A D | tei.c | 388 if (!test_bit(MGR_OPT_NETWORK, &mgr->options)) /* only net send UI */ in dl_unit_data() 396 skb->data[2] = UI; /* UI frame */ in dl_unit_data() 441 bp[2] = UI; in put_tei_msg() 899 if ((skb->data[2] & 0xef) != UI) /* not UI */ in ph_data_ind()
|
H A D | layer2.c | 432 return (data[0] & 0xef) == UI; in IsUI() 802 header[i++] = UI; in tx_ui()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_gsm.c | 330 u8 ftype; /* UI or UIH */ 371 #define UI 0x03 macro 599 case UI: in gsm_encode_params() 600 i = 1; /* UI */ in gsm_encode_params() 714 if ((control & ~PF) == UI || (control & ~PF) == UIH) in gsm_print_packet() 732 case UI: in gsm_print_packet() 733 pr_cont("UI"); in gsm_print_packet() 987 case UI: in gsm_is_flow_ctrl_msg() 1082 * __gsm_data_queue - queue a UI or UIH frame 1114 if (msg->ctrl == UI || ms in __gsm_data_queue() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_gsm.c | 254 u8 ftype; /* UI or UIH */ 290 #define UI 0x03 macro 564 case UI: in gsm_print_packet() 565 pr_cont("UI"); in gsm_print_packet() 756 case UI: in gsm_is_flow_ctrl_msg() 830 * __gsm_data_queue - queue a UI or UIH frame 862 if (msg->ctrl == UI || msg->ctrl == (UI|PF)) in __gsm_data_queue() 881 * gsm_data_queue - queue a UI or UIH frame 1118 * Encode up and queue a UI/UI [all...] |
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 711 /* The UI field in a D form instruction. */ 712 #define UI TO + 1 715 #define UISIGNOPT UI + 1 4618 {"ori", OP(24), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}}, 4619 {"oril", OP(24), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}}, 4621 {"oris", OP(25), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}}, 4622 {"oriu", OP(25), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}}, 4625 {"xori", OP(26), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}}, 4626 {"xoril", OP(26), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}}, 4628 {"xoris", OP(27), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}}, 710 #define UI global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 711 /* The UI field in a D form instruction. */ 712 #define UI TO + 1 715 #define UISIGNOPT UI + 1 4618 {"ori", OP(24), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}}, 4619 {"oril", OP(24), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}}, 4621 {"oris", OP(25), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}}, 4622 {"oriu", OP(25), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}}, 4625 {"xori", OP(26), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}}, 4626 {"xoril", OP(26), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}}, 4628 {"xoris", OP(27), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}}, 710 #define UI global() macro [all...] |