/Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/ |
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()
|
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()
|
/Linux-v5.15/drivers/net/ethernet/3com/ |
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() 1165 vp->drv_flags = vci->drv_flags; in vortex_probe1() 1166 vp->has_nway = (vci->drv_flags & HAS_NWAY) ? 1 : 0; in vortex_probe1() 1182 if (vci->drv_flags & IS_VORTEX) { in vortex_probe1() 1256 if (vci->drv_flags & EEPROM_8BIT) in vortex_probe1() 1258 else if (vci->drv_flags & EEPROM_OFFSET) in vortex_probe1() 1284 if ((checksum != 0x00) && !(vci->drv_flags & IS_TORNADO)) in vortex_probe1() 1315 if (pdev && vci->drv_flags & HAS_CB_FNS) { in vortex_probe1() [all …]
|
/Linux-v5.15/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 379 int drv_flags = pci_id_tbl[chip_idx].drv_flags; in yellowfin_init_one() local 417 if (drv_flags & DontUseEeprom) in yellowfin_init_one() 434 np->drv_flags = drv_flags; in yellowfin_init_one() 492 if (np->drv_flags & HasMII) { in yellowfin_init_one() 618 if (yp->drv_flags & IsGigabit) { in yellowfin_open() 1089 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) { in yellowfin_rx() 1099 } else if ( !(yp->drv_flags & IsGigabit) && in yellowfin_rx() 1315 if (yp->drv_flags & HasMulticastBug) { in set_rx_mode()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/ |
D | usb.c | 516 if (dev->drv->drv_flags & MT_DRV_RX_DMA_HDR) in mt76u_get_rx_entry_len() 531 int head_room, drv_flags = dev->drv->drv_flags; in mt76u_build_rx_skb() local 534 head_room = drv_flags & MT_DRV_RX_DMA_HDR ? 0 : MT_DMA_HDR_LEN; in mt76u_build_rx_skb() 572 int len, nsgs = 1, head_room, drv_flags = dev->drv->drv_flags; in mt76u_process_rx_entry() local 582 head_room = drv_flags & MT_DRV_RX_DMA_HDR ? 0 : MT_DMA_HDR_LEN; in mt76u_process_rx_entry()
|
D | mac80211.c | 326 if (!(dev->drv->drv_flags & MT_DRV_AMSDU_OFFLOAD)) { in mt76_phy_init() 673 if (dev->drv->drv_flags & MT_DRV_SW_RX_AIRTIME) { in mt76_update_survey() 744 if (dev->drv->drv_flags & MT_DRV_SW_RX_AIRTIME) in mt76_get_survey() 922 if (!(dev->drv->drv_flags & MT_DRV_SW_RX_AIRTIME)) in mt76_airtime_check()
|
D | dma.c | 250 if (!(dev->drv->drv_flags & MT_DRV_TXWI_NO_FREE)) in mt76_dma_tx_cleanup() 373 if (dev->drv->drv_flags & MT_DRV_TX_ALIGNED4_SKBS) in mt76_dma_tx_queue_skb()
|
D | tx.c | 296 if ((dev->drv->drv_flags & MT_DRV_HW_MGMT_TXQ) && in mt76_tx()
|
D | mt76.h | 350 u32 drv_flags; member
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | usb.c | 31 .drv_flags = MT_DRV_SW_RX_AIRTIME, in mt76x2u_probe()
|
D | pci.c | 24 .drv_flags = MT_DRV_TX_ALIGNED4_SKBS | in mt76x2e_probe()
|
/Linux-v5.15/drivers/net/ethernet/dec/tulip/ |
D | winbond-840.c | 226 int drv_flags; /* Driver use, intended as capability flags. */ member 298 int chip_id, drv_flags; member 394 np->drv_flags = pci_id_tbl[chip_idx].drv_flags; in w840_probe1() 433 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-v5.15/drivers/scsi/ |
D | initio.c | 621 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init() 623 host->targets[i].drv_flags = 0; in initio_init() 628 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init() 630 host->targets[i].drv_flags = 0; in initio_init() 1187 active_tc->drv_flags |= TCF_DRV_EN_TAG; in tulip_scsi() 1189 active_tc->drv_flags &= ~TCF_DRV_EN_TAG; in tulip_scsi() 1921 if (active_tc->drv_flags & TCF_DRV_EN_TAG) { in int_initio_resel() 1963 if (!(active_tc->drv_flags & TCF_DRV_EN_TAG)) { in int_initio_resel() 2678 if (tc->drv_flags & TCF_DRV_255_63) { in i91u_biosparam()
|
D | initio.h | 444 u16 drv_flags; member
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | usb.c | 58 .drv_flags = MT_DRV_RX_DMA_HDR | MT_DRV_HW_MGMT_TXQ, in mt7663u_probe()
|
D | mmio.c | 189 .drv_flags = MT_DRV_TXWI_NO_FREE | MT_DRV_HW_MGMT_TXQ, in mt7615_mmio_probe()
|
D | sdio.c | 299 .drv_flags = MT_DRV_RX_DMA_HDR, in mt7663s_probe()
|
/Linux-v5.15/drivers/net/ethernet/adaptec/ |
D | starfire.c | 289 int drv_flags; member 646 int drv_flags, io_size; in starfire_init_one() local 741 drv_flags = netdrv_tbl[chip_idx].drv_flags; in starfire_init_one() 785 if (drv_flags & CanHaveMII) { in starfire_init_one()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | pci.c | 153 .drv_flags = MT_DRV_TX_ALIGNED4_SKBS | in mt76x0e_probe()
|
D | usb.c | 212 .drv_flags = MT_DRV_SW_RX_AIRTIME, in mt76x0u_probe()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | pci.c | 97 .drv_flags = MT_DRV_TXWI_NO_FREE | MT_DRV_HW_MGMT_TXQ | in mt7921_pci_probe()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | pci.c | 225 .drv_flags = MT_DRV_TXWI_NO_FREE | MT_DRV_HW_MGMT_TXQ | in mt7915_pci_probe()
|
/Linux-v5.15/drivers/net/ethernet/realtek/ |
D | 8139too.c | 581 int drv_flags; member 1024 tp->drv_flags = board_info[ent->driver_data].hw_flags; in rtl8139_init_one() 1056 if (tp->drv_flags & HAS_MII_XCVR) { in rtl8139_init_one() 1637 else if (tp->drv_flags & HAS_LNK_CHNG) in rtl8139_start_thread() 2104 (tp->drv_flags & HAS_LNK_CHNG)) { in rtl8139_weird_interrupt()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | init.c | 10 .drv_flags = MT_DRV_SW_RX_AIRTIME,
|
/Linux-v5.15/drivers/net/ethernet/smsc/ |
D | epic100.c | 164 int drv_flags; /* Driver use, intended as capability flags. */ member 430 ep->chip_flags = pci_id_tbl[chip_idx].drv_flags; in epic_init_one()
|