Home
last modified time | relevance | path

Searched refs:grp_mask (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_hw_access.c134 const struct otx2_cpt_qp *qp, uint8_t grp_mask, uint8_t pri, in otx2_cpt_iq_enable() argument
150 af_lf_ctl.s.grp = grp_mask; in otx2_cpt_iq_enable()
H A Dotx2_cryptodev_hw_access.h156 const struct otx2_cpt_qp *qp, uint8_t grp_mask,
H A Dotx2_cryptodev_ops.c1172 uint8_t grp_mask = OTX2_CPT_ENG_GRPS_MASK; in otx2_cpt_queue_pair_setup() local
1194 qp = otx2_cpt_qp_create(dev, qp_id, grp_mask); in otx2_cpt_queue_pair_setup()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_kg.c861 uint8_t grp_mask, in fman_kg_build_bind_cls_plans() argument
865 if ((grp_base & ~0x0000001F) || (grp_mask & ~0x0000001F)) in fman_kg_build_bind_cls_plans()
868 *bind_cls_plans = (uint32_t) ((grp_mask << FMAN_KG_PE_CPP_MASK_SHIFT) | grp_base); in fman_kg_build_bind_cls_plans()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_kg.h417 uint8_t grp_mask,