Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c27 if (cfg->num_extracts > DPKG_MAX_NUM_OF_EXTRACTS) in dpni_prepare_key_cfg()
31 dpni_ext->num_extracts = cfg->num_extracts; in dpni_prepare_key_cfg()
33 for (i = 0; i < cfg->num_extracts; i++) { in dpni_prepare_key_cfg()
H A Ddpkg.h476 u8 num_extracts; member
H A Ddpni-cmd.h437 u8 num_extracts; member
H A Ddpaa2-eth.c3130 kg_cfg.num_extracts = 1; in dpaa2_eth_set_vlan_qos()
3666 &cls_cfg.extracts[cls_cfg.num_extracts]; in dpaa2_eth_set_dist_key()
3676 if (cls_cfg.num_extracts >= DPKG_MAX_NUM_OF_EXTRACTS) { in dpaa2_eth_set_dist_key()
3685 cls_cfg.num_extracts++; in dpaa2_eth_set_dist_key()