Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/soundwire/
H A Dintel_auxdevice.c282 int link_flags; in intel_link_startup() local
294 link_flags = md_flags >> (bus->link_id * 8); in intel_link_startup()
295 multi_link = !(link_flags & SDW_INTEL_MASTER_DISABLE_MULTI_LINK); in intel_link_startup()
324 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME)) { in intel_link_startup()
370 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME_IDLE)) { in intel_link_startup()
380 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME)) in intel_link_startup()
615 int link_flags; in intel_resume() local
624 link_flags = md_flags >> (bus->link_id * 8); in intel_resume()
637 link_flags = md_flags >> (bus->link_id * 8); in intel_resume()
639 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME_IDLE)) in intel_resume()
/openbmc/linux/drivers/scsi/lpfc/
H 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 …]
H 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 …]
H A Dlpfc_hw.h2397 uint16_t link_flags; member
2399 uint16_t link_flags; member
/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-vipp.c78 u32 link_flags = MEDIA_LNK_FL_ENABLED; in xvip_graph_build_one() local
165 link_flags); in xvip_graph_build_one()
194 u32 link_flags = MEDIA_LNK_FL_ENABLED; in xvip_graph_build_dma() local
276 link_flags); in xvip_graph_build_dma()
/openbmc/linux/tools/bpf/bpftool/
H A Dnet.c455 __u32 prog_flags[64] = {}, link_flags[64] = {}, i, j; in __show_dev_tc_bpf() local
464 optq.link_attach_flags = link_flags; in __show_dev_tc_bpf()
491 if (link_flags[i] || json_output) { in __show_dev_tc_bpf()
493 for (j = 0; link_flags[i] && j < 32; j++) { in __show_dev_tc_bpf()
494 if (!(link_flags[i] & (1 << j))) in __show_dev_tc_bpf()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H 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 …]
H A Dbnx2x_vfpf.h433 u32 link_flags; /* VFPF_LINK_REPORT_XXX flags */ member
H A Dbnx2x_link.h325 u16 link_flags; member
H 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()
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-core.c27 #define VIMC_DATA_LINK(src, srcpad, sink, sinkpad, link_flags) { \ argument
32 .flags = link_flags, \
/openbmc/linux/drivers/ata/
H A Dahci_seattle.c68 .link_flags = ATA_LFLAG_SW_ACTIVITY,
H A Dahci_brcm.c336 .link_flags = ATA_LFLAG_NO_DEBOUNCE_DELAY,
H A Dahci.c155 .link_flags = ATA_LFLAG_NO_DEBOUNCE_DELAY,
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-capture.c905 u32 link_flags) in imx_media_capture_device_register() argument
934 if (link_flags & MEDIA_LNK_FL_IMMUTABLE) in imx_media_capture_device_register()
935 link_flags |= MEDIA_LNK_FL_ENABLED; in imx_media_capture_device_register()
937 &vfd->entity, 0, link_flags); in imx_media_capture_device_register()
H A Dimx-media.h275 u32 link_flags);
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.c53 const unsigned int link_flags = MEDIA_LNK_FL_IMMUTABLE in mxc_isi_async_notifier_bound() local
75 return v4l2_create_fwnode_links_to_pad(sd, pad, link_flags); in mxc_isi_async_notifier_bound()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dgr3d.c380 const u32 link_flags = DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME; in gr3d_init_power() local
429 link = device_link_add(dev, pd_dev, link_flags); in gr3d_init_power()
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvi.c1354 u32 link_flags = MEDIA_LNK_FL_ENABLED; in tegra_v4l2_nodes_setup_tpg() local
1391 link_flags); in tegra_v4l2_nodes_setup_tpg()
1488 u32 link_flags = MEDIA_LNK_FL_ENABLED; in tegra_vi_graph_build() local
1565 link_flags); in tegra_vi_graph_build()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c1403 __u32 prog_flags[4], link_flags[4]; in test_tc_opts_mixed_target() local
1523 optq.link_attach_flags = link_flags; in test_tc_opts_mixed_target()
1528 memset(link_flags, 0, sizeof(link_flags)); in test_tc_opts_mixed_target()
/openbmc/linux/drivers/scsi/esas2r/
H A Datioctl.h621 u32 link_flags; member
/openbmc/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1989 u8 link_flags; member
2044 u8 link_flags; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1553 struct link_flags { struct
/openbmc/linux/include/linux/
H A Dlibata.h994 unsigned long link_flags; member
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-core.c2954 u16 source_pad, u16 sink_pad, u32 link_flags) in ccs_register_subdev() argument
2976 link_flags); in ccs_register_subdev()

12