Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i3c/master/mipi-i3c-hci/
Dpio.c398 u32 from_last; in hci_pio_push_to_next_rx() local
403 from_last = xfer->data_word_before_partial; in hci_pio_push_to_next_rx()
406 from_last = from[received]; in hci_pio_push_to_next_rx()
447 last_word = (count == 1) ? from_last : *from++; in hci_pio_push_to_next_rx()
/Linux-v6.1/net/rds/
Dib_recv.c82 struct list_head *from_last = from->prev; in list_splice_entire_tail() local
84 list_splice_tail(from_last, to); in list_splice_entire_tail()
85 list_add_tail(from_last, to); in list_splice_entire_tail()