Searched defs:tx_buf_idx (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/spi/
H A Dmcp251x.c392 int len, int tx_buf_idx)
400 mcp251x_write_reg(spi, TXBCTRL(tx_buf_idx) + i,
409 int tx_buf_idx)
423 buf[TXBCTRL_OFF] = INSTRUCTION_LOAD_TXB(tx_buf_idx);
432 mcp251x_hw_tx_frame(spi, buf, frame->can_dlc, tx_buf_idx);
435 priv->spi_tx_buf[0] = INSTRUCTION_RTS(1 << tx_buf_idx);
391 mcp251x_hw_tx_frame(struct spi_device *spi, u8 *buf, int len, int tx_buf_idx) argument
408 mcp251x_hw_tx(struct spi_device *spi, struct can_frame *frame, int tx_buf_idx) argument

Completed in 47 milliseconds