Home
last modified time | relevance | path

Searched refs:lu (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/linux/drivers/firewire/
H A Dsbp2.c500 orb->lu = lu; in sbp2_send_orb()
675 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait()
845 lu->lun, lu->retries); in sbp2_login()
951 lu->lun, lu->retries); in sbp2_reconnect()
969 lu = kmalloc(sizeof(*lu), GFP_KERNEL); in sbp2_add_logical_unit()
970 if (!lu) in sbp2_add_logical_unit()
975 lu->address_handler.callback_data = lu; in sbp2_add_logical_unit()
979 kfree(lu); in sbp2_add_logical_unit()
1247 kfree(lu); in sbp2_remove()
1498 if (!lu) in sbp2_scsi_slave_alloc()
[all …]
/openbmc/qemu/hw/ufs/
H A Dlu.c196 uint8_t lun = lu->lun; in ufs_emulate_scsi_cmd()
266 scsi_req_new(lu->scsi_dev, task_tag, lu->lun, req->req_upiu.sc.cdb, in ufs_process_scsi_cmd()
300 u->lus[lu->lun] = lu; in ufs_add_lu()
318 memset(&lu->unit_desc, 0, sizeof(lu->unit_desc)); in ufs_init_lu()
323 lu->unit_desc.unit_index = lu->lun; in ufs_init_lu()
332 if (!lu->conf.blk) { in ufs_lu_check_constraints()
349 scsi_bus_init(&lu->bus, sizeof(lu->bus), DEVICE(lu), &ufs_scsi_info); in ufs_init_scsi_device()
353 lu->conf.blk = NULL; in ufs_init_scsi_device()
405 ufs_init_lu(lu); in ufs_lu_realize()
417 if (lu->scsi_dev) { in ufs_lu_unrealize()
[all …]
H A Dmeson.build1 system_ss.add(when: 'CONFIG_UFS_PCI', if_true: files('ufs.c', 'lu.c'))
/openbmc/linux/Documentation/trace/
H A Devents-power.rst28 cpu_idle "state=%lu cpu_id=%lu"
29 cpu_frequency "state=%lu cpu_id=%lu"
30 cpu_frequency_limits "min=%lu max=%lu cpu_id=%lu"
36 machine_suspend "state=%lu"
54 clock_enable "%s state=%lu cpu_id=%lu"
55 clock_disable "%s state=%lu cpu_id=%lu"
56 clock_set_rate "%s state=%lu cpu_id=%lu"
67 power_domain_target "%s state=%lu cpu_id=%lu"
H A Devents-kmem.rst49 mm_page_alloc page=%p pfn=%lu order=%d migratetype=%d gfp_flags=%s
50 mm_page_alloc_zone_locked page=%p pfn=%lu order=%u migratetype=%d cpu=%d percpu_refill=%d
51 mm_page_free page=%p pfn=%lu order=%d
52 mm_page_free_batched page=%p pfn=%lu order=%d cold=%d
78 mm_page_alloc_zone_locked page=%p pfn=%lu order=%u migratetype=%d cpu=%d percpu_refill=%d
79 mm_page_pcpu_drain page=%p pfn=%lu order=%d cpu=%d migratetype=%d
107 …mm_page_alloc_extfrag page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_m…
/openbmc/qemu/target/microblaze/
H A Dmmu.c86 lu->err = ERR_MISS; in mmu_translate()
147 lu->err = ERR_PROT; in mmu_translate()
148 lu->prot = PAGE_READ; in mmu_translate()
150 lu->prot |= PAGE_WRITE; in mmu_translate()
154 lu->prot |=PAGE_EXEC; in mmu_translate()
161 lu->vaddr = tlb_tag; in mmu_translate()
163 lu->size = tlb_size; in mmu_translate()
164 lu->err = ERR_HIT; in mmu_translate()
165 lu->idx = i; in mmu_translate()
298 MicroBlazeMMULookup lu; in mmu_write() local
[all …]
H A Dhelper.c44 MicroBlazeMMULookup lu; in mb_cpu_tlb_fill() local
60 hit = mmu_translate(cpu, &lu, address, access_type, mmu_idx); in mb_cpu_tlb_fill()
63 uint32_t paddr = lu.paddr + vaddr - lu.vaddr; in mb_cpu_tlb_fill()
66 mmu_idx, vaddr, paddr, lu.prot); in mb_cpu_tlb_fill()
67 tlb_set_page_with_attrs(cs, vaddr, paddr, attrs, lu.prot, mmu_idx, in mb_cpu_tlb_fill()
81 switch (lu.err) { in mb_cpu_tlb_fill()
233 MicroBlazeMMULookup lu; in mb_cpu_get_phys_page_attrs_debug() local
242 hit = mmu_translate(cpu, &lu, addr, 0, 0); in mb_cpu_get_phys_page_attrs_debug()
245 paddr = lu.paddr + vaddr - lu.vaddr; in mb_cpu_get_phys_page_attrs_debug()
H A Dmmu.h88 unsigned int mmu_translate(MicroBlazeCPU *cpu, MicroBlazeMMULookup *lu,
/openbmc/ipmitool/contrib/
H A Dcreate_webpage_compact.sh109 --imginfo "<img src="$web_dir/%s" width="%lu" height="%lu">"
122 --imginfo "<img src="$web_dir/%s" width="%lu" height="%lu">"
136 --imginfo "<img src="$web_dir/%s" width="%lu" height="%lu">"
H A Dcreate_webpage.sh169 --imginfo "<img src="$web_dir/%s" width="%lu" height="%lu">"
182 --imginfo "<img src="$web_dir/%s" width="%lu" height="%lu">"
196 --imginfo "<img src="$web_dir/%s" width="%lu" height="%lu">"
/openbmc/qemu/target/nios2/
H A Dhelper.c267 Nios2MMULookup lu; in nios2_cpu_get_phys_page_debug() local
271 hit = mmu_translate(env, &lu, addr, 0, 0); in nios2_cpu_get_phys_page_debug()
274 paddr = lu.paddr + vaddr - lu.vaddr; in nios2_cpu_get_phys_page_debug()
306 Nios2MMULookup lu; in nios2_cpu_tlb_fill() local
339 hit = mmu_translate(env, &lu, address, access_type, mmu_idx); in nios2_cpu_tlb_fill()
342 paddr = lu.paddr + vaddr - lu.vaddr; in nios2_cpu_tlb_fill()
344 if (((access_type == MMU_DATA_LOAD) && (lu.prot & PAGE_READ)) || in nios2_cpu_tlb_fill()
345 ((access_type == MMU_DATA_STORE) && (lu.prot & PAGE_WRITE)) || in nios2_cpu_tlb_fill()
346 ((access_type == MMU_INST_FETCH) && (lu.prot & PAGE_EXEC))) { in nios2_cpu_tlb_fill()
347 tlb_set_page(cs, vaddr, paddr, lu.prot, in nios2_cpu_tlb_fill()
H A Dmmu.c32 Nios2MMULookup *lu, in mmu_translate() argument
51 lu->vaddr = vaddr & TARGET_PAGE_MASK; in mmu_translate()
52 lu->paddr = FIELD_EX32(entry->data, CR_TLBACC, PFN) << TARGET_PAGE_BITS; in mmu_translate()
53 lu->prot = ((entry->data & CR_TLBACC_R) ? PAGE_READ : 0) | in mmu_translate()
57 trace_nios2_mmu_translate_hit(vaddr, pid, index, lu->paddr, lu->prot); in mmu_translate()
H A Dmmu.h47 Nios2MMULookup *lu,
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c184 int lu, fd; in child_thread() local
248 if (lu > 0) { in child_thread()
252 hash_zone(buffer, lu); in child_thread()
253 total += lu; in child_thread()
255 if (lu == 0) in child_thread()
264 if (lu == 0) in child_thread()
266 if (lu < 0) in child_thread()
271 hash_zone(buffer + sub, lu); in child_thread()
272 total += lu; in child_thread()
273 sub += lu; in child_thread()
[all …]
/openbmc/linux/lib/
H A Duuid.c60 void guid_gen(guid_t *lu) in guid_gen() argument
62 __uuid_gen_common(lu->b); in guid_gen()
64 lu->b[7] = (lu->b[7] & 0x0F) | 0x40; in guid_gen()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.h68 #define MVPP2_PRS_TCAM_LU(lu) (lu) argument
69 #define MVPP2_PRS_TCAM_LU_EN(lu) MVPP2_PRS_TCAM_EN(MVPP2_PRS_TCAM_LU(lu)) argument
287 int lu; member
H A Dmvpp2_prs.c89 priv->prs_shadow[index].lu = lu; in mvpp2_prs_shadow_set()
291 unsigned int lu) in mvpp2_prs_sram_next_lu_set() argument
297 mvpp2_prs_sram_bits_set(pe, sram_next_off, lu); in mvpp2_prs_sram_next_lu_set()
374 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS) in mvpp2_prs_flow_find()
673 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_find()
726 priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_add()
800 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_double_vlan_find()
849 priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_double_vlan_add()
1941 port->priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VID) in mvpp2_prs_vid_range_find()
2216 (priv->prs_shadow[tid].lu != MVPP2_PRS_LU_MAC) || in mvpp2_prs_mac_da_range_find()
[all …]
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_int.c713 esas2r_trace("ae->lu.dwevent: %x", ae->lu.dwevent); in esas2r_lun_event()
714 esas2r_trace("ae->lu.bystate: %x", ae->lu.bystate); in esas2r_lun_event()
720 if (ae->lu.dwevent & VDAAE_LU_LOST) { in esas2r_lun_event()
723 switch (ae->lu.bystate) { in esas2r_lun_event()
739 memcpy(&t->lu_event, &ae->lu, cplen); in esas2r_lun_event()
819 ae->lu.dwevent, in esas2r_ae_complete()
820 ae->lu.id.tgtlun.wtarget_id, in esas2r_ae_complete()
821 ae->lu.id.tgtlun.bylun, in esas2r_ae_complete()
822 ae->lu.bystate); in esas2r_ae_complete()
824 target = ae->lu.id.tgtlun.wtarget_id; in esas2r_ae_complete()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A D0001-ez-ipupdate-Include-time.h-for-time-API-prototype.patch32 + snprintf(buf, BUFFER_SIZE, "Content-length: %lu\015\012", strlen(putbuf));
41 + snprintf(buf, BUFFER_SIZE, "Content-length: %lu\015\012", strlen(putbuf));
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch41 return fprintf(fp, "E: %lu.%06u %04x %04x %d\n",
49 int ret = fscanf(fp, "E: %lu.%06u %04x %04x %d\n",
/openbmc/linux/tools/power/cpupower/po/
H A Dka.po310 msgstr " Pstate-Pb%d: %luმჰც (პიკში)\n"
315 msgstr " Pstate-P%d: %luმჰც\n"
875 msgid "Latency: %lu\n"
876 msgstr "დაყოვება: %lu\n"
880 msgid "Usage: %lu\n"
881 msgstr "გამოყენება: %lu\n"
926 msgid "maximum allowed latency: %lu usec\n"
946 msgid "latency[%03lu] "
947 msgstr "დაყოვნება[%03lu] "
951 msgid "usage[%08lu] "
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-0.49-stats.patch19 printf("%s %lu bytes in %.1f seconds", direction, amount, delta);
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dcve-2018-10195.patch13 VPRINTF(3,("zsdata: %lu %s", (unsigned long) length,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-sipe-consider-64bit-time_t-when-printing.patch22 - SIPE_DEBUG_ERROR("sipe_utils_time_to_str: failed to convert %lu to ISO8601 string",
/openbmc/linux/arch/s390/include/asm/
H A Dstp.h29 u32 lu : 1; member

1234