Home
last modified time | relevance | path

Searched refs:_cid (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h123 #define GET_CID_ADDR(_cid) ((_cid) << CTX_SHIFT) argument
1299 _cid, _offset, _val); \
1306 _cid, _offset, _val); \
1313 _cid, _offset, _val); \
1320 _cid, _offset, _val); \
1368 #define MBQ_WR32(_pdev, _cid, _offset, _val) \ argument
1378 #define MBQ_WR16(_pdev, _cid, _offset, _val) \ argument
1388 #define MBQ_WR8(_pdev, _cid, _offset, _val) \ argument
1389 LOG_MBQ_WR8(_pdev, _cid, _offset, _val); \
1539 #define MBQ_WR8(_pdev, _cid, _offset, _val) \ argument
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dcdu_def.h12 #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)) & 0x… argument
15 #define CDU_RSRVD_VALUE_TYPE_B(_crc, _type) (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, …
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.h32 #define LM_SW_CID_TO_SW_QID(_pdev, _cid) (_cid) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c66 #define ecore_sp_post(_pdev, _cmd , _cid, _data, _con_type) \ argument
67 lm_sq_post(_pdev, _cid, (u8)(_cmd), CMD_PRIORITY_NORMAL, _con_type, \
70 #define ECORE_SET_CTX_VALIDATION(_pdev, _cxt, _cid) \ argument
71 lm_set_cdu_validation_data(_pdev, _cid, FALSE) /* context? type? */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2941 #define LM_TCP_SET_CQE(_param, _cid, _cmd) \ in lm_tcp_comp_cb() argument
2942 (_param) = (((_cid) << TOE_RX_CQE_CID_SHIFT) & TOE_RX_CQE_CID) | \ in lm_tcp_comp_cb()