Home
last modified time | relevance | path

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

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