Home
last modified time | relevance | path

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

/drivers/firewire/
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_sdev_init()
[all …]
/drivers/net/ethernet/marvell/mvpp2/
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
A Dmvpp2_prs.c105 priv->prs_shadow[index].lu = lu; in mvpp2_prs_shadow_set()
307 unsigned int lu) in mvpp2_prs_sram_next_lu_set() argument
313 mvpp2_prs_sram_bits_set(pe, sram_next_off, lu); in mvpp2_prs_sram_next_lu_set()
390 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS) in mvpp2_prs_flow_find()
700 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_find()
753 priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_add()
827 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_double_vlan_find()
876 priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_double_vlan_add()
1962 port->priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VID) in mvpp2_prs_vid_range_find()
2250 (priv->prs_shadow[tid].lu != MVPP2_PRS_LU_MAC) || in mvpp2_prs_mac_da_range_find()
[all …]
A Dmvpp2.h122 #define MVPP2_CLS_FLOW_TBL1_LU_TYPE(lu) (((lu) & 0x3f) << 3) argument
145 #define MVPP22_CLS_C2_LU_TYPE(lu) ((lu) & 0x3f) argument
A Dmvpp2_debugfs.c312 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_MAC || in mvpp2_dbgfs_filter_show()
342 seq_printf(s, "%x\n", priv->prs_shadow[entry->tid].lu); in mvpp2_dbgfs_prs_lu_show()
/drivers/scsi/esas2r/
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()
A Datvda.h929 struct atto_vda_ae_lu lu; member
A Desas2r_main.c1454 struct atto_vda_ae_lu *l = &ae->lu; in esas2r_nuxi_ae_data()
/drivers/scsi/hisi_sas/
A Dhisi_sas_v3_hw.c3016 const struct hisi_sas_debugfs_reg_lu *lu; member
3073 .lu = debugfs_port_reg_lu,
3147 .lu = debugfs_global_reg_lu,
3160 .lu = debugfs_axi_reg_lu,
3177 .lu = debugfs_ras_reg_lu,
3634 const struct hisi_sas_debugfs_reg_lu *lu) in debugfs_to_reg_name_v3_hw() argument
3636 for (; lu->name; lu++) { in debugfs_to_reg_name_v3_hw()
3637 if (off == lu->off - base_off) in debugfs_to_reg_name_v3_hw()
3638 return lu->name; in debugfs_to_reg_name_v3_hw()
3659 reg->lu); in debugfs_print_reg_v3_hw()
/drivers/gpu/drm/omapdrm/dss/
A Dsdi.c96 ctx.pck_min = max(pclk - 1000 * i * i * i, 0lu); in sdi_calc_clock_div()
A Ddpi.c273 ctx->pck_min = max(pck - 1000 * i * i * i, 0lu); in dpi_dss_clk_calc()
/drivers/video/fbdev/omap2/omapfb/dss/
A Dsdi.c88 ctx.pck_min = max(pclk - 1000 * i * i * i, 0lu); in sdi_calc_clock_div()
A Ddpi.c256 ctx->pck_min = max(pck - 1000 * i * i * i, 0lu); in dpi_dss_clk_calc()
/drivers/pci/
A Dsetup-bus.c743 u32 l, bu, lu; in pci_setup_bridge_mmio_pref() local
753 bu = lu = 0; in pci_setup_bridge_mmio_pref()
762 lu = upper_32_bits(region.end); in pci_setup_bridge_mmio_pref()
772 pci_write_config_dword(bridge, PCI_PREF_LIMIT_UPPER32, lu); in pci_setup_bridge_mmio_pref()

Completed in 61 milliseconds