Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_registers.h130 #define INFINIPATH_E_SPKTLEN 0x0000000100000000ULL macro
157 #define INFINIPATH_E_PKTERRS ( INFINIPATH_E_SPKTLEN \
Dipath_intr.c104 INFINIPATH_E_SMINPKTLEN | INFINIPATH_E_SPKTLEN | \
116 INFINIPATH_E_SPKTLEN)
126 INFINIPATH_E_SMINPKTLEN | INFINIPATH_E_SPKTLEN | \
755 if ((errs & (INFINIPATH_E_SPKTLEN | INFINIPATH_E_SPIOARMLAUNCH)) && in handle_errors()
762 errs &= ~(INFINIPATH_E_SPIOARMLAUNCH | INFINIPATH_E_SPKTLEN); in handle_errors()
Dipath_iba6110.c1220 INFINIPATH_E_SUNDERRUN | INFINIPATH_E_SPKTLEN | in ipath_init_ht_variables()
Dipath_driver.c942 if (err & INFINIPATH_E_SPKTLEN) in ipath_decode_err()