Home
last modified time | relevance | path

Searched refs:pfdev_info (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c32 return (!(pf_resp->pfdev_info.pf_cap | PFVF_CAP_ALLOW_MAC)); in lm_vf_check_mac_restriction()
117 response->pfdev_info.chip_num = pdev->hw_info.chip_id;//CHIP_NUM(pdev); in lm_pf_vf_fill_acquire_response()
118 response->pfdev_info.pf_cap = PFVF_CAP_DHC | PFVF_CAP_TPA; in lm_pf_vf_fill_acquire_response()
121 response->pfdev_info.pf_cap |= PFVF_DEBUG; in lm_pf_vf_fill_acquire_response()
123 response->pfdev_info.db_size = LM_VF_DQ_CID_SIZE; in lm_pf_vf_fill_acquire_response()
124 response->pfdev_info.indices_per_sb = HC_SB_MAX_INDICES_E2; in lm_pf_vf_fill_acquire_response()
1296 …v->vars.status_blocks_arr[sb_id].host_hc_status_block.vf_sb[p_sw_resp->pfdev_info.indices_per_sb +… in lm_vf_pf_get_sb_running_index()
1301 …v->vars.status_blocks_arr[sb_id].host_hc_status_block.vf_sb[p_hw_resp->pfdev_info.indices_per_sb +… in lm_vf_pf_get_sb_running_index()
1318 DbgBreakIf(!(p_sw_resp && (sb_id < p_sw_resp->pfdev_info.indices_per_sb))); in lm_vf_pf_get_sb_index()
1323 DbgBreakIf(!(p_hw_resp && (sb_id < p_hw_resp->pfdev_info.indices_per_sb))); in lm_vf_pf_get_sb_index()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dvfpf_if.h139 } pfdev_info; member
H A Dhw_channel.h222 } pfdev_info; member