Searched refs:rss_state (Results 1 – 2 of 2) sorted by relevance
482 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_reta_update() local532 memcpy(rss_param->itable, rss_state->itable, rss_state->itable_size); in lio_dev_rss_reta_update()555 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_reta_query() local582 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_hash_conf_get() local595 memcpy(hash_key, rss_state->hash_key, rss_state->hash_key_size); in lio_dev_rss_hash_conf_get()597 if (rss_state->ip) in lio_dev_rss_hash_conf_get()601 if (rss_state->ipv6) in lio_dev_rss_hash_conf_get()620 struct lio_rss_ctx *rss_state = &lio_dev->rss_state; in lio_dev_rss_hash_update() local678 rss_state->ip = 1; in lio_dev_rss_hash_update()1063 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