/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef10_sriov.h | 68 u32 *port_flags, u32 *vadaptor_flags,
|
H A D | ef10_sriov.c | 235 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()
|
H A D | ef10.c | 985 u32 *port_flags, u32 *vadaptor_flags, in efx_ef10_vadaptor_query() 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() 984 efx_ef10_vadaptor_query(struct efx_nic *efx, unsigned int port_id, u32 *port_flags, u32 *vadaptor_flags, unsigned int *vlan_tags) efx_ef10_vadaptor_query() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef10_sriov.h | 66 u32 *port_flags, u32 *vadaptor_flags,
|
H A D | ef10_sriov.c | 232 u32 port_flags; in efx_ef10_vadaptor_alloc_set_features() local 240 &port_flags, NULL, NULL); in efx_ef10_vadaptor_alloc_set_features() 244 if (port_flags & in efx_ef10_vadaptor_alloc_set_features()
|
H A D | ef10.c | 984 u32 *port_flags, u32 *vadaptor_flags, in efx_ef10_vadaptor_query() 1009 if (port_flags) in efx_ef10_vadaptor_query() 1010 *port_flags = MCDI_DWORD(outbuf, VADAPTOR_QUERY_OUT_PORT_FLAGS); in efx_ef10_vadaptor_query() 983 efx_ef10_vadaptor_query(struct efx_nic *efx, unsigned int port_id, u32 *port_flags, u32 *vadaptor_flags, unsigned int *vlan_tags) efx_ef10_vadaptor_query() argument
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ata_piix.c | 1645 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()
|
H A D | sata_mv.c | 927 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-6.6/drivers/ata/ |
H A D | ata_piix.c | 1649 unsigned long port_flags; in piix_init_one() local 1671 port_flags = port_info[0].flags; in piix_init_one() 1700 if (port_flags & ATA_FLAG_SATA) in piix_init_one() 1710 if (port_flags & ATA_FLAG_SATA) { in piix_init_one() 1728 if (port_flags & PIIX_FLAG_CHECKINTR) in piix_init_one()
|
H A D | sata_mv.c | 931 static inline int mv_get_hc_count(unsigned long port_flags) in mv_get_hc_count() argument 933 return ((port_flags & MV_FLAG_DUAL_HC) ? 2 : 1); in mv_get_hc_count()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-xfer-mode.c | 117 if (pio == 0 && (drive->hwif->port_flags & IDE_PFLAG_PROBING)) in ide_pio_need_iordy()
|
H A D | ide-probe.c | 1463 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/ |
H A D | vub300.c | 105 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() 2310 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe() 2312 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | vub300.c | 105 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() 2308 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe() 2310 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 1554 u8 port_flags; member 1598 u8 port_flags; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ide.h | 731 unsigned long port_flags; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 2974 if (sas_io_unit_pg0->phy_data[i].port_flags & in mpi3mr_transport_phy_enable()
|