Searched refs:_p_ptt (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_mcp.c | 64 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument 65 ecore_wr(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset), \ 68 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument 69 ecore_rd(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset)) 71 #define DRV_MB_WR(_p_hwfn, _p_ptt, _field, _val) \ argument 72 DRV_INNER_WR(p_hwfn, _p_ptt, drv_mb_addr, \ 75 #define DRV_MB_RD(_p_hwfn, _p_ptt, _field) \ argument 76 DRV_INNER_RD(_p_hwfn, _p_ptt, drv_mb_addr, \
|
H A D | ecore_dev.c | 2567 #define ECORE_WOL_WR(_p_hwfn, _p_ptt, _offset, _val) ECORE_IS_BB(_p_hwfn->p_dev) ? \ argument 2568 ecore_wr(_p_hwfn, _p_ptt, _offset, _val) : \ 2569 ecore_mcp_wol_wr(_p_hwfn, _p_ptt, _offset, _val);
|