Searched refs:spe (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5sp.c33 struct protocol_common_spe spe = {0}; local
39 spe.data.phy_address.hi = iscsi->sp_req_data.phys_addr.as_u32.high;
40 spe.data.phy_address.lo = iscsi->sp_req_data.phys_addr.as_u32.low;
41 *data = *((u64_t*)(&(spe.data.phy_address)));
228 struct protocol_common_spe spe = {0}; local
235 spe.data.phy_address.hi = iscsi->sp_req_data.phys_addr.as_u32.high;
236 spe.data.phy_address.lo = iscsi->sp_req_data.phys_addr.as_u32.low;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h143 #define SBD_GET_PERR(spe, ep) \
145 (ep)->e_code = (spe)->e_code; \
146 if (*((spe)->e_rsc) != '\0') \
147 bcopy((caddr_t)((spe)->e_rsc), \
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c28 /** Description Callback function for spe being completed
3376 struct toe_spe spe = {{0}}; local
3409 spe.toe_data.rx_completion.hash_value = (u16_t)(tcp->tcp_const.hash_value);
3410 *data = *((u64_t*)(&(spe.toe_data.rx_completion)));
3423 struct toe_spe spe = {{0}}; local
3434 spe.toe_data.phys_addr.hi = tcp->sp_req_data.phys_addr.as_u32.high;
3435 spe.toe_data.phys_addr.lo = tcp->sp_req_data.phys_addr.as_u32.low;
3436 *data = *((u64_t*)(&(spe.toe_data.phys_addr)));
3770 struct toe_spe spe = {{0}}; local
3776 spe
3828 struct toe_spe spe = {{0}}; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1192 sbd_error_t *spe; local
1199 spe = hdp->h_err;
1202 SBD_GET_PERR(spe, ep);
3426 sbd_error_t *spe; local
3470 spe = hdp->h_err;
3486 f, unit, spe->e_code);

Completed in 65 milliseconds