Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Dcommon.c204 u32 link_flags = pd_flags & PD_FLAG_NO_DEV_LINK ? 0 : in dev_pm_domain_attach_list() local
239 if (link_flags && pd_flags & PD_FLAG_DEV_LINK_ON) in dev_pm_domain_attach_list()
240 link_flags |= DL_FLAG_RPM_ACTIVE; in dev_pm_domain_attach_list()
266 if (link_flags) { in dev_pm_domain_attach_list()
269 link = device_link_add(dev, pd_dev, link_flags); in dev_pm_domain_attach_list()
/linux/drivers/soundwire/
H A Dintel_auxdevice.c389 int link_flags; in intel_link_startup() local
401 link_flags = md_flags >> (bus->link_id * 8); in intel_link_startup()
402 multi_link = !(link_flags & SDW_INTEL_MASTER_DISABLE_MULTI_LINK); in intel_link_startup()
431 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME)) { in intel_link_startup()
477 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME_IDLE)) { in intel_link_startup()
487 if (!(link_flags & SDW_INTEL_MASTER_DISABLE_PM_RUNTIME)) in intel_link_startup()
/linux/tools/bpf/bpftool/
H A Dnet.c467 __u32 prog_flags[64] = {}, link_flags[64] = {}, i, j; in __show_dev_tc_bpf() local
476 optq.link_attach_flags = link_flags; in __show_dev_tc_bpf()
503 if (link_flags[i] || json_output) { in __show_dev_tc_bpf()
504 NET_START_ARRAY("link_flags", "%s "); in __show_dev_tc_bpf()
505 for (j = 0; link_flags[i] && j < 32; j++) { in __show_dev_tc_bpf()
506 if (!(link_flags[i] & (1U << j))) in __show_dev_tc_bpf()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1465 bulletin->link_flags = 0; in bnx2x_iov_link_update_vf()
1468 bulletin->link_flags |= VFPF_LINK_REPORT_LINK_DOWN; in bnx2x_iov_link_update_vf()
1471 bulletin->link_flags |= VFPF_LINK_REPORT_FULL_DUPLEX; in bnx2x_iov_link_update_vf()
1474 bulletin->link_flags |= VFPF_LINK_REPORT_RX_FC_ON; in bnx2x_iov_link_update_vf()
1477 bulletin->link_flags |= VFPF_LINK_REPORT_TX_FC_ON; in bnx2x_iov_link_update_vf()
1479 !(bulletin->link_flags & VFPF_LINK_REPORT_LINK_DOWN)) { in bnx2x_iov_link_update_vf()
1481 bulletin->link_flags |= VFPF_LINK_REPORT_LINK_DOWN; in bnx2x_iov_link_update_vf()
1483 (bulletin->link_flags & VFPF_LINK_REPORT_LINK_DOWN)) { in bnx2x_iov_link_update_vf()
1486 bulletin->link_flags &= ~VFPF_LINK_REPORT_LINK_DOWN; in bnx2x_iov_link_update_vf()
1494 vf->link_cfg, bulletin->link_speed, bulletin->link_flags); in bnx2x_iov_link_update_vf()
[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()
/linux/drivers/ata/
H A Dahci_brcm.c339 .link_flags = ATA_LFLAG_NO_DEBOUNCE_DELAY,
H A Dlibata-core.c5970 ap->link.flags |= pi->link_flags; in ata_host_alloc_pinfo()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c1401 __u32 prog_flags[4], link_flags[4]; in test_tc_opts_mixed_target() local
1521 optq.link_attach_flags = link_flags; in test_tc_opts_mixed_target()
1526 memset(link_flags, 0, sizeof(link_flags)); in test_tc_opts_mixed_target()
/linux/drivers/scsi/esas2r/
H A Datioctl.h621 u32 link_flags; member
/linux/include/linux/
H A Dlibata.h1068 unsigned long link_flags; member
/linux/drivers/media/i2c/ccs/
H A Dccs-core.c2934 u16 source_pad, u16 sink_pad, u32 link_flags) in ccs_register_subdev() argument
2950 link_flags); in ccs_register_subdev()