Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_iba6110.c398 ipath_err_t crcbits = hwerrs & in hwerr_crcbits() local
402 crcbits &= ~infinipath_hwe_htclnkabyte1crcerr; in hwerr_crcbits()
405 crcbits &= ~infinipath_hwe_htclnkbbyte1crcerr; in hwerr_crcbits()
410 if (crcbits) { in hwerr_crcbits()
414 !(crcbits & _IPATH_HTLINK1_CRCBITS) ? in hwerr_crcbits()
415 "0 (A)" : (!(crcbits & _IPATH_HTLINK0_CRCBITS) in hwerr_crcbits()
417 !(crcbits & _IPATH_HTLANE1_CRCBITS) ? "0" in hwerr_crcbits()
418 : (!(crcbits & _IPATH_HTLANE0_CRCBITS) ? "1" : in hwerr_crcbits()
419 "0+1"), (unsigned long long) crcbits); in hwerr_crcbits()
453 dd->ipath_hwerrmask &= ~crcbits; in hwerr_crcbits()