Searched refs:_p_ptt (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_mcp.c | 42 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument 43 ecore_wr(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset), \ 46 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument 47 ecore_rd(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset)) 49 #define DRV_MB_WR(_p_hwfn, _p_ptt, _field, _val) \ argument 50 DRV_INNER_WR(p_hwfn, _p_ptt, drv_mb_addr, \ 53 #define DRV_MB_RD(_p_hwfn, _p_ptt, _field) \ argument 54 DRV_INNER_RD(_p_hwfn, _p_ptt, drv_mb_addr, \
|