Searched refs:txr_count (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 825 * @txr_count: total number of Tx rings to allocate 836 int txr_count, int txr_idx, in ixgbe_alloc_q_vector() argument 847 ring_count = txr_count + rxr_count + xdp_count; in ixgbe_alloc_q_vector() 895 if (txr_count && !rxr_count) { in ixgbe_alloc_q_vector() 912 while (txr_count) { in ixgbe_alloc_q_vector() 931 txr_count--; in ixgbe_alloc_q_vector()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_main.c | 1581 * @txr_count: total number of Tx rings to allocate 1590 unsigned int txr_count, unsigned int txr_idx, in fm10k_alloc_q_vector() argument 1597 ring_count = txr_count + rxr_count; in fm10k_alloc_q_vector() 1620 q_vector->tx.count = txr_count; in fm10k_alloc_q_vector() 1622 while (txr_count) { in fm10k_alloc_q_vector() 1638 txr_count--; in fm10k_alloc_q_vector()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 1925 * @txr_count: total number of Tx rings to allocate 1934 unsigned int txr_count, unsigned int txr_idx, in wx_alloc_q_vector() argument 1942 ring_count = txr_count + rxr_count; in wx_alloc_q_vector() 1975 if (txr_count && !rxr_count) in wx_alloc_q_vector() 1984 while (txr_count) { in wx_alloc_q_vector() 2004 txr_count--; in wx_alloc_q_vector()
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2716 * @txr_count: number of Tx rings for q vector 2726 int txr_count, int txr_idx, in ixgbevf_alloc_q_vector() argument 2735 ring_count = txr_count + xdp_count + rxr_count; in ixgbevf_alloc_q_vector() 2754 while (txr_count) { in ixgbevf_alloc_q_vector() 2774 txr_count--; in ixgbevf_alloc_q_vector()
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 4841 * @txr_count: total number of Tx rings to allocate 4850 unsigned int txr_count, unsigned int txr_idx, in igc_alloc_q_vector() argument 4858 if (txr_count > 1 || rxr_count > 1) in igc_alloc_q_vector() 4861 ring_count = txr_count + rxr_count; in igc_alloc_q_vector() 4901 if (txr_count) { in igc_alloc_q_vector()
|