Searched refs:_cid (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_match.h169 #define BHND_CHIP_ID(_cid) _BHND_SET_MATCH_FIELD(chip_id, \
170 BHND_CHIPID_ ## _cid)
181 #define BHND_CHIP_IP(_cid, _pkg) \
182 BHND_CHIP_ID(_cid), BHND_CHIP_PKG(_pkg)
186 #define BHND_CHIP_IPR(_cid, _pkg, _rev) \
187 BHND_CHIP_ID(_cid), BHND_CHIP_PKG(_pkg), BHND_CHIP_REV(_rev)
191 #define BHND_CHIP_IR(_cid, _rev) \
192 BHND_CHIP_ID(_cid), BHND_CHIP_REV(_rev)
H A Dbhnd_subr.c63 #define BHND_CDESC(_mfg, _cid, _cls, _desc) \
64 { BHND_MFGID_ ## _mfg, BHND_COREID_ ## _cid, \
/freebsd-11-stable/sys/dev/siba/
H A Dsiba_ids.h42 #define SIBA_DEV(_vendor, _cid, _rev, _msg) \
43 { SIBA_VID_##_vendor, SIBA_DEVID_##_cid, _rev, _msg }
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_local.h356 void SetDestCallId(struct alias_link *_lnk, u_int16_t _cid);
/freebsd-11-stable/sys/dev/bxe/
H A Decore_reg.h3624 #define CDU_VALID_DATA(_cid, _region, _type) \
3625 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
3626 #define CDU_CRC8(_cid, _region, _type) \
3627 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff))
3628 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \
3629 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
3631 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
/freebsd-11-stable/sys/dev/bce/
H A Dif_bcereg.h6204 #define GET_CID_ADDR(_cid) ((_cid) << CTX_SHIFT)
6216 #define MB_GET_CID_ADDR(_cid) (0x10000 + ((_cid) << MB_KERNEL_CTX_SHIFT))

Completed in 248 milliseconds