Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2937 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors); in ixgbevf_alloc_q_vectors() local
2941 tqpv, txr_idx, in ixgbevf_alloc_q_vectors()
2951 txr_remaining -= tqpv; in ixgbevf_alloc_q_vectors()
2952 txr_idx += tqpv; in ixgbevf_alloc_q_vectors()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c4976 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igc_alloc_q_vectors() local
4979 tqpv, txr_idx, rqpv, rxr_idx); in igc_alloc_q_vectors()
4986 txr_remaining -= tqpv; in igc_alloc_q_vectors()