txr_count        1601 drivers/net/ethernet/intel/fm10k/fm10k_main.c 				unsigned int txr_count, unsigned int txr_idx,
txr_count        1608 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	ring_count = txr_count + rxr_count;
txr_count        1632 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	q_vector->tx.count = txr_count;
txr_count        1634 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	while (txr_count) {
txr_count        1650 drivers/net/ethernet/intel/fm10k/fm10k_main.c 		txr_count--;
txr_count        1189 drivers/net/ethernet/intel/igb/igb_main.c 			      int txr_count, int txr_idx,
txr_count        1198 drivers/net/ethernet/intel/igb/igb_main.c 	if (txr_count > 1 || rxr_count > 1)
txr_count        1201 drivers/net/ethernet/intel/igb/igb_main.c 	ring_count = txr_count + rxr_count;
txr_count        1246 drivers/net/ethernet/intel/igb/igb_main.c 	if (txr_count) {
txr_count        3507 drivers/net/ethernet/intel/igc/igc_main.c 			      unsigned int txr_count, unsigned int txr_idx,
txr_count        3515 drivers/net/ethernet/intel/igc/igc_main.c 	if (txr_count > 1 || rxr_count > 1)
txr_count        3518 drivers/net/ethernet/intel/igc/igc_main.c 	ring_count = txr_count + rxr_count;
txr_count        3559 drivers/net/ethernet/intel/igc/igc_main.c 	if (txr_count) {
txr_count         831 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 				int txr_count, int txr_idx,
txr_count         842 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 	ring_count = txr_count + rxr_count + xdp_count;
txr_count         893 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 	if (txr_count && !rxr_count) {
txr_count         910 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 	while (txr_count) {
txr_count         929 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c 		txr_count--;
txr_count        2695 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 				  int txr_count, int txr_idx,
txr_count        2704 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	ring_count = txr_count + xdp_count + rxr_count;
txr_count        2723 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	while (txr_count) {
txr_count        2743 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 		txr_count--;