Home
last modified time | relevance | path

Searched refs:bcode (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_sup.c557 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[ in qla2xxx_find_flt_start()
3298 uint8_t *bcode = mbuf; qla82xx_get_flash_version() local
3407 uint8_t *bcode = mbuf; qla24xx_get_flash_version() local
[all...]
H A Dqla_bsg.c77 uint8_t *bcode; in qla24xx_fcp_prio_cfg_valid() local
83 bcode = (uint8_t *)pri_cfg; in qla24xx_fcp_prio_cfg_valid()
94 if (memcmp(bcode, "HQOS", 4)) { in qla24xx_fcp_prio_cfg_valid()
97 "Invalid FCP Priority data header. bcode=0x%x.\n", in qla24xx_fcp_prio_cfg_valid()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c557 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[ in qla2xxx_find_flt_start()
3298 uint8_t *bcode = mbuf; qla82xx_get_flash_version() local
3407 uint8_t *bcode = mbuf; qla24xx_get_flash_version() local
[all...]
H A Dqla_bsg.c91 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()
111 "Invalid FCP Priority data header. bcode=0x%x.\n", in qla24xx_fcp_prio_cfg_valid()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dtraps.c707 unsigned int opcode, bcode; in do_bp() local
716 bcode = (opcode & 0x7fff); in do_bp()
728 switch (bcode) { in do_bp()
730 if (notify_die(DIE_BREAK, "Kprobe", regs, bcode, in do_bp()
736 if (notify_die(DIE_SSTEPBP, "Kprobe_SingleStep", regs, bcode, in do_bp()
742 if (notify_die(DIE_UPROBE, "Uprobe", regs, bcode, in do_bp()
748 if (notify_die(DIE_UPROBE_XOL, "Uprobe_XOL", regs, bcode, in do_bp()
754 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()
761 switch (bcode) { in do_bp()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dtraps.c1023 unsigned int opcode, bcode; in do_bp() local
1041 bcode = (instr[0] >> 5) & 0x3f; in do_bp()
1044 bcode = instr[0] & 0xf; in do_bp()
1050 bcode = (opcode >> 6) & ((1 << 20) - 1); in do_bp()
1055 bcode = (opcode >> 6) & ((1 << 20) - 1); in do_bp()
1064 if (bcode >= (1 << 10)) in do_bp()
1065 bcode = ((bcode & ((1 << 10) - 1)) << 10) | (bcode >> 10); in do_bp()
1071 switch (bcode) { in do_bp()
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dtraps.c1030 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()
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dtraps.c675 unsigned int opcode, bcode; in do_bp() local
685 bcode = (opcode & 0x7fff); in do_bp()
691 switch (bcode) { in do_bp()
719 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()
726 switch (bcode) { in do_bp()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c1764 memcpy(cp.bis.bcode, qos->bcast.bcode, sizeof(cp.bis.bcode)); in hci_le_create_big()
2158 memcpy(pdu.cp.bcode, qos->bcast.bcode, sizeof(pdu.cp.bcode)); in hci_le_big_create_sync()
H A Diso.c764 .bcode = {0x00},
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dbluetooth.h194 __u8 bcode[16]; member
H A Dhci.h2172 __u8 bcode[16]; member
2193 __u8 bcode[16]; member

Completed in 31 milliseconds