Home
last modified time | relevance | path

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

/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
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h1326 #define LOG_MBQ_WR32(_pdev, _cid, _offset, _val) argument
1328 #define LOG_MBQ_WR8(_pdev, _cid, _offset, _val) argument
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
1519 #define MBQ_WR32(_pdev, _cid, _offset, _val) \ argument
1529 #define MBQ_WR16(_pdev, _cid, _offset, _val) \ argument
1539 #define MBQ_WR8(_pdev, _cid, _offset, _val) \ argument
1630 #define MBQ_WR32(_pdev, _cid, _offset, _val) \ argument
1647 #define MBQ_WR16(_pdev, _cid, _offset, _val) \ argument
[all …]
/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
70 #define ECORE_SET_CTX_VALIDATION(_pdev, _cxt, _cid) \ argument
/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