Searched refs:is_pf (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | i40e_hmc.c | 309 u32 idx, bool is_pf) in i40e_remove_sd_bp_new() argument 313 if (!is_pf) in i40e_remove_sd_bp_new() 358 u32 idx, bool is_pf) in i40e_remove_pd_page_new() argument 362 if (!is_pf) in i40e_remove_pd_page_new()
|
H A D | i40e_hmc.h | 238 u32 idx, bool is_pf); 243 u32 idx, bool is_pf);
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_int.c | 1646 !p_block->is_pf || in ecore_get_pf_igu_sb_id() 2036 igu_sb_id, p_block->function_id, p_block->is_pf, in ecore_int_igu_init_pure_rt_single() 2092 !p_block->is_pf || in ecore_int_igu_init_pure_rt() 2190 p_block->is_pf = 1; in ecore_int_igu_reset_cam() 2198 p_block->is_pf = 1; in ecore_int_igu_reset_cam() 2207 p_block->is_pf = 0; in ecore_int_igu_reset_cam() 2214 p_block->is_pf = 0; in ecore_int_igu_reset_cam() 2220 SET_FIELD(val, IGU_MAPPING_LINE_PF_VALID, p_block->is_pf); in ecore_int_igu_reset_cam() 2225 SET_FIELD(val, IGU_MAPPING_LINE_VALID, p_block->is_pf); in ecore_int_igu_reset_cam() 2240 p_block->is_pf, p_block->vector_number, in ecore_int_igu_reset_cam() [all …]
|
H A D | ecore_int.h | 56 u8 is_pf; member
|
H A D | ecore_dev.c | 2891 if (!p_block->is_pf) in ecore_init_cau_rt_data()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_device.h | 572 int func, int is_pf);
|
H A D | lio_device.c | 359 int is_pf) in lio_register_device() argument
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 16499 uint8_t is_pf) in bxe_igu_clear_sb_gen() argument 16506 uint32_t func_encode = func | (is_pf ? 1 : 0) << IGU_FID_ENCODE_IS_PF_SHIFT; in bxe_igu_clear_sb_gen()
|