Searched defs:_cid (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_match.h | 177 #define BHND_MATCH_CHIP_ID(_cid) _BHND_SET_MATCH_FIELD(chip_id, \ argument 193 #define BHND_MATCH_CHIP_IP(_cid, _pkg) \ argument 198 #define BHND_MATCH_CHIP_IPR(_cid, _pkg, _rev) \ argument 205 #define BHND_MATCH_CHIP_IR(_cid, _rev) \ argument
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_defs.h | 197 #define VMCI_CONTEXT_IS_VM(_cid) \ argument
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_reg.h | 3624 #define CDU_VALID_DATA(_cid, _region, _type) \ argument 3626 #define CDU_CRC8(_cid, _region, _type) \ argument 3628 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument
|
/freebsd/sys/dev/bce/ |
H A D | if_bcereg.h | 6134 #define GET_CID_ADDR(_cid) ((_cid) << CTX_SHIFT) argument 6146 #define MB_GET_CID_ADDR(_cid) (0x10000 + ((_cid) << MB_KERNEL_CTX_SHIFT)) argument
|