Searched refs:wis (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 162 u32 wis, unmap_wis, hw_cons, cons, q_depth; in bnad_txcmpl_process() local 176 wis = BNA_Q_INDEX_CHANGE(cons, hw_cons, q_depth); in bnad_txcmpl_process() 177 BUG_ON(!(wis <= BNA_QE_IN_USE_CNT(tcb, tcb->q_depth))); in bnad_txcmpl_process() 179 while (wis) { in bnad_txcmpl_process() 188 wis -= unmap_wis; in bnad_txcmpl_process() 2918 u32 wis, vectors, len; in bnad_start_xmit() local 2960 wis = BNA_TXQ_WI_NEEDED(vectors); /* 4 vectors per work item */ in bnad_start_xmit() 2969 if (unlikely(wis > BNA_QE_FREE_CNT(tcb, q_depth))) { in bnad_start_xmit() 2989 if (likely(wis > BNA_QE_FREE_CNT(tcb, q_depth))) { in bnad_start_xmit()
|
/openbmc/linux/ |
H A D | CREDITS | 2382 N: Martin von Löwis
|