Searched refs:sb_data (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aestab.h | 106 d_1(uint8_t, t_dec(s, box), sb_data, h0); 113 d_1(uint32_t, t_dec(f, n), sb_data, u0); 116 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3); 120 d_1(uint32_t, t_dec(f, l), sb_data, w0); 123 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3); 144 d_1(uint32_t, t_dec(l, s), sb_data, w0); 152 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3);
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_utils.c | 1526 ibcm_swizzle_from_srv(ibt_srv_data_t *sb_data, uint8_t *service_bytes) argument 1535 *p8++ = sb_data->s_data8[i]; 1539 *p16++ = h2b16(sb_data->s_data16[i]); 1543 *p32++ = h2b32(sb_data->s_data32[i]); 1547 *p64++ = h2b64(sb_data->s_data64[i]); 1551 ibcm_swizzle_to_srv(uint8_t *service_bytes, ibt_srv_data_t *sb_data) argument 1560 sb_data->s_data8[i] = *p8++; 1564 sb_data->s_data16[i] = h2b16(*p16++); 1568 sb_data->s_data32[i] = h2b32(*p32++); 1572 sb_data [all...] |
H A D | ibcm_ti.c | 2668 * sb_data Service Data structure (64-byte) 2817 ibcm_swizzle_from_srv(&srv_bind->sb_data, sbindp->sbind_data);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_sb.c | 530 pdev->vars.gen_sp_status_block.hc_sp_status_blk->sp_sb.running_index, pdev->vars.gen_sp_status_block.sb_data.igu_sb_id); 639 pdev->vars.gen_sp_status_block.sb_data.host_sb_addr.lo = sb_phy_addr.as_u32.low; 640 pdev->vars.gen_sp_status_block.sb_data.host_sb_addr.hi = sb_phy_addr.as_u32.high; 641 pdev->vars.gen_sp_status_block.sb_data.igu_sb_id = igu_sp_sb_index; 642 pdev->vars.gen_sp_status_block.sb_data.igu_seg_id = igu_seg_id; 643 pdev->vars.gen_sp_status_block.sb_data.p_func.pf_id = func; 644 pdev->vars.gen_sp_status_block.sb_data.p_func.vnic_id = VNIC_ID(pdev); 645 pdev->vars.gen_sp_status_block.sb_data.p_func.vf_id = 0xff; 646 pdev->vars.gen_sp_status_block.sb_data.p_func.vf_valid = FALSE; 647 pdev->vars.gen_sp_status_block.sb_data [all...] |
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 2041 void ibcm_swizzle_from_srv(ibt_srv_data_t *sb_data, uint8_t *service_bytes); 2042 void ibcm_swizzle_to_srv(uint8_t *service_bytes, ibt_srv_data_t *sb_data);
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 646 ibt_srv_data_t sb_data; /* Service Data */ member in struct:ibt_srv_bind_s
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 1866 struct hc_sp_status_block_data sb_data; member in struct:_gen_sp_status_block_t
|
Completed in 186 milliseconds