/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 1291 if (SHMEM2_HAS(bp, drv_flags)) { in bnx2x_update_drv_flags() 1292 u32 drv_flags; in bnx2x_update_drv_flags() local 1294 drv_flags = SHMEM2_RD(bp, drv_flags); in bnx2x_update_drv_flags() 1297 SET_FLAGS(drv_flags, flags); in bnx2x_update_drv_flags() 1299 RESET_FLAGS(drv_flags, flags); in bnx2x_update_drv_flags() 1301 SHMEM2_WR(bp, drv_flags, drv_flags); in bnx2x_update_drv_flags() 1302 DP(NETIF_MSG_IFUP, "drv_flags 0x%08x\n", drv_flags); in bnx2x_update_drv_flags()
|
D | bnx2x_dcb.c | 411 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_pfc_set_pfc() 412 GET_FLAGS(SHMEM2_RD(bp, drv_flags), in bnx2x_pfc_set_pfc() 576 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_update_ets_params() 577 GET_FLAGS(SHMEM2_RD(bp, drv_flags), in bnx2x_dcbx_update_ets_params() 1825 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_fw_struct() 1826 GET_FLAGS(SHMEM2_RD(bp, drv_flags), in bnx2x_dcbx_fw_struct() 1866 if (SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_pmf_update() 1867 GET_FLAGS(SHMEM2_RD(bp, drv_flags), 1 << DRV_FLAGS_DCB_CONFIGURED)) { in bnx2x_dcbx_pmf_update()
|
D | bnx2x_hsi.h | 2164 u32 drv_flags; member
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c59x.c | 278 int drv_flags; member 640 int drv_flags; member 1023 pci_bar = vci->drv_flags & (IS_CYCLONE | IS_TORNADO) ? 1 : 0; in vortex_init_one() 1174 vp->drv_flags = vci->drv_flags; in vortex_probe1() 1175 vp->has_nway = (vci->drv_flags & HAS_NWAY) ? 1 : 0; in vortex_probe1() 1191 if (vci->drv_flags & IS_VORTEX) { in vortex_probe1() 1265 if (vci->drv_flags & EEPROM_8BIT) in vortex_probe1() 1267 else if (vci->drv_flags & EEPROM_OFFSET) in vortex_probe1() 1293 if ((checksum != 0x00) && !(vci->drv_flags & IS_TORNADO)) in vortex_probe1() 1324 if (pdev && vci->drv_flags & HAS_CB_FNS) { in vortex_probe1() [all …]
|
/linux-4.1.27/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 228 int drv_flags; /* Driver use, intended as capability flags. */ member 321 int chip_id, drv_flags; member 380 int drv_flags = pci_id_tbl[chip_idx].drv_flags; in yellowfin_init_one() local 418 if (drv_flags & DontUseEeprom) in yellowfin_init_one() 435 np->drv_flags = drv_flags; in yellowfin_init_one() 490 if (np->drv_flags & HasMII) { in yellowfin_init_one() 614 if (yp->drv_flags & IsGigabit) { in yellowfin_open() 1081 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) { in yellowfin_rx() 1091 } else if ( !(yp->drv_flags & IsGigabit) && in yellowfin_rx() 1306 if (yp->drv_flags & HasMulticastBug) { in set_rx_mode()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | winbond-840.c | 236 int drv_flags; /* Driver use, intended as capability flags. */ member 308 int chip_id, drv_flags; member 405 np->drv_flags = pci_id_tbl[chip_idx].drv_flags; in w840_probe1() 444 if (np->drv_flags & CanHaveMII) { in w840_probe1() 1047 ((np->drv_flags & HasBrokenTx) && np->tx_q_bytes > TX_BUG_FIFO_LIMIT)) { in start_tx()
|
/linux-4.1.27/drivers/scsi/ |
D | initio.c | 652 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init() 654 host->targets[i].drv_flags = 0; in initio_init() 659 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init() 661 host->targets[i].drv_flags = 0; in initio_init() 1219 active_tc->drv_flags |= TCF_DRV_EN_TAG; in tulip_scsi() 1221 active_tc->drv_flags &= ~TCF_DRV_EN_TAG; in tulip_scsi() 1952 if (active_tc->drv_flags & TCF_DRV_EN_TAG) { in int_initio_resel() 1993 if (!(active_tc->drv_flags & TCF_DRV_EN_TAG)) { in int_initio_resel() 2708 if (tc->drv_flags & TCF_DRV_255_63) { in i91u_biosparam()
|
D | initio.h | 469 u16 drv_flags; member
|
/linux-4.1.27/drivers/net/ethernet/adaptec/ |
D | starfire.c | 297 int drv_flags; member 655 int drv_flags, io_size; in starfire_init_one() local 757 drv_flags = netdrv_tbl[chip_idx].drv_flags; in starfire_init_one() 801 if (drv_flags & CanHaveMII) { in starfire_init_one()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139too.c | 580 int drv_flags; member 1029 tp->drv_flags = board_info[ent->driver_data].hw_flags; in rtl8139_init_one() 1061 if (tp->drv_flags & HAS_MII_XCVR) { in rtl8139_init_one() 1644 else if (tp->drv_flags & HAS_LNK_CHNG) in rtl8139_start_thread() 2107 (tp->drv_flags & HAS_LNK_CHNG)) { in rtl8139_weird_interrupt()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
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()
|