Home
last modified time | relevance | path

Searched refs:drv_flags (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h1350 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 Dbnx2x_dcb.c442 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 Dbnx2x_hsi.h2218 u32 drv_flags; member
/linux/drivers/net/can/ctucanfd/
H A Dctucanfd.h49 unsigned long drv_flags; member
H A Dctucanfd_base.c181 clear_bit(CTUCANFD_FLAG_RX_FFW_BUFFERED, &priv->drv_flags); in ctucan_reset()
718 if (test_bit(CTUCANFD_FLAG_RX_FFW_BUFFERED, &priv->drv_flags)) { in ctucan_rx()
720 clear_bit(CTUCANFD_FLAG_RX_FFW_BUFFERED, &priv->drv_flags); in ctucan_rx()
735 set_bit(CTUCANFD_FLAG_RX_FFW_BUFFERED, &priv->drv_flags); in ctucan_rx()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dusb.c472 if (dev->drv->drv_flags & MT_DRV_RX_DMA_HDR) in mt76u_get_rx_entry_len()
487 int head_room, drv_flags = dev->drv->drv_flags; in mt76u_build_rx_skb() local
490 head_room = drv_flags & MT_DRV_RX_DMA_HDR ? 0 : MT_DMA_HDR_LEN; in mt76u_build_rx_skb()
528 int len, nsgs = 1, head_room, drv_flags = dev->drv->drv_flags; in mt76u_process_rx_entry() local
538 head_room = drv_flags & MT_DRV_RX_DMA_HDR ? 0 : MT_DMA_HDR_LEN; in mt76u_process_rx_entry()
H A Dtx.c104 (dev->drv->drv_flags & MT_DRV_IGNORE_TXS_FAILED)) { in __mt76_tx_status_skb_done()
270 if (wcid && (dev->drv->drv_flags & MT_DRV_HW_PS_BUFFERING) && in __mt76_tx_complete_skb()
503 if (!(dev->drv->drv_flags & MT_DRV_HW_PS_BUFFERING)) in mt76_txq_send_burst()
592 if (!(dev->drv->drv_flags & MT_DRV_HW_PS_BUFFERING)) in mt76_txq_schedule_list()
675 if ((dev->drv->drv_flags & MT_DRV_HW_MGMT_TXQ) && in mt76_txq_schedule_pending_wcid()
H A Dmac80211.c482 if (!(dev->drv->drv_flags & MT_DRV_AMSDU_OFFLOAD) && in mt76_phy_init()
1037 if (dev->drv->drv_flags & MT_DRV_SW_RX_AIRTIME) { in mt76_update_survey()
1176 if (dev->drv->drv_flags & MT_DRV_SW_RX_AIRTIME) in mt76_get_survey()
1428 if (!(dev->drv->drv_flags & MT_DRV_SW_RX_AIRTIME)) in mt76_airtime_check()
H A Ddma.c443 if (!(dev->drv->drv_flags & MT_DRV_TXWI_NO_FREE)) in mt76_dma_tx_cleanup()
701 if (dev->drv->drv_flags & MT_DRV_TX_ALIGNED4_SKBS) in mt76_dma_tx_queue_skb()
H A Dmt76.h545 u32 drv_flags; member
/linux/drivers/scsi/
H A Dinitio.h444 u16 drv_flags; member
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dusb.c155 .drv_flags = MT_DRV_RX_DMA_HDR | MT_DRV_HW_MGMT_TXQ | in mt7925u_probe()
H A Dpci.c534 .drv_flags = MT_DRV_TXWI_NO_FREE | MT_DRV_HW_MGMT_TXQ | in mt7925_pci_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dpci.c265 .drv_flags = MT_DRV_TXWI_NO_FREE | MT_DRV_HW_MGMT_TXQ | in mt7921_pci_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmmio.c923 .drv_flags = MT_DRV_TXWI_NO_FREE | MT_DRV_HW_MGMT_TXQ | in mt7915_mmio_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmmio.c839 .drv_flags = MT_DRV_TXWI_NO_FREE | in mt7996_mmio_probe()