Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddiag.c81 #define SNOOP_DROP_SEND (1 << 0) macro
1198 if (value & SNOOP_DROP_SEND) in hfi1_ioctl()
1199 snoop_flags |= SNOOP_DROP_SEND; in hfi1_ioctl()
1760 if (unlikely((snoop_flags & SNOOP_DROP_SEND) && in snoop_send_pio_handler()
1860 if (unlikely((snoop_flags & SNOOP_DROP_SEND) && snoop_mode)) { in snoop_inline_pio_send()