Searched refs:bcode (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 557 uint8_t *buf = (void *)req->ring, *bcode, last_image; in qla2xxx_find_flt_start() local 588 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start() 589 if (bcode[0x0] != 0x55 || bcode[0x1] != 0xaa) in qla2xxx_find_flt_start() 593 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]); in qla2xxx_find_flt_start() 595 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start() 598 if (bcode[0x0] != 'P' || bcode[0x1] != 'C' || in qla2xxx_find_flt_start() 599 bcode[0x2] != 'I' || bcode[0x3] != 'R') in qla2xxx_find_flt_start() 602 last_image = bcode[0x15] & BIT_7; in qla2xxx_find_flt_start() 605 pcihdr += ((bcode[0x11] << 8) | bcode[0x10]) * 512; in qla2xxx_find_flt_start() 3298 uint8_t *bcode = mbuf; in qla82xx_get_flash_version() local [all …]
|
D | qla_bsg.c | 91 uint8_t *bcode; in qla24xx_fcp_prio_cfg_valid() local 97 bcode = (uint8_t *)pri_cfg; in qla24xx_fcp_prio_cfg_valid() 108 if (memcmp(bcode, "HQOS", 4)) { in qla24xx_fcp_prio_cfg_valid()
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | traps.c | 407 unsigned int opcode, bcode; in do_bp() local 416 bcode = (opcode & 0x7fff); in do_bp() 422 switch (bcode) { in do_bp() 424 if (notify_die(DIE_BREAK, "Kprobe", regs, bcode, in do_bp() 430 if (notify_die(DIE_SSTEPBP, "Kprobe_SingleStep", regs, bcode, in do_bp() 436 if (notify_die(DIE_UPROBE, "Uprobe", regs, bcode, in do_bp() 442 if (notify_die(DIE_UPROBE_XOL, "Uprobe_XOL", regs, bcode, in do_bp() 448 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp() 455 switch (bcode) { in do_bp()
|
/Linux-v6.1/arch/mips/kernel/ |
D | traps.c | 1030 unsigned int opcode, bcode; in do_bp() local 1044 bcode = (instr[0] >> 5) & 0x3f; in do_bp() 1047 bcode = instr[0] & 0xf; in do_bp() 1053 bcode = (opcode >> 6) & ((1 << 20) - 1); in do_bp() 1058 bcode = (opcode >> 6) & ((1 << 20) - 1); in do_bp() 1067 if (bcode >= (1 << 10)) in do_bp() 1068 bcode = ((bcode & ((1 << 10) - 1)) << 10) | (bcode >> 10); in do_bp() 1074 switch (bcode) { in do_bp() 1076 if (notify_die(DIE_UPROBE, "uprobe", regs, bcode, in do_bp() 1082 if (notify_die(DIE_UPROBE_XOL, "uprobe_xol", regs, bcode, in do_bp() [all …]
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci.h | 2114 __u8 bcode[16]; member 2135 __u8 bcode[16]; member
|
/Linux-v6.1/net/bluetooth/ |
D | hci_conn.c | 1676 memset(&cp.bis.bcode, 0, sizeof(cp.bis.bcode)); in hci_le_create_big()
|