/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | layer2.h | 101 #define DM 0x0f macro
|
H A D | layer2.c | 444 return (data[0] & 0xef) == DM; in IsDM() 941 send_uframe(l2, skb, DM | get_PollFlag(l2, skb), RSP); in l2_send_DM()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | layer2.h | 101 #define DM 0x0f macro
|
H A D | layer2.c | 444 return (data[0] & 0xef) == DM; in IsDM() 941 send_uframe(l2, skb, DM | get_PollFlag(l2, skb), RSP); in l2_send_DM()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_gsm.c | 109 DLCI_CLOSING, /* Sending DISC not seen UA/DM */ 293 #define DM 0x0F macro 561 case DM: in gsm_print_packet() 562 pr_cont("DM"); in gsm_print_packet() 1603 * end will get a DM response) 1621 } else if (!dlci->addr && gsm->control == (DM | PF)) { in gsm_dlci_t1() 1693 * off timers. We may also receive a DM reply from the other end which 1955 gsm_response(gsm, address, DM); in gsm_queue() 1965 gsm_response(gsm, address, DM); in gsm_queue() 1988 case DM in gsm_queue() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rdma_core.h | 279 ib_mr_type_item(DM) \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rdma_core.h | 279 ib_mr_type_item(DM) \
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_gsm.c | 136 DLCI_CLOSING, /* Sending DISC not seen UA/DM */ 374 #define DM 0x0F macro 729 case DM: in gsm_print_packet() 730 pr_cont("DM"); in gsm_print_packet() 2220 * end will get a DM response) 2247 } else if (!dlci->addr && gsm->control == (DM | PF)) { in gsm_dlci_t1() 2369 * off timers. We may also receive a DM reply from the other end which 2789 gsm_response(gsm, address, DM|PF); in gsm_queue() 2799 gsm_response(gsm, address, DM|PF); in gsm_queue() 2822 case DM in gsm_queue() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 156 #define DM 0x04 /* sta: DIFFSENS mismatch (895/6 only) */ macro
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 156 #define DM 0x04 /* sta: DIFFSENS mismatch (895/6 only) */ macro
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 677 #define DM 0x04 /* sta: DIFFSENS mismatch (895/6 only) */ macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 677 #define DM 0x04 /* sta: DIFFSENS mismatch (895/6 only) */ macro
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 931 /* The DM or SHW field in an XX3 form instruction. */ 932 #define DM XC6 + 1 933 #define SHW DM 936 /* The DM field in an extended mnemonic XX3 form instruction. */ 937 #define DMEX DM + 1 1354 into separate DC, DM and DX fields. */ 2659 /* The mask for an XX3 form instruction with the DM or SHW bits specified. */ 6481 {"xxpermdi", XX3(60,10), XX3DM_MASK, PPCVSX, PPCVLE, {XT6, XA6, XB6, DM}}, 930 #define DM global() macro
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 931 /* The DM or SHW field in an XX3 form instruction. */ 932 #define DM XC6 + 1 933 #define SHW DM 936 /* The DM field in an extended mnemonic XX3 form instruction. */ 937 #define DMEX DM + 1 1354 into separate DC, DM and DX fields. */ 2659 /* The mask for an XX3 form instruction with the DM or SHW bits specified. */ 6481 {"xxpermdi", XX3(60,10), XX3DM_MASK, PPCVSX, PPCVLE, {XT6, XA6, XB6, DM}}, 930 #define DM global() macro
|