Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c29 if (cfg->num_extracts > DPKG_MAX_NUM_OF_EXTRACTS) in dpni_prepare_key_cfg()
33 dpni_ext->num_extracts = cfg->num_extracts; in dpni_prepare_key_cfg()
35 for (i = 0; i < cfg->num_extracts; i++) { in dpni_prepare_key_cfg()
Ddpkg.h477 u8 num_extracts; member
Ddpni-cmd.h448 u8 num_extracts; member
Ddpaa2-eth.c3698 kg_cfg.num_extracts = 1; in dpaa2_eth_set_vlan_qos()
4234 &cls_cfg.extracts[cls_cfg.num_extracts]; in dpaa2_eth_set_dist_key()
4244 if (cls_cfg.num_extracts >= DPKG_MAX_NUM_OF_EXTRACTS) { in dpaa2_eth_set_dist_key()
4253 cls_cfg.num_extracts++; in dpaa2_eth_set_dist_key()