Searched refs:_cid (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_reg.h | 5986 #define CDU_VALID_DATA(_cid, _region, _type) \ argument 5987 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) 5988 #define CDU_CRC8(_cid, _region, _type) \ argument 5989 (ecore_calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) 5990 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument 5991 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f)) 5993 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_local.h | 357 void SetDestCallId(struct alias_link *_lnk, u_int16_t _cid);
|