Searched refs:is_pf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/dev/ixl/ |
| D | i40e_hmc.c | 310 u32 idx, bool is_pf) in i40e_remove_sd_bp_new() argument 314 if (!is_pf) in i40e_remove_sd_bp_new() 359 u32 idx, bool is_pf) in i40e_remove_pd_page_new() argument 363 if (!is_pf) in i40e_remove_pd_page_new()
|
| D | i40e_hmc.h | 239 u32 idx, bool is_pf); 244 u32 idx, bool is_pf);
|
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_int.c | 1649 !p_block->is_pf || in ecore_get_pf_igu_sb_id() 2040 igu_sb_id, p_block->function_id, p_block->is_pf, in ecore_int_igu_init_pure_rt_single() 2096 !p_block->is_pf || in ecore_int_igu_init_pure_rt() 2194 p_block->is_pf = 1; in ecore_int_igu_reset_cam() 2202 p_block->is_pf = 1; in ecore_int_igu_reset_cam() 2211 p_block->is_pf = 0; in ecore_int_igu_reset_cam() 2218 p_block->is_pf = 0; in ecore_int_igu_reset_cam() 2224 SET_FIELD(val, IGU_MAPPING_LINE_PF_VALID, p_block->is_pf); in ecore_int_igu_reset_cam() 2229 SET_FIELD(val, IGU_MAPPING_LINE_VALID, p_block->is_pf); in ecore_int_igu_reset_cam() 2244 p_block->is_pf, p_block->vector_number, in ecore_int_igu_reset_cam() [all …]
|
| D | ecore_int.h | 58 u8 is_pf; member
|
| D | ecore_dev.c | 2895 if (!p_block->is_pf) in ecore_init_cau_rt_data()
|
| /freebsd-12-stable/sys/dev/liquidio/base/ |
| D | lio_device.h | 573 int func, int is_pf);
|
| D | lio_device.c | 360 int is_pf) in lio_register_device() argument
|
| /freebsd-12-stable/sys/dev/bxe/ |
| D | bxe.c | 16631 uint8_t is_pf) in bxe_igu_clear_sb_gen() argument 16638 uint32_t func_encode = func | (is_pf ? 1 : 0) << IGU_FID_ENCODE_IS_PF_SHIFT; in bxe_igu_clear_sb_gen()
|