Home
last modified time | relevance | path

Searched refs:pool_mask (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npa.c123 memcpy(mask, &req->pool_mask, in rvu_npa_aq_enq_inst()
184 ena = (req->pool.ena & req->pool_mask.ena) | in rvu_npa_aq_enq_inst()
186 ~req->pool_mask.ena); in rvu_npa_aq_enq_inst()
226 aq_req.pool_mask.ena = 1; in npa_lf_hwctx_disable()
A Dmbox.h774 struct npa_pool_s pool_mask; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_sriov.c580 u32 vlvfb_mask, pool_mask, i; in ixgbe_clear_vf_vlans() local
583 pool_mask = ~BIT(VMDQ_P(0) % 32); in ixgbe_clear_vf_vlans()
607 (bits[VMDQ_P(0) / 32] & pool_mask)) in ixgbe_clear_vf_vlans()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_main.c7307 u32 pool_mask, vlvf_mask, i; in igb_clear_vf_vfta() local
7310 pool_mask = E1000_VLVF_POOLSEL_MASK; in igb_clear_vf_vfta()
7314 pool_mask &= ~BIT(E1000_VLVF_POOLSEL_SHIFT + in igb_clear_vf_vfta()
7330 if (vlvf & pool_mask) in igb_clear_vf_vfta()

Completed in 35 milliseconds