Lines Matching defs:temp

348 	efx_oword_t temp;
354 efx_reado(efx, &temp, FR_CZ_RX_RSS_IPV6_REG1);
355 memcpy(efx->rss_context.rx_hash_key, &temp, sizeof(temp));
356 efx_reado(efx, &temp, FR_CZ_RX_RSS_IPV6_REG2);
357 memcpy(efx->rss_context.rx_hash_key + sizeof(temp), &temp, sizeof(temp));
358 efx_reado(efx, &temp, FR_CZ_RX_RSS_IPV6_REG3);
359 memcpy(efx->rss_context.rx_hash_key + 2 * sizeof(temp), &temp,
368 efx_oword_t temp;
372 memcpy(efx->rss_context.rx_hash_key, key, sizeof(temp));
373 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp));
374 efx_writeo(efx, &temp, FR_BZ_RX_RSS_TKEY);
378 2 * sizeof(temp) + FRF_CZ_RX_RSS_IPV6_TKEY_HI_WIDTH / 8 ||
380 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp));
381 efx_writeo(efx, &temp, FR_CZ_RX_RSS_IPV6_REG1);
382 memcpy(&temp, efx->rss_context.rx_hash_key + sizeof(temp), sizeof(temp));
383 efx_writeo(efx, &temp, FR_CZ_RX_RSS_IPV6_REG2);
384 EFX_POPULATE_OWORD_2(temp, FRF_CZ_RX_RSS_IPV6_THASH_ENABLE, 1,
386 memcpy(&temp, efx->rss_context.rx_hash_key + 2 * sizeof(temp),
388 efx_writeo(efx, &temp, FR_CZ_RX_RSS_IPV6_REG3);
403 efx_oword_t temp;
412 efx_reado(efx, &temp, FR_AZ_TX_RESERVED);
413 EFX_SET_OWORD_FIELD(temp, FRF_BZ_TX_FLUSH_MIN_LEN_EN, 1);
414 efx_writeo(efx, &temp, FR_AZ_TX_RESERVED);
419 efx_reado(efx, &temp, FR_AZ_TX_CFG);
420 EFX_SET_OWORD_FIELD(temp, FRF_AZ_TX_NO_EOP_DISC_EN, 0);
421 EFX_SET_OWORD_FIELD(temp, FRF_CZ_TX_FILTER_EN_BIT, 1);
422 efx_writeo(efx, &temp, FR_AZ_TX_CFG);
424 efx_reado(efx, &temp, FR_AZ_RX_CFG);
425 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_DESC_PUSH_EN, 0);
426 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_INGR_EN, 1);
430 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_HASH_INSRT_HDR, 1);
431 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_HASH_ALG, 1);
432 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_IP_HASH, 1);
433 EFX_SET_OWORD_FIELD(temp, FRF_BZ_RX_USR_BUF_SIZE,
435 efx_writeo(efx, &temp, FR_AZ_RX_CFG);
446 EFX_POPULATE_OWORD_1(temp, FRF_BZ_FLS_EVQ_ID, 0);
447 efx_writeo(efx, &temp, FR_BZ_DP_CTRL);
449 EFX_POPULATE_OWORD_1(temp, FRF_CZ_USREV_DIS, 1);
450 efx_writeo(efx, &temp, FR_CZ_USR_EV_CFG);