Home
last modified time | relevance | path

Searched refs:_addr (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_setup.c41 #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 Dqede_fp.h91 #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 Dbcm_osal.h113 #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 Dremove.c76 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 Dgcore.c85 #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 Defx_tx.c702 #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 Dnet80211.h634 #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 Decore.tex1042 …\texttt{sq\_pbl\_addr} & The physical address of the array of pointers to the physical addresses o…
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
1171 \texttt{dst\_mac\_addr\_hi} & Remote MAC address – 2 MSB bytes \\ \hline
1172 \texttt{src\_mac\_addr\_lo} & Local MAC address – 2 LSB bytes \\ \hline
1173 \texttt{src\_mac\_addr\_mid} & Local MAC address – 2 middle bytes \\ \hline
1174 \texttt{src\_mac\_addr\_hi} & Local MAC address – 2 MSB bytes \\ \hline
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c327 #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)), \