Searched refs:port_flags (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef10_sriov.h | 66 u32 *port_flags, u32 *vadaptor_flags,
|
| H A D | ef10_sriov.c | 231 u32 port_flags; in efx_ef10_vadaptor_alloc_set_features() local 239 &port_flags, NULL, NULL); in efx_ef10_vadaptor_alloc_set_features() 243 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() argument 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()
|
| /linux/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 | 900 static inline int mv_get_hc_count(unsigned long port_flags) in mv_get_hc_count() argument 902 return ((port_flags & MV_FLAG_DUAL_HC) ? 2 : 1); in mv_get_hc_count()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_exar.c | 776 u16 port_flags; in cti_get_port_type_xr17v35x() local 780 eeprom_93cx6_read(&priv->eeprom, offset, &port_flags); in cti_get_port_type_xr17v35x() 782 port_type = FIELD_GET(CTI_EE_MASK_PORT_FLAGS_TYPE, port_flags); in cti_get_port_type_xr17v35x()
|
| /linux/drivers/mmc/host/ |
| H A D | vub300.c | 105 u16 port_flags; member 505 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status() 507 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status() 2306 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe() 2308 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_transport.c | 3034 if (sas_io_unit_pg0->phy_data[i].port_flags & in mpi3mr_transport_phy_enable()
|