Searched refs:sb_phy_address (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 211 lm_address_t sb_phy_address; in lm_vf_setup_alloc_resc() local 234 …_id].host_hc_status_block.e2_sb = mm_alloc_phys_mem(pdev, mem_size, &sb_phy_address, 0, mm_cli_idx… in lm_vf_setup_alloc_resc() 235 …ocks_arr[sb_id].hc_status_block_data.e2_sb_data.common.host_sb_addr.lo = sb_phy_address.as_u32.low; in lm_vf_setup_alloc_resc() 236 …cks_arr[sb_id].hc_status_block_data.e2_sb_data.common.host_sb_addr.hi = sb_phy_address.as_u32.high; in lm_vf_setup_alloc_resc()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_resc.c | 1723 lm_address_t sb_phy_address; in lm_common_setup_alloc_resc() local 1753 …id].host_hc_status_block.e1x_sb = mm_alloc_phys_mem(pdev, mem_size, &sb_phy_address, 0, mm_cli_idx… in lm_common_setup_alloc_resc() 1756 …cks_arr[sb_id].hc_status_block_data.e1x_sb_data.common.host_sb_addr.lo = sb_phy_address.as_u32.low; in lm_common_setup_alloc_resc() 1757 …ks_arr[sb_id].hc_status_block_data.e1x_sb_data.common.host_sb_addr.hi = sb_phy_address.as_u32.high; in lm_common_setup_alloc_resc() 1761 …ocks_arr[sb_id].hc_status_block_data.e2_sb_data.common.host_sb_addr.lo = sb_phy_address.as_u32.low; in lm_common_setup_alloc_resc() 1762 …cks_arr[sb_id].hc_status_block_data.e2_sb_data.common.host_sb_addr.hi = sb_phy_address.as_u32.high; in lm_common_setup_alloc_resc()
|
H A D | lm_sb.c | 1559 lm_address_t sb_phy_address; in lm_pf_init_vf_non_def_sb() local 1586 sb_phy_address.as_u64 = sb_addr; in lm_pf_init_vf_non_def_sb() 1587 …f_info,sb_idx)].hc_status_block_data.e2_sb_data.common.host_sb_addr.lo = sb_phy_address.as_u32.low; in lm_pf_init_vf_non_def_sb() 1588 …_info,sb_idx)].hc_status_block_data.e2_sb_data.common.host_sb_addr.hi = sb_phy_address.as_u32.high; in lm_pf_init_vf_non_def_sb()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 2550 lm_address_t sb_phy_address; in lm_vf_setup_alloc_resc() local 2596 …st_hc_status_block.vf_sb = p_sb = mm_alloc_phys_mem(pdev, mem_size, &sb_phy_address, 0, mm_cli_idx… in lm_vf_setup_alloc_resc() 2597 …us_blocks_arr[sb_id].hc_status_block_data.vf_sb_phy_address.as_u32.low = sb_phy_address.as_u32.low; in lm_vf_setup_alloc_resc() 2598 …_blocks_arr[sb_id].hc_status_block_data.vf_sb_phy_address.as_u32.high = sb_phy_address.as_u32.high; in lm_vf_setup_alloc_resc() 2600 …st_hc_status_block.e2_sb = p_sb = mm_alloc_phys_mem(pdev, mem_size, &sb_phy_address, 0, mm_cli_idx… in lm_vf_setup_alloc_resc() 2601 …ocks_arr[sb_id].hc_status_block_data.e2_sb_data.common.host_sb_addr.lo = sb_phy_address.as_u32.low; in lm_vf_setup_alloc_resc() 2602 …cks_arr[sb_id].hc_status_block_data.e2_sb_data.common.host_sb_addr.hi = sb_phy_address.as_u32.high; in lm_vf_setup_alloc_resc()
|