Searched defs:_cid (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | cdu_def.h | 12 #define CDU_VALID_DATA(_cid, _region, _type) (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) argument 13 #define CDU_CRC8(_cid, _region, _type) (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) argument 14 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f)) argument
|
/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.h | 32 #define LM_SW_CID_TO_SW_QID(_pdev, _cid) (_cid) argument
|
/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 66 #define ecore_sp_post(_pdev, _cmd , _cid, _data, _con_type) \ argument 70 #define ECORE_SET_CTX_VALIDATION(_pdev, _cxt, _cid) \ argument
|
/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 2941 #define LM_TCP_SET_CQE(_param, _cid, _cmd) \ in lm_tcp_comp_cb() argument
|