Home
last modified time | relevance | path

Searched refs:oa_rx_buf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_adin2111.c191 ret = eth_adin2111_oa_spi_xfer(dev, ctx->oa_rx_buf, ctx->oa_tx_buf, len); in eth_adin2111_reg_read_oa()
196 *val = sys_be32_to_cpu(*(uint32_t *)&ctx->oa_rx_buf[8]); in eth_adin2111_reg_read_oa()
200 pval = sys_be32_to_cpu(*(uint32_t *)&ctx->oa_rx_buf[12]); in eth_adin2111_reg_read_oa()
234 ret = eth_adin2111_oa_spi_xfer(dev, ctx->oa_rx_buf, ctx->oa_tx_buf, len); in eth_adin2111_reg_write_oa()
240 pval = sys_be32_to_cpu(*(uint32_t *)&ctx->oa_rx_buf[12]); in eth_adin2111_reg_write_oa()
276 ret = eth_adin2111_oa_spi_xfer(dev, ctx->oa_rx_buf, ctx->oa_tx_buf, len); in eth_adin2111_oa_data_read()
284 ftr = sys_be32_to_cpu(*(uint32_t *)&ctx->oa_rx_buf[rx_pos + ctx->oa_cps]); in eth_adin2111_oa_data_read()
311 memcpy(&ctx->buf[ctx->scur], &ctx->oa_rx_buf[rx_pos], len); in eth_adin2111_oa_data_read()
412 ret = eth_adin2111_oa_spi_xfer(dev, ctx->oa_rx_buf, ctx->oa_tx_buf, cur); in eth_adin2111_send_oa_frame()
1569 .oa_rx_buf = COND_CODE_1(DT_INST_PROP(inst, spi_oa), \
Deth_adin2111_priv.h240 uint8_t *oa_rx_buf; member