Home
last modified time | relevance | path

Searched refs:ent_num (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c687 int ent_num, i, j; in xf86platformRemoveDevice() local
690 for (ent_num = 0; ent_num < xf86NumEntities; ent_num++) { in xf86platformRemoveDevice()
691 entity = xf86Entities[ent_num]; in xf86platformRemoveDevice()
696 if (ent_num == xf86NumEntities) in xf86platformRemoveDevice()
702 if (xf86GPUScreens[i]->entityList[j] == ent_num) { in xf86platformRemoveDevice()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c872 u32 ent_num = min_t(u32, in qed_cxt_src_t2_alloc() local
879 for (j = 0; j < ent_num - 1; j++) { in qed_cxt_src_t2_alloc()
890 conn_num -= ent_num; in qed_cxt_src_t2_alloc()