Home
last modified time | relevance | path

Searched refs:occup (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dsysfs.c1151 u32 occup, offset; in wq_occupancy_show() local
1157 occup = ioread32(idxd->reg_base + offset) & WQCFG_OCCUP_MASK; in wq_occupancy_show()
1159 return sysfs_emit(buf, "%u\n", occup); in wq_occupancy_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1267 u32 occup, to_free, freed, freed_start; in bnx2x_pbf_pN_cmd_flushed() local
1270 occup = to_free = REG_RD(bp, regs->lines_occup); in bnx2x_pbf_pN_cmd_flushed()
1273 DP(BNX2X_MSG_SP, "OCCUPANCY[%d] : s:%x\n", regs->pN, occup); in bnx2x_pbf_pN_cmd_flushed()
1276 while (occup && ((u32)SUB_S32(freed, freed_start) < to_free)) { in bnx2x_pbf_pN_cmd_flushed()
1279 occup = REG_RD(bp, regs->lines_occup); in bnx2x_pbf_pN_cmd_flushed()
1285 regs->pN, occup); in bnx2x_pbf_pN_cmd_flushed()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1266 u32 occup, to_free, freed, freed_start; in bnx2x_pbf_pN_cmd_flushed() local
1269 occup = to_free = REG_RD(bp, regs->lines_occup); in bnx2x_pbf_pN_cmd_flushed()
1272 DP(BNX2X_MSG_SP, "OCCUPANCY[%d] : s:%x\n", regs->pN, occup); in bnx2x_pbf_pN_cmd_flushed()
1275 while (occup && ((u32)SUB_S32(freed, freed_start) < to_free)) { in bnx2x_pbf_pN_cmd_flushed()
1278 occup = REG_RD(bp, regs->lines_occup); in bnx2x_pbf_pN_cmd_flushed()
1284 regs->pN, occup); in bnx2x_pbf_pN_cmd_flushed()

Completed in 35 milliseconds