Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/
Doa_tc6.c117 void *spi_ctrl_tx_buf; member
169 xfer.tx_buf = tc6->spi_ctrl_tx_buf; in oa_tc6_spi_transfer()
213 __be32 *tx_buf = tc6->spi_ctrl_tx_buf + OA_TC6_CTRL_HEADER_SIZE; in oa_tc6_update_ctrl_write_data()
232 __be32 *tx_buf = tc6->spi_ctrl_tx_buf; in oa_tc6_prepare_ctrl_spi_buf()
242 u8 *tx_buf = tc6->spi_ctrl_tx_buf; in oa_tc6_check_ctrl_write_reply()
259 u32 *tx_buf = tc6->spi_ctrl_tx_buf; in oa_tc6_check_ctrl_read_reply()
1254 tc6->spi_ctrl_tx_buf = devm_kzalloc(&tc6->spi->dev, in oa_tc6_init()
1257 if (!tc6->spi_ctrl_tx_buf) in oa_tc6_init()