/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | hw_setup.c | 41 #define IS_GVRP_ADDR(_addr) \ argument 42 …(((_addr)[0] == 0x01) && ((_addr)[1] == 0x80) && ((_addr)[2] == 0xC2) && ((_addr)[3] == 0x00) && (… 46 #define IS_LACP_ADDR(_addr) \ argument 47 …(((_addr)[0] == 0x01) && ((_addr)[1] == 0x80) && ((_addr)[2] == 0xC2) && ((_addr)[3] == 0x00) && (…
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_fp.h | 91 #define BD_SET_ADDR_LEN(_bd, _addr, _len) \ argument 93 (_bd)->addr.hi = HOST_TO_LE_32(U64_HI(_addr)); \ 94 (_bd)->addr.lo = HOST_TO_LE_32(U64_LO(_addr)); \
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | bcm_osal.h | 113 #define OSAL_FREE(_edev, _addr) \ argument 114 qede_osal_free(_edev, _addr) 119 #define OSAL_VFREE(_edev, _addr) \ argument 120 qede_osal_free(_edev, _addr) 165 #define DIRECT_REG_WR(_hwfn, _addr, _val) \ argument 166 qede_osal_direct_reg_write32(_hwfn, _addr, _val) 167 #define DIRECT_REG_RD(_hwfn, _addr) \ argument 168 qede_osal_direct_reg_read32(_hwfn, _addr)
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 76 Lc_addr_range_t *addr, *_addr; in purge_exit_handlers() local 110 for (_tobj = tobj, _addr = addr; *_tobj != NULL; _tobj++) { in purge_exit_handlers() 116 _addr->lb = (void *)(uintptr_t)(mpp->mr_addr + in purge_exit_handlers() 118 _addr->ub = (void *)(uintptr_t)(mpp->mr_addr + in purge_exit_handlers() 120 _addr++; in purge_exit_handlers() 123 _addr->lb = _addr->ub = 0; in purge_exit_handlers()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 85 #define GSOP_INCORE(_gs, _addr, _eaddr) \ argument 86 (_gs)->gs_ops->gsop_incore((_gs), (_addr), (_eaddr)) 87 #define GSOP_GETPROT(_gs, _addr) \ argument 88 (_gs)->gs_ops->gsop_getprot((_gs), (_addr)) 89 #define GSOP_GETOFFSET(_gs, _addr) \ argument 90 (_gs)->gs_ops->gsop_getoffset((_gs), (_addr)) 91 #define GSOP_GETTYPE(_gs, _addr) \ argument 92 (_gs)->gs_ops->gsop_gettype((_gs), (_addr))
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_tx.c | 702 #define EFX_TX_DESC(_etp, _addr, _size, _eop, _added) \ argument 712 unsigned int, id, efsys_dma_addr_t, (_addr), \ 719 (uint32_t)((_addr) & 0xffffffff), \ 721 (uint32_t)((_addr) >> 32)); \
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | net80211.h | 634 #define ieee80211_macaddr_sprintf(_addr) \ argument 635 ether_sprintf((struct ether_addr *)(_addr))
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 311 …\item \texttt{ecore\_hw.[ch], ecore\_gtt\_reg\_addr.h, ecore\_gtt\_values.h} -- contains the funct… 1011 …\texttt{glbl\_q\_params\_addr} & The physical address of the list of pointers to the arrays of poi… 1042 …\texttt{sq\_pbl\_addr} & The physical address of the array of pointers to the physical addresses o… 1079 …\item \myfunc{iscsi\_get\_db\_addr}{iscsi_get_db_addr} -- this function returns the address in the… 1136 …\texttt{glbl\_q\_params\_addr} & The physical address of the list of pointers to the arrays of poi… 1166 …\texttt{sq\_pbl\_addr} & The physical address of the array of pointers to the physical addresses o… 1167 \texttt{sq\_curr\_page\_addr} & The physical address of the first SQ page \\ \hline 1168 …\texttt{sq\_next\_page\_addr} & The physical address of the second SQ page (or the first in case o… 1169 \texttt{dst\_mac\_addr\_lo} & Remote MAC address – 2 LSB bytes \\ \hline 1170 \texttt{dst\_mac\_addr\_mid} & Remote MAC address – 2 middle bytes \\ \hline [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 327 #define CL22_WR_OVER_CL45(_cb, _phy, _bank, _addr, _val) \ argument 330 (_bank + (_addr & 0xf)), \ 333 #define CL22_RD_OVER_CL45(_cb, _phy, _bank, _addr, _val) \ argument 336 (_bank + (_addr & 0xf)), \
|