Lines Matching refs:temp
494 ef4_oword_t temp;
498 memcpy(&temp, efx->rx_hash_key, sizeof(temp));
499 ef4_writeo(efx, &temp, FR_BZ_RX_RSS_TKEY);
2478 ef4_oword_t temp;
2482 ef4_reado(efx, &temp, FR_AB_NIC_STAT);
2483 EF4_SET_OWORD_FIELD(temp, FRF_AB_ONCHIP_SRAM, 1);
2484 ef4_writeo(efx, &temp, FR_AB_NIC_STAT);
2494 ef4_reado(efx, &temp, FR_AZ_CSR_SPARE);
2495 EF4_SET_OWORD_FIELD(temp, FRF_AB_MEM_PERR_EN_TX_DATA, 0);
2496 ef4_writeo(efx, &temp, FR_AZ_CSR_SPARE);
2500 ef4_reado(efx, &temp, FR_BZ_RX_FILTER_CTL);
2501 EF4_SET_OWORD_FIELD(temp, FRF_BZ_UDP_FULL_SRCH_LIMIT, 8);
2502 EF4_SET_OWORD_FIELD(temp, FRF_BZ_UDP_WILD_SRCH_LIMIT, 8);
2503 EF4_SET_OWORD_FIELD(temp, FRF_BZ_TCP_FULL_SRCH_LIMIT, 8);
2504 EF4_SET_OWORD_FIELD(temp, FRF_BZ_TCP_WILD_SRCH_LIMIT, 8);
2505 ef4_writeo(efx, &temp, FR_BZ_RX_FILTER_CTL);
2512 ef4_reado(efx, &temp, FR_AA_RX_SELF_RST);
2513 EF4_SET_OWORD_FIELD(temp, FRF_AA_RX_NODESC_WAIT_DIS, 1);
2514 EF4_SET_OWORD_FIELD(temp, FRF_AA_RX_SELF_RST_EN, 1);
2516 EF4_SET_OWORD_FIELD(temp, FRF_AA_RX_ISCSI_DIS, 1);
2517 ef4_writeo(efx, &temp, FR_AA_RX_SELF_RST);
2522 ef4_reado(efx, &temp, FR_AZ_TX_CFG);
2523 EF4_SET_OWORD_FIELD(temp, FRF_AZ_TX_NO_EOP_DISC_EN, 0);
2524 ef4_writeo(efx, &temp, FR_AZ_TX_CFG);
2532 EF4_POPULATE_OWORD_1(temp, FRF_BZ_FLS_EVQ_ID, 0);
2533 ef4_writeo(efx, &temp, FR_BZ_DP_CTRL);