Searched refs:tqpv (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_main.c | 1737 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in fm10k_alloc_q_vectors() local 1740 tqpv, txr_idx, in fm10k_alloc_q_vectors() 1748 txr_remaining -= tqpv; in fm10k_alloc_q_vectors()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_lib.c | 2232 int rqpv, tqpv; in wx_alloc_q_vectors() local 2237 tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in wx_alloc_q_vectors() 2239 tqpv, txr_idx, in wx_alloc_q_vectors() 2247 txr_remaining -= tqpv; in wx_alloc_q_vectors()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 1789 int tqpv = DIV_ROUND_UP(num_tx, num_napi - txq_idx); in fbnic_alloc_napi_vectors() local 1793 tqpv, txq_idx, rqpv, rxq_idx); in fbnic_alloc_napi_vectors() 1798 num_tx -= tqpv; in fbnic_alloc_napi_vectors()
|