Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ !
Dbnx2x_main.c1051 u32 occup, to_free, freed, freed_start; in bnx2x_pbf_pN_cmd_flushed() local
1054 occup = to_free = REG_RD(bp, regs->lines_occup); in bnx2x_pbf_pN_cmd_flushed()
1057 DP(BNX2X_MSG_SP, "OCCUPANCY[%d] : s:%x\n", regs->pN, occup); in bnx2x_pbf_pN_cmd_flushed()
1060 while (occup && ((u32)SUB_S32(freed, freed_start) < to_free)) { in bnx2x_pbf_pN_cmd_flushed()
1063 occup = REG_RD(bp, regs->lines_occup); in bnx2x_pbf_pN_cmd_flushed()
1069 regs->pN, occup); in bnx2x_pbf_pN_cmd_flushed()