Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/pciconf/
Dcap.c376 #define MAX_PAYLOAD(field) (128 << (field)) macro
458 MAX_PAYLOAD((ctl & PCIEM_CTL_MAX_PAYLOAD) >> 5), in cap_express()
459 MAX_PAYLOAD(cap & PCIEM_CAP_MAX_PAYLOAD)); in cap_express()