Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ntb/
Dntb_transport.c228 DESC_DONE_FLAG = BIT(0), enumerator
1246 if (!(entry->flags & DESC_DONE_FLAG)) in ntb_complete_rxc()
1298 entry->flags |= DESC_DONE_FLAG; in ntb_rx_copy_callback()
1422 if (!(hdr->flags & DESC_DONE_FLAG)) { in ntb_process_rxc()
1460 entry->flags |= DESC_DONE_FLAG; in ntb_process_rxc()
1554 iowrite32(entry->flags | DESC_DONE_FLAG, &hdr->flags); in ntb_tx_copy_callback()