Home
last modified time | relevance | path

Searched refs:ir_u (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c77 ir_para->ir_u = 0; in hclge_shaper_para_calc()
110 ir_para->ir_u = ir_u_calc; in hclge_shaper_para_calc()
425 static u32 hclge_tm_get_shapping_para(u8 ir_b, u8 ir_u, u8 ir_s, in hclge_tm_get_shapping_para() argument
431 hclge_tm_set_field(shapping_para, IR_U, ir_u); in hclge_tm_get_shapping_para()
606 shaper_para = hclge_tm_get_shapping_para(ir_para.ir_b, ir_para.ir_u, in hclge_tm_qs_shaper_cfg()
915 ir_para.ir_u, in hclge_tm_pg_shaper_cfg()
1066 ir_para.ir_u, in hclge_tm_pri_tc_base_shaper_cfg()
1855 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_qset_shaper()
1930 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pri_shaper()
2084 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pg_shaper()
[all …]
H A Dhclge_tm.h202 u8 ir_u; /* IR_U parameter of IR shaper */ member
220 u8 ir_u; member
H A Dhclge_debugfs.c1366 sprintf(result[(*index)++], "%3u", para->ir_u); in hclge_dbg_fill_shaper_content()
1469 shaper_para.ir_b, shaper_para.ir_u, shaper_para.ir_s, in hclge_dbg_dump_tm_port()
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c229 rec->inobt.ir_u.sp.ir_holemask = in xfs_inobt_init_rec_from_cur()
231 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()
232 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()
235 rec->inobt.ir_u.f.ir_freecount = in xfs_inobt_init_rec_from_cur()
H A Dxfs_ialloc.c63 rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask); in xfs_inobt_update()
64 rec.inobt.ir_u.sp.ir_count = irec->ir_count; in xfs_inobt_update()
65 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount; in xfs_inobt_update()
68 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount); in xfs_inobt_update()
83 irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask); in xfs_inobt_btrec_to_irec()
84 irec->ir_count = rec->inobt.ir_u.sp.ir_count; in xfs_inobt_btrec_to_irec()
85 irec->ir_freecount = rec->inobt.ir_u.sp.ir_freecount; in xfs_inobt_btrec_to_irec()
94 be32_to_cpu(rec->inobt.ir_u.f.ir_freecount); in xfs_inobt_btrec_to_irec()
H A Dxfs_format.h1451 } ir_u; member