Searched refs:wis (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 187 u32 wis, unmap_wis, hw_cons, cons, q_depth; in bnad_txcmpl_process() local 200 wis = BNA_Q_INDEX_CHANGE(cons, hw_cons, q_depth); in bnad_txcmpl_process() 201 BUG_ON(!(wis <= BNA_QE_IN_USE_CNT(tcb, tcb->q_depth))); in bnad_txcmpl_process() 203 while (wis) { in bnad_txcmpl_process() 212 wis -= unmap_wis; in bnad_txcmpl_process() 2938 u32 wis, vectors, len; in bnad_start_xmit() local 2980 wis = BNA_TXQ_WI_NEEDED(vectors); /* 4 vectors per work item */ in bnad_start_xmit() 2989 if (unlikely(wis > BNA_QE_FREE_CNT(tcb, q_depth))) { in bnad_start_xmit() 3009 if (likely(wis > BNA_QE_FREE_CNT(tcb, q_depth))) { in bnad_start_xmit()
|