| /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/can/ctucanfd/ |
| H A D | ctucanfd.h | 49 unsigned long drv_flags; member
|
| H A D | ctucanfd_base.c | 181 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 D | usb.c | 472 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 D | tx.c | 104 (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 D | mac80211.c | 482 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 D | dma.c | 443 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 D | mt76.h | 545 u32 drv_flags; member
|
| /linux/drivers/scsi/ |
| H A D | initio.h | 444 u16 drv_flags; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | usb.c | 155 .drv_flags = MT_DRV_RX_DMA_HDR | MT_DRV_HW_MGMT_TXQ | in mt7925u_probe()
|
| H A D | pci.c | 534 .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 D | pci.c | 265 .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 D | mmio.c | 923 .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 D | mmio.c | 839 .drv_flags = MT_DRV_TXWI_NO_FREE | in mt7996_mmio_probe()
|