Searched refs:t_prepend (Results 1 – 1 of 1) sorted by relevance
267 struct spi_transfer *t_prepend) in bcm63xx_prepare_prepend_transfer() argument320 memcpy(t_prepend, t, sizeof(struct spi_transfer)); in bcm63xx_prepare_prepend_transfer()327 t_prepend->len = bs->prepend_cnt; in bcm63xx_prepare_prepend_transfer()328 t_prepend->tx_buf = bs->prepend_buf; in bcm63xx_prepare_prepend_transfer()663 struct spi_transfer t_prepend; in bcm63xx_hsspi_transfer_one() local668 prependable = bcm63xx_prepare_prepend_transfer(host, msg, &t_prepend); in bcm63xx_hsspi_transfer_one()671 status = bcm63xx_hsspi_do_prepend_txrx(spi, &t_prepend); in bcm63xx_hsspi_transfer_one()672 msg->actual_length = (t_prepend.len + bs->prepend_cnt); in bcm63xx_hsspi_transfer_one()