Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_intr.c587 int chkerrpkts = 0; in handle_hdrq_full() local
602 chkerrpkts |= 1 << i; in handle_hdrq_full()
628 return chkerrpkts; in handle_hdrq_full()
636 int chkerrpkts = 0, noprint = 0; in handle_errors() local
792 chkerrpkts = 1; in handle_errors()
799 chkerrpkts = 1; in handle_errors()
812 chkerrpkts |= handle_hdrq_full(dd); in handle_errors()
824 chkerrpkts |= 1; in handle_errors()
871 return chkerrpkts; in handle_errors()