Home
last modified time | relevance | path

Searched refs:max_key_length (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h33 uint16_t max_key_length; member
H A Dhns3_fdir.c316 pf->fdir.fd_cfg.max_key_length = MAX_KEY_LENGTH; in hns3_init_fd_config()
319 pf->fdir.fd_cfg.max_key_length = MAX_200B_KEY_LENGTH; in hns3_init_fd_config()
341 if (pf->fdir.fd_cfg.max_key_length == MAX_KEY_LENGTH) { in hns3_init_fd_config()
738 meta_data_region = pf->fdir.fd_cfg.max_key_length / HNS3_BITS_PER_BYTE - in hns3_config_key()