/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_h323_types.c | 51 {FNAME("h221NonStandard") SEQ, 0, 3, 3, SKIP | EXT, 0, 62 {FNAME("ipAddress") SEQ, 0, 2, 2, DECODE, 64 {FNAME("ipSourceRoute") SEQ, 0, 4, 4, SKIP | EXT, 0, 66 {FNAME("ipxAddress") SEQ, 0, 3, 3, SKIP, 0, 68 {FNAME("ip6Address") SEQ, 0, 2, 2, DECODE | EXT, 73 {FNAME("nonStandardAddress") SEQ, 0, 2, 2, SKIP, 0, 92 {FNAME("vendor") SEQ, 0, 3, 3, SKIP | EXT, 0, _H221NonStandard}, 98 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0, 103 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0, 110 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0, [all …]
|
H A D | nf_conntrack_h323_asn1.c | 52 #define SEQ 9 macro 844 FNAME("H323-UserInformation") SEQ, 1, 2, 2, DECODE | EXT, in DecodeH323_UserInformation()
|
/openbmc/libmctp/tests/ |
H A D | test_seq.c | 43 #define SEQ(x) (x << MCTP_HDR_SEQ_SHIFT) macro 55 SEQ(1) | MCTP_HDR_FLAG_SOM | MCTP_HDR_FLAG_EOM, 64 SEQ(1) | MCTP_HDR_FLAG_SOM, 65 SEQ(2) | MCTP_HDR_FLAG_EOM, 74 SEQ(1) | MCTP_HDR_FLAG_SOM, 75 SEQ(2), 76 SEQ(3) | MCTP_HDR_FLAG_EOM, 85 SEQ(3) | MCTP_HDR_FLAG_SOM, 86 SEQ(0) | MCTP_HDR_FLAG_EOM, 95 SEQ(1) | MCTP_HDR_FLAG_SOM, [all …]
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | ssh.rst | 7 .. |SEQ| replace:: ``SEQ`` substdef 70 * - |SEQ| 75 the frame structure (|TYPE|, |LEN|, and |SEQ| fields) is placed directly 97 A message consists of |SYN|, followed by the frame (|TYPE|, |LEN|, |SEQ| and 101 same sequence ID (|SEQ|), stored inside the frame (more on this in the next 168 where both frames have the same sequence ID (``SEQ``). Here, ``FRAME(D)`` 336 by the EC. As an example: Sending two frames with ``SEQ=0`` and ``SEQ=1`` 337 followed by a repetition of ``SEQ=0`` will not detect the second ``SEQ=0`` 339 been received, i.e. twice in this example. Sending ``SEQ=0``, ``SEQ=1`` and 340 then repeating ``SEQ=1`` will detect the second ``SEQ=1`` as repetition of
|
H A D | internal.rst | 80 the message counters required for building command messages (``SEQ``,
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.c | 201 hw->SEQ[0] = 0x00; in matroxfb_vgaHWinit() 202 hw->SEQ[1] = 0x01; /* or 0x09 */ in matroxfb_vgaHWinit() 203 hw->SEQ[2] = 0x0F; /* bitplanes */ in matroxfb_vgaHWinit() 204 hw->SEQ[3] = 0x00; in matroxfb_vgaHWinit() 205 hw->SEQ[4] = 0x0E; in matroxfb_vgaHWinit() 349 dprintk("%02X:", hw->SEQ[i]); in matroxfb_vgaHWrestore() 370 mga_setr(M_SEQ_INDEX, i, hw->SEQ[i]); in matroxfb_vgaHWrestore()
|
H A D | matroxfb_base.h | 271 unsigned char SEQ[5]; member
|
/openbmc/qemu/target/mips/tcg/ |
H A D | octeon.decode | 26 # SEQ rd, rs, rt
|
/openbmc/linux/lib/ |
H A D | asn1_encoder.c | 399 *(data++) = _tag(UNIV, CONS, SEQ); in asn1_encode_sequence()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cirrusfb.c | 350 SEQ enumerator 2834 case SEQ: in cirrusfb_dbg_print_regs() 2919 cirrusfb_dbg_print_regs(info, regbase, SEQ, in cirrusfb_dbg_reg_dump()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.reg | 322 * Clear SEQ Interrupt 346 * SEQ New SCB Queue Offset 357 * SEQ Empty SCB Queue Offset 368 * SEQ Done SCB Queue Offset 2446 * SEQ Interrupts 2479 * SEQ Interrupt Enabled (Shared)
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
H A D | iss_resizer.c | 69 RSZ_PRINT_REGISTER(iss, SEQ); in resizer_print_status()
|
/openbmc/linux/sound/drivers/ |
H A D | Kconfig | 18 # select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
|
/openbmc/linux/sound/isa/ |
H A D | Kconfig | 391 # select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
|
/openbmc/linux/sound/pci/ |
H A D | Kconfig | 494 # select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3659 #define GEN_INT_EXT_TRANS(NAME, DIV, SEQ) \ 3663 return int_ext_op(s, a, SEQ); \
|