Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A 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()
/openbmc/linux/net/rds/
H A Dib_recv.c83 struct list_head *from_last = from->prev; in list_splice_entire_tail() local
85 list_splice_tail(from_last, to); in list_splice_entire_tail()
86 list_add_tail(from_last, to); in list_splice_entire_tail()