Searched defs:hw_cap (Results 1 – 10 of 10) sorted by relevance
15 #define GET_EFUSE_HW_CAP_HCI(hw_cap) \ argument17 #define GET_EFUSE_HW_CAP_BW(hw_cap) \ argument19 #define GET_EFUSE_HW_CAP_NSS(hw_cap) \ argument21 #define GET_EFUSE_HW_CAP_ANT_NUM(hw_cap) \ argument23 #define GET_EFUSE_HW_CAP_PTCL(hw_cap) \ argument
1776 } hw_cap; member
334 struct hw_cap { struct336 u8 nix_tx_aggr_lvl; /* Tx link's traffic aggregation level */337 u16 nix_txsch_per_cgx_lmac; /* Max Q's transmitting to CGX LMAC */338 u16 nix_txsch_per_lbk_lmac; /* Max Q's transmitting to LBK LMAC */341 bool nix_shaping; /* Is shaping and coloring supported */343 bool nix_tx_link_bp; /* Can link backpressure TL queues ? */344 bool nix_rx_multicast; /* Rx packet replication support */347 bool programmable_chans; /* Channels programmable ? */348 bool ipolicer;349 bool npc_hash_extract; /* Hash extract enabled ? */[all …]
224 u32 hw_cap = readl(ioaddr + DMA_HW_FEATURE); in dwmac1000_get_hw_feature() local
353 u32 hw_cap = readl(ioaddr + GMAC_HW_FEATURE0); in dwmac4_get_hw_feature() local
377 u32 hw_cap; in dwxgmac2_get_hw_feature() local
195 #define HAS_CAP_TSO(hw_cap) ((hw_cap) & HW_CAP_TSO) argument260 unsigned long hw_cap; member683 static u32 hix5hd2_get_desc_cmd(struct sk_buff *skb, unsigned long hw_cap) in hix5hd2_get_desc_cmd()
100 u32 hw_cap; member
484 struct sxgbe_hw_features hw_cap; member
4962 u32 hw_cap; in gaudi2_is_hmmu_enabled() local5267 u32 offset, mmu_base, stlb_base, hw_cap; in gaudi2_dcore_hmmu_init() local
Completed in 120 milliseconds