| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.h | 1350 if (SHMEM2_HAS(bp, drv_flags)) { in bnx2x_update_drv_flags() 1351 u32 drv_flags; in bnx2x_update_drv_flags() local 1353 drv_flags = SHMEM2_RD(bp, drv_flags); in bnx2x_update_drv_flags() 1356 SET_FLAGS(drv_flags, flags); in bnx2x_update_drv_flags() 1358 RESET_FLAGS(drv_flags, flags); in bnx2x_update_drv_flags() 1360 SHMEM2_WR(bp, drv_flags, drv_flags); in bnx2x_update_drv_flags() 1361 DP(NETIF_MSG_IFUP, "drv_flags 0x%08x\n", drv_flags); in bnx2x_update_drv_flags()
|
| H A D | bnx2x_dcb.c | 442 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_pfc_set_pfc() 443 GET_FLAGS(SHMEM2_RD(bp, drv_flags), in bnx2x_pfc_set_pfc() 607 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_update_ets_params() 608 GET_FLAGS(SHMEM2_RD(bp, drv_flags), in bnx2x_dcbx_update_ets_params() 1855 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_fw_struct() 1856 GET_FLAGS(SHMEM2_RD(bp, drv_flags), in bnx2x_dcbx_fw_struct() 1898 if (SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_pmf_update() 1899 GET_FLAGS(SHMEM2_RD(bp, drv_flags), 1 << DRV_FLAGS_DCB_CONFIGURED)) { in bnx2x_dcbx_pmf_update()
|
| H A D | bnx2x_hsi.h | 2218 u32 drv_flags; member
|
| /linux/drivers/net/ethernet/3com/ |
| H A D | 3c59x.c | 278 int drv_flags; member 639 int drv_flags; member 1016 pci_bar = vci->drv_flags & (IS_CYCLONE | IS_TORNADO) ? 1 : 0; in vortex_init_one() 1166 vp->drv_flags = vci->drv_flags; in vortex_probe1() 1167 vp->has_nway = (vci->drv_flags & HAS_NWAY) ? 1 : 0; in vortex_probe1() 1183 if (vci->drv_flags & IS_VORTEX) { in vortex_probe1() 1257 if (vci->drv_flags & EEPROM_8BIT) in vortex_probe1() 1259 else if (vci->drv_flags & EEPROM_OFFSET) in vortex_probe1() 1285 if ((checksum != 0x00) && !(vci->drv_flags & IS_TORNADO)) in vortex_probe1() 1317 if (pdev && vci->drv_flags & HAS_CB_FNS) { in vortex_probe1() [all …]
|
| /linux/drivers/net/ethernet/packetengines/ |
| H A D | yellowfin.c | 228 int drv_flags; /* Driver use, intended as capability flags. */ member 321 int chip_id, drv_flags; member 379 int drv_flags = pci_id_tbl[chip_idx].drv_flags; in yellowfin_init_one() local 418 if (drv_flags & DontUseEeprom) in yellowfin_init_one() 436 np->drv_flags = drv_flags; in yellowfin_init_one() 494 if (np->drv_flags & HasMII) { in yellowfin_init_one() 620 if (yp->drv_flags & IsGigabit) { in yellowfin_open() 1091 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) { in yellowfin_rx() 1101 } else if ( !(yp->drv_flags & IsGigabit) && in yellowfin_rx() 1317 if (yp->drv_flags & HasMulticastBug) { in set_rx_mode()
|
| /linux/drivers/net/can/ctucanfd/ |
| H A D | ctucanfd.h | 49 unsigned long drv_flags; member
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | winbond-840.c | 226 int drv_flags; /* Driver use, intended as capability flags. */ member 298 int chip_id, drv_flags; member 396 np->drv_flags = pci_id_tbl[chip_idx].drv_flags; in w840_probe1() 435 if (np->drv_flags & CanHaveMII) { in w840_probe1() 1031 ((np->drv_flags & HasBrokenTx) && np->tx_q_bytes > TX_BUG_FIFO_LIMIT)) { in start_tx()
|
| /linux/drivers/net/ethernet/adaptec/ |
| H A D | starfire.c | 289 int drv_flags; member 639 int drv_flags, io_size; in starfire_init_one() local 735 drv_flags = netdrv_tbl[chip_idx].drv_flags; in starfire_init_one() 779 if (drv_flags & CanHaveMII) { in starfire_init_one()
|
| /linux/drivers/scsi/ |
| H A D | initio.h | 444 u16 drv_flags; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| H A D | usb.c | 217 .drv_flags = MT_DRV_SW_RX_AIRTIME | in mt76x0u_probe()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139too.c | 581 int drv_flags; member 1025 tp->drv_flags = board_info[ent->driver_data].hw_flags; in rtl8139_init_one() 1057 if (tp->drv_flags & HAS_MII_XCVR) { in rtl8139_init_one() 1638 else if (tp->drv_flags & HAS_LNK_CHNG) in rtl8139_start_thread() 2107 (tp->drv_flags & HAS_LNK_CHNG)) { in rtl8139_weird_interrupt()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | epic100.c | 164 int drv_flags; /* Driver use, intended as capability flags. */ member 432 ep->chip_flags = pci_id_tbl[chip_idx].drv_flags; in epic_init_one()
|