Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9614a16 authored by Intiyaz Basha's avatar Intiyaz Basha Committed by David S. Miller
Browse files

liquidio: Renamed txqs_start to start_txqs



For consistency renaming txqs_start to start_txqs

Signed-off-by: default avatarIntiyaz Basha <intiyaz.basha@cavium.com>
Acked-by: default avatarDerek Chickles <derek.chickles@cavium.com>
Signed-off-by: default avatarFelix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 736b7ea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2091,7 +2091,7 @@ static int liquidio_open(struct net_device *netdev)
			return -1;
	}

	txqs_start(netdev);
	start_txqs(netdev);

	/* tell Octeon to start forwarding packets to host */
	send_rx_ctrl_cmd(lio, 1);
+1 −1
Original line number Diff line number Diff line
@@ -1144,7 +1144,7 @@ static int liquidio_open(struct net_device *netdev)
	lio->intf_open = 1;

	netif_info(lio, ifup, lio->netdev, "Interface Open, ready for traffic\n");
	txqs_start(netdev);
	start_txqs(netdev);

	/* tell Octeon to start forwarding packets to host */
	send_rx_ctrl_cmd(lio, 1);
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@ static inline void wake_txqs(struct net_device *netdev)
 * \brief Start Tx queues
 * @param netdev network device
 */
static inline void txqs_start(struct net_device *netdev)
static inline void start_txqs(struct net_device *netdev)
{
	struct lio *lio = GET_LIO(netdev);
	int i;