Lines Matching full:transfers
275 * Multiple transfers within a message may be combined into one transfer in bcm63xx_prepare_prepend_transfer()
280 * 3. No delay and cs_change between transfers in bcm63xx_prepare_prepend_transfer()
283 list_for_each_entry(t, &msg->transfers, transfer_list) { in bcm63xx_prepare_prepend_transfer()
296 "exceed max buf len, abort prepending transfers!\n"); in bcm63xx_prepare_prepend_transfer()
301 !list_is_last(&t->transfer_list, &msg->transfers)) { in bcm63xx_prepare_prepend_transfer()
312 if (!list_is_last(&t->transfer_list, &msg->transfers)) { in bcm63xx_prepare_prepend_transfer()
319 if (list_is_last(&t->transfer_list, &msg->transfers)) { in bcm63xx_prepare_prepend_transfer()
333 * the previous transfers are sent through prepend bytes and in bcm63xx_prepare_prepend_transfer()
338 "exceed max prepend len, abort prepending transfers!\n"); in bcm63xx_prepare_prepend_transfer()
595 * during the actual transfers. in bcm63xx_hsspi_do_dummy_cs_txrx()
606 list_for_each_entry(t, &msg->transfers, transfer_list) { in bcm63xx_hsspi_do_dummy_cs_txrx()
632 if (list_is_last(&t->transfer_list, &msg->transfers)) { in bcm63xx_hsspi_do_dummy_cs_txrx()
643 } else if (!list_is_last(&t->transfer_list, &msg->transfers) && in bcm63xx_hsspi_do_dummy_cs_txrx()