Home
last modified time | relevance | path

Searched refs:link_flags (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/drivers/soundwire/
A Dintel_auxdevice.c193 int link_flags; in intel_link_startup() local
205 link_flags = md_flags >> (bus->link_id * 8); in intel_link_startup()
206 multi_link = !(link_flags & SDW_INTEL_MASTER_DISABLE_MULTI_LINK); in intel_link_startup()
242 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME)) { in intel_link_startup()
279 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME_IDLE)) in intel_link_startup()
516 int link_flags; in intel_resume() local
525 link_flags = md_flags >> (bus->link_id * 8); in intel_resume()
536 link_flags = md_flags >> (bus->link_id * 8); in intel_resume()
538 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME_IDLE)) in intel_resume()
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_mbox.c566 mb->un.varInitLnk.link_flags = FLAGS_TOPOLOGY_MODE_LOOP; in lpfc_init_link()
580 mb->un.varInitLnk.link_flags = FLAGS_LOCAL_LB; in lpfc_init_link()
595 mb->un.varInitLnk.link_flags |= FLAGS_IMED_ABORT; in lpfc_init_link()
604 mb->un.varInitLnk.link_flags |= FLAGS_LINK_SPEED; in lpfc_init_link()
608 mb->un.varInitLnk.link_flags |= FLAGS_LINK_SPEED; in lpfc_init_link()
612 mb->un.varInitLnk.link_flags |= FLAGS_LINK_SPEED; in lpfc_init_link()
616 mb->un.varInitLnk.link_flags |= FLAGS_LINK_SPEED; in lpfc_init_link()
620 mb->un.varInitLnk.link_flags |= FLAGS_LINK_SPEED; in lpfc_init_link()
624 mb->un.varInitLnk.link_flags |= FLAGS_LINK_SPEED; in lpfc_init_link()
628 mb->un.varInitLnk.link_flags |= FLAGS_LINK_SPEED; in lpfc_init_link()
[all …]
A Dlpfc_bsg.c1740 uint32_t link_flags; in lpfc_sli3_bsg_diag_loopback_mode() local
1769 link_flags = loopback_mode->type; in lpfc_sli3_bsg_diag_loopback_mode()
1795 if (link_flags == INTERNAL_LOOP_BACK) in lpfc_sli3_bsg_diag_loopback_mode()
1796 pmboxq->u.mb.un.varInitLnk.link_flags = FLAGS_LOCAL_LB; in lpfc_sli3_bsg_diag_loopback_mode()
1798 pmboxq->u.mb.un.varInitLnk.link_flags = in lpfc_sli3_bsg_diag_loopback_mode()
2006 uint32_t link_flags, timeout, link_no; in lpfc_sli4_bsg_diag_loopback_mode() local
2026 link_flags = loopback_mode->type; in lpfc_sli4_bsg_diag_loopback_mode()
2034 if (link_flags == DISABLE_LOOP_BACK) { in lpfc_sli4_bsg_diag_loopback_mode()
2093 "3132 Set up loopback mode:x%x\n", link_flags); in lpfc_sli4_bsg_diag_loopback_mode()
2095 switch (link_flags) { in lpfc_sli4_bsg_diag_loopback_mode()
[all …]
A Dlpfc_hw.h2395 uint16_t link_flags; member
2397 uint16_t link_flags; member
/linux-6.3-rc2/drivers/media/platform/xilinx/
A Dxilinx-vipp.c71 u32 link_flags = MEDIA_LNK_FL_ENABLED; in xvip_graph_build_one() local
158 link_flags); in xvip_graph_build_one()
187 u32 link_flags = MEDIA_LNK_FL_ENABLED; in xvip_graph_build_dma() local
269 link_flags); in xvip_graph_build_dma()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_sriov.c1469 bulletin->link_flags = 0; in bnx2x_iov_link_update_vf()
1472 bulletin->link_flags |= VFPF_LINK_REPORT_LINK_DOWN; in bnx2x_iov_link_update_vf()
1475 bulletin->link_flags |= VFPF_LINK_REPORT_FULL_DUPLEX; in bnx2x_iov_link_update_vf()
1478 bulletin->link_flags |= VFPF_LINK_REPORT_RX_FC_ON; in bnx2x_iov_link_update_vf()
1481 bulletin->link_flags |= VFPF_LINK_REPORT_TX_FC_ON; in bnx2x_iov_link_update_vf()
1485 bulletin->link_flags |= VFPF_LINK_REPORT_LINK_DOWN; in bnx2x_iov_link_update_vf()
1490 bulletin->link_flags &= ~VFPF_LINK_REPORT_LINK_DOWN; in bnx2x_iov_link_update_vf()
3079 bulletin->link_speed, bulletin->link_flags); in bnx2x_sample_bulletin()
3084 if (bulletin->link_flags & VFPF_LINK_REPORT_LINK_DOWN) in bnx2x_sample_bulletin()
3092 if (bulletin->link_flags & VFPF_LINK_REPORT_RX_FC_ON) in bnx2x_sample_bulletin()
[all …]
A Dbnx2x_vfpf.h433 u32 link_flags; /* VFPF_LINK_REPORT_XXX flags */ member
A Dbnx2x_link.h325 u16 link_flags; member
A Dbnx2x_link.c8786 (params->link_flags & in bnx2x_handle_module_detect_int()
10778 params->link_flags |= in bnx2x_848xx_set_link_led()
10859 params->link_flags |= in bnx2x_848xx_set_link_led()
10984 if (params->link_flags & in bnx2x_848xx_set_link_led()
10987 params->link_flags &= in bnx2x_848xx_set_link_led()
12966 params->link_flags = PHY_INITIALIZED; in bnx2x_phy_init()
13133 params->link_flags &= ~PHY_INITIALIZED; in bnx2x_lfa_reset()
/linux-6.3-rc2/drivers/media/test-drivers/vimc/
A Dvimc-core.c27 #define VIMC_DATA_LINK(src, srcpad, sink, sinkpad, link_flags) { \ argument
32 .flags = link_flags, \
/linux-6.3-rc2/drivers/ata/
A Dahci_seattle.c69 .link_flags = ATA_LFLAG_SW_ACTIVITY,
A Dahci_brcm.c336 .link_flags = ATA_LFLAG_NO_DEBOUNCE_DELAY,
A Dahci.c147 .link_flags = ATA_LFLAG_NO_DEBOUNCE_DELAY,
A Dlibata-core.c5528 ap->link.flags |= pi->link_flags; in ata_host_alloc_pinfo()
/linux-6.3-rc2/drivers/staging/media/imx/
A Dimx-media-capture.c902 u32 link_flags) in imx_media_capture_device_register() argument
931 if (link_flags & MEDIA_LNK_FL_IMMUTABLE) in imx_media_capture_device_register()
932 link_flags |= MEDIA_LNK_FL_ENABLED; in imx_media_capture_device_register()
934 &vfd->entity, 0, link_flags); in imx_media_capture_device_register()
A Dimx-media.h287 u32 link_flags);
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Dgr3d.c387 const u32 link_flags = DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME; in gr3d_init_power() local
436 link = device_link_add(dev, pd_dev, link_flags); in gr3d_init_power()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_link.h273 struct link_flags { struct
/linux-6.3-rc2/drivers/staging/media/tegra-video/
A Dvi.c1453 u32 link_flags = MEDIA_LNK_FL_ENABLED; in tegra_v4l2_nodes_setup_tpg() local
1490 link_flags); in tegra_v4l2_nodes_setup_tpg()
1586 u32 link_flags = MEDIA_LNK_FL_ENABLED; in tegra_vi_graph_build() local
1662 link_flags); in tegra_vi_graph_build()
/linux-6.3-rc2/drivers/scsi/esas2r/
A Datioctl.h621 u32 link_flags; member
/linux-6.3-rc2/drivers/scsi/mpi3mr/mpi/
A Dmpi30_cnfg.h1907 u8 link_flags; member
1962 u8 link_flags; member
/linux-6.3-rc2/include/linux/
A Dlibata.h983 unsigned long link_flags; member
/linux-6.3-rc2/drivers/media/i2c/ccs/
A Dccs-core.c2945 u16 source_pad, u16 sink_pad, u32 link_flags) in ccs_register_subdev() argument
2967 link_flags); in ccs_register_subdev()

Completed in 132 milliseconds