Searched refs:rss_state (Results 1 – 2 of 2) sorted by relevance
503 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_reta_update() local553 memcpy(rss_param->itable, rss_state->itable, rss_state->itable_size); in lio_dev_rss_reta_update()576 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_reta_query() local603 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_hash_conf_get() local616 memcpy(hash_key, rss_state->hash_key, rss_state->hash_key_size); in lio_dev_rss_hash_conf_get()618 if (rss_state->ip) in lio_dev_rss_hash_conf_get()622 if (rss_state->ipv6) in lio_dev_rss_hash_conf_get()641 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_hash_update() local699 rss_state->ip = 1; in lio_dev_rss_hash_update()1084 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_configure() local[all …]
657 struct lio_rss_ctx rss_state; member