Home
last modified time | relevance | path

Searched refs:port_flags (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Def10_sriov.h68 u32 *port_flags, u32 *vadaptor_flags,
Def10_sriov.c235 u32 port_flags; in efx_ef10_vadaptor_alloc_set_features() local
243 &port_flags, NULL, NULL); in efx_ef10_vadaptor_alloc_set_features()
247 if (port_flags & in efx_ef10_vadaptor_alloc_set_features()
Def10.c985 u32 *port_flags, u32 *vadaptor_flags, in efx_ef10_vadaptor_query() argument
1010 if (port_flags) in efx_ef10_vadaptor_query()
1011 *port_flags = MCDI_DWORD(outbuf, VADAPTOR_QUERY_OUT_PORT_FLAGS); in efx_ef10_vadaptor_query()
/kernel/linux/linux-5.10/drivers/ata/
Data_piix.c1645 unsigned long port_flags; in piix_init_one() local
1667 port_flags = port_info[0].flags; in piix_init_one()
1696 if (port_flags & ATA_FLAG_SATA) in piix_init_one()
1706 if (port_flags & ATA_FLAG_SATA) { in piix_init_one()
1724 if (port_flags & PIIX_FLAG_CHECKINTR) in piix_init_one()
Dsata_mv.c927 static inline int mv_get_hc_count(unsigned long port_flags) in mv_get_hc_count() argument
929 return ((port_flags & MV_FLAG_DUAL_HC) ? 2 : 1); in mv_get_hc_count()
/kernel/linux/linux-5.10/drivers/ide/
Dide-xfer-mode.c117 if (pio == 0 && (drive->hwif->port_flags & IDE_PFLAG_PROBING)) in ide_pio_need_iordy()
Dide-probe.c1463 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_host_register()
1475 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_host_register()
1661 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_port_scan()
1667 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_port_scan()
/kernel/linux/linux-5.10/drivers/mmc/host/
Dvub300.c105 u16 port_flags; member
507 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
509 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
2307 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
2309 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
/kernel/linux/linux-5.10/include/linux/
Dide.h731 unsigned long port_flags; member