Home
last modified time | relevance | path

Searched refs:DESC_DONE_FLAG (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ntb/
H A Dntb_transport.c247 DESC_DONE_FLAG = BIT(0), enumerator
1458 if (!(entry->flags & DESC_DONE_FLAG)) in ntb_complete_rxc()
1511 entry->flags |= DESC_DONE_FLAG; in ntb_rx_copy_callback()
1635 if (!(hdr->flags & DESC_DONE_FLAG)) { in ntb_process_rxc()
1673 entry->flags |= DESC_DONE_FLAG; in ntb_process_rxc()
1768 iowrite32(entry->flags | DESC_DONE_FLAG, &hdr->flags); in ntb_tx_copy_callback()
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c247 DESC_DONE_FLAG = BIT(0), enumerator
1456 if (!(entry->flags & DESC_DONE_FLAG)) in ntb_complete_rxc()
1509 entry->flags |= DESC_DONE_FLAG; in ntb_rx_copy_callback()
1633 if (!(hdr->flags & DESC_DONE_FLAG)) { in ntb_process_rxc()
1671 entry->flags |= DESC_DONE_FLAG; in ntb_process_rxc()
1766 iowrite32(entry->flags | DESC_DONE_FLAG, &hdr->flags); in ntb_tx_copy_callback()

Completed in 7 milliseconds