Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c1082 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in ixgbe_alloc_q_vectors() local
1086 tqpv, txr_idx, in ixgbe_alloc_q_vectors()
1095 txr_remaining -= tqpv; in ixgbe_alloc_q_vectors()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1738 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in fm10k_alloc_q_vectors() local
1741 tqpv, txr_idx, in fm10k_alloc_q_vectors()
1749 txr_remaining -= tqpv; in fm10k_alloc_q_vectors()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1841 int rqpv, tqpv; in wx_alloc_q_vectors() local
1846 tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in wx_alloc_q_vectors()
1848 tqpv, txr_idx, in wx_alloc_q_vectors()
1856 txr_remaining -= tqpv; in wx_alloc_q_vectors()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2906 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors); in ixgbevf_alloc_q_vectors() local
2910 tqpv, txr_idx, in ixgbevf_alloc_q_vectors()
2920 txr_remaining -= tqpv; in ixgbevf_alloc_q_vectors()
2921 txr_idx += tqpv; in ixgbevf_alloc_q_vectors()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c4734 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igc_alloc_q_vectors() local
4737 tqpv, txr_idx, rqpv, rxr_idx); in igc_alloc_q_vectors()
4744 txr_remaining -= tqpv; in igc_alloc_q_vectors()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c1351 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igb_alloc_q_vectors() local
1354 tqpv, txr_idx, rqpv, rxr_idx); in igb_alloc_q_vectors()
1361 txr_remaining -= tqpv; in igb_alloc_q_vectors()