Searched refs:_cid (Results 1 – 5 of 5) 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 178 BHND_CHIPID_ ## _cid) 193 #define BHND_MATCH_CHIP_IP(_cid, _pkg) \ argument 194 BHND_MATCH_CHIP_ID(_cid), BHND_MATCH_CHIP_PKG(_pkg) 198 #define BHND_MATCH_CHIP_IPR(_cid, _pkg, _rev) \ argument 199 BHND_MATCH_CHIP_ID(_cid), \ 205 #define BHND_MATCH_CHIP_IR(_cid, _rev) \ argument 206 BHND_MATCH_CHIP_ID(_cid), BHND_MATCH_CHIP_REV(_rev)
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_defs.h | 197 #define VMCI_CONTEXT_IS_VM(_cid) \ argument 198 (VMCI_INVALID_ID != _cid && _cid > VMCI_HOST_CONTEXT_ID)
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_reg.h | 3624 #define CDU_VALID_DATA(_cid, _region, _type) \ argument 3625 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) 3626 #define CDU_CRC8(_cid, _region, _type) \ argument 3627 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) 3628 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument 3629 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f)) 3631 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_local.h | 328 void SetDestCallId(struct alias_link *_lnk, u_int16_t _cid);
|
/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
|