Searched refs:flds (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/baikal-t1/ |
A D | ccu-pll.c | 443 struct ccu_pll_dbgfs_fld *flds; in ccu_pll_debug_init() local 459 flds = kcalloc(CCU_PLL_DBGFS_FLD_NUM, sizeof(*flds), GFP_KERNEL); in ccu_pll_debug_init() 460 if (!flds) in ccu_pll_debug_init() 464 flds[idx] = ccu_pll_flds[idx]; in ccu_pll_debug_init() 465 flds[idx].pll = pll; in ccu_pll_debug_init() 467 debugfs_create_file_unsafe(flds[idx].name, ccu_pll_dbgfs_mode, in ccu_pll_debug_init() 468 dentry, &flds[idx], in ccu_pll_debug_init()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_flow.c | 908 struct ice_flow_fld_info *flds; in ice_flow_xtract_fld() local 914 flds = params->prof->segs[seg].fields; in ice_flow_xtract_fld() 1046 flds[fld].xtrct.prot_id = prot_id; in ice_flow_xtract_fld() 1047 flds[fld].xtrct.off = (ice_flds_info[fld].off / ese_bits) * in ice_flow_xtract_fld() 1049 flds[fld].xtrct.disp = (u8)(ice_flds_info[fld].off % ese_bits); in ice_flow_xtract_fld() 1050 flds[fld].xtrct.idx = params->es_cnt; in ice_flow_xtract_fld() 1051 flds[fld].xtrct.mask = ice_flds_info[fld].mask; in ice_flow_xtract_fld() 1060 off = flds[fld].xtrct.off; in ice_flow_xtract_fld() 1061 mask = flds[fld].xtrct.mask; in ice_flow_xtract_fld() 1068 flds[sib].xtrct.prot_id == ICE_PROT_ID_INVAL || in ice_flow_xtract_fld() [all …]
|
/linux/arch/sh/math-emu/ |
A D | math.c | 351 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds() function 392 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
|
Completed in 24 milliseconds