Searched refs:link_flags (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/base/power/ |
| H A D | common.c | 204 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 D | intel_auxdevice.c | 389 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 D | net.c | 467 __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 D | bnx2x_sriov.c | 1465 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 D | bnx2x_vfpf.h | 433 u32 link_flags; /* VFPF_LINK_REPORT_XXX flags */ member
|
| H A D | bnx2x_link.h | 325 u16 link_flags; member
|
| H A D | bnx2x_link.c | 8786 (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 D | ahci_brcm.c | 339 .link_flags = ATA_LFLAG_NO_DEBOUNCE_DELAY,
|
| H A D | libata-core.c | 5970 ap->link.flags |= pi->link_flags; in ata_host_alloc_pinfo()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_opts.c | 1401 __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 D | atioctl.h | 621 u32 link_flags; member
|
| /linux/include/linux/ |
| H A D | libata.h | 1068 unsigned long link_flags; member
|
| /linux/drivers/media/i2c/ccs/ |
| H A D | ccs-core.c | 2934 u16 source_pad, u16 sink_pad, u32 link_flags) in ccs_register_subdev() argument 2950 link_flags); in ccs_register_subdev()
|