Lines Matching defs:temp

351 	efx_oword_t temp;
357 efx_reado(efx, &temp, FR_CZ_RX_RSS_IPV6_REG1);
358 memcpy(efx->rss_context.rx_hash_key, &temp, sizeof(temp));
359 efx_reado(efx, &temp, FR_CZ_RX_RSS_IPV6_REG2);
360 memcpy(efx->rss_context.rx_hash_key + sizeof(temp), &temp, sizeof(temp));
361 efx_reado(efx, &temp, FR_CZ_RX_RSS_IPV6_REG3);
362 memcpy(efx->rss_context.rx_hash_key + 2 * sizeof(temp), &temp,
371 efx_oword_t temp;
375 memcpy(efx->rss_context.rx_hash_key, key, sizeof(temp));
376 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp));
377 efx_writeo(efx, &temp, FR_BZ_RX_RSS_TKEY);
381 2 * sizeof(temp) + FRF_CZ_RX_RSS_IPV6_TKEY_HI_WIDTH / 8 ||
383 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp));
384 efx_writeo(efx, &temp, FR_CZ_RX_RSS_IPV6_REG1);
385 memcpy(&temp, efx->rss_context.rx_hash_key + sizeof(temp), sizeof(temp));
386 efx_writeo(efx, &temp, FR_CZ_RX_RSS_IPV6_REG2);
387 EFX_POPULATE_OWORD_2(temp, FRF_CZ_RX_RSS_IPV6_THASH_ENABLE, 1,
389 memcpy(&temp, efx->rss_context.rx_hash_key + 2 * sizeof(temp),
391 efx_writeo(efx, &temp, FR_CZ_RX_RSS_IPV6_REG3);
406 efx_oword_t temp;
415 efx_reado(efx, &temp, FR_AZ_TX_RESERVED);
416 EFX_SET_OWORD_FIELD(temp, FRF_BZ_TX_FLUSH_MIN_LEN_EN, 1);
417 efx_writeo(efx, &temp, FR_AZ_TX_RESERVED);
422 efx_reado(efx, &temp, FR_AZ_TX_CFG);
423 EFX_SET_OWORD_FIELD(temp, FRF_AZ_TX_NO_EOP_DISC_EN, 0);
424 EFX_SET_OWORD_FIELD(temp, FRF_CZ_TX_FILTER_EN_BIT, 1);
425 efx_writeo(efx, &temp, FR_AZ_TX_CFG);
427 efx_reado(efx, &temp, FR_AZ_RX_CFG);
428 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_DESC_PUSH_EN, 0);
429 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_INGR_EN, 1);
433 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_HASH_INSRT_HDR, 1);
434 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_HASH_ALG, 1);
435 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_IP_HASH, 1);
436 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_USR_BUF_SIZE,
438 efx_writeo(efx, &temp, FR_AZ_RX_CFG);
449 EFX_POPULATE_OWORD_1(temp, FRF_BZ_FLS_EVQ_ID, 0);
450 efx_writeo(efx, &temp, FR_BZ_DP_CTRL);
452 EFX_POPULATE_OWORD_1(temp, FRF_CZ_USREV_DIS, 1);
453 efx_writeo(efx, &temp, FR_CZ_USR_EV_CFG);