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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h202 u8 ir_u; /* IR_U parameter of IR shaper */ member in struct:hclge_shaper_ir_para
220 u8 ir_u; member in struct:hclge_tm_shaper_para
H A Dhclge_tm.c67 * Calc the speed if ir_b = 126, ir_u = 0 and ir_s = 0
77 ir_para->ir_u = 0;
92 /* Increasing the numerator to select ir_u value */
110 ir_para->ir_u = ir_u_calc;
425 static u32 hclge_tm_get_shapping_para(u8 ir_b, u8 ir_u, u8 ir_s, argument
431 hclge_tm_set_field(shapping_para, IR_U, ir_u);
481 shapping_para = hclge_tm_get_shapping_para(ir_para.ir_b, ir_para.ir_u,
606 shaper_para = hclge_tm_get_shapping_para(ir_para.ir_b, ir_para.ir_u,
915 ir_para.ir_u,
1066 ir_para.ir_u,
[all...]
H A Dhclge_debugfs.c728 sprintf(result[(*index)++], "%3u", para->ir_u);
831 shaper_para.ir_b, shaper_para.ir_u, shaper_para.ir_s,
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c229 rec->inobt.ir_u.sp.ir_holemask =
231 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count;
232 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount;
235 rec->inobt.ir_u.f.ir_freecount =
H A Dxfs_ialloc.c63 rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask);
64 rec.inobt.ir_u.sp.ir_count = irec->ir_count;
65 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount;
68 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount);
83 irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask);
84 irec->ir_count = rec->inobt.ir_u.sp.ir_count;
85 irec->ir_freecount = rec->inobt.ir_u.sp.ir_freecount;
94 be32_to_cpu(rec->inobt.ir_u.f.ir_freecount);
H A Dxfs_format.h1441 } ir_u; member in struct:xfs_inobt_rec

Completed in 214 milliseconds