Florian Westphal
4d0e965732
drivers: replace dev->trans_start accesses with dev_trans_start
...
a trans_start struct member exists twice:
- in struct net_device (legacy)
- in struct netdev_queue
Instead of open-coding dev->trans_start usage to obtain the current
trans_start value, use dev_trans_start() instead.
This is not exactly the same, as dev_trans_start also considers
the trans_start values of the netdev queues owned by the device
and provides the most recent one.
For legacy devices this doesn't matter as dev_trans_start can cope
with netdev trans_start values of 0 (they are ignored).
This is a prerequisite to eventual removal of dev->trans_start.
Cc: linux-rdma@vger.kernel.org
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-04 14:16:47 -04:00
..
2016-04-02 01:17:36 +02:00
2016-03-01 16:38:16 -08:00
2016-03-18 20:06:46 -07:00
2016-03-17 21:38:27 -07:00
2016-04-07 22:23:47 +02:00
2016-03-23 17:52:10 +02:00
2016-04-28 10:07:43 +02:00
2016-04-22 12:41:54 +02:00
2016-04-12 12:35:07 -07:00
2016-04-05 20:23:11 +08:00
2016-04-15 15:40:49 -07:00
2016-04-23 11:45:52 -07:00
2016-04-29 14:22:25 +02:00
2016-03-21 15:50:28 +01:00
2016-04-20 17:42:49 +08:00
2016-03-17 02:30:16 +01:00
2016-04-16 22:52:03 +05:30
2016-03-21 09:26:45 +01:00
2016-04-29 15:43:10 +02:00
2016-04-04 08:32:45 +09:00
2016-03-25 08:52:25 -07:00
2016-04-28 19:54:50 -07:00
2016-04-30 13:51:59 +02:00
2016-04-29 14:31:44 +10:00
2016-05-03 11:06:01 -07:00
2016-03-17 13:47:50 -07:00
2016-03-27 10:37:48 -07:00
2016-03-05 12:19:39 -08:00
2016-04-22 15:31:54 +02:00
2016-03-20 16:59:27 -04:00
2016-04-07 22:11:08 +02:00
2016-04-04 13:45:10 -07:00
2016-05-04 14:16:47 -04:00
2016-04-23 11:04:26 -07:00
2016-04-21 16:47:32 +02:00
2016-04-21 21:04:29 +02:00
2016-04-13 23:00:50 -04:00
2016-03-23 17:20:59 -07:00
2016-04-01 08:58:13 +02:00
2016-03-18 18:10:38 -07:00
2016-04-14 18:40:47 -07:00
2016-05-02 12:22:51 -07:00
2016-04-28 19:44:47 -07:00
2016-03-24 19:57:15 -07:00
2016-03-25 16:37:42 -07:00
2016-03-18 10:15:11 -07:00
2016-04-29 18:50:08 -07:00
2016-04-28 11:43:54 +02:00
2016-04-15 15:25:09 -07:00
2016-05-04 14:16:47 -04:00
2016-03-19 10:05:34 -07:00
2016-03-26 11:44:33 -04:00
2016-04-15 14:59:41 -06:00
2016-04-14 14:04:50 -06:00
2016-03-05 12:20:29 -08:00
2016-05-01 19:34:29 -04:00
2016-04-04 10:41:08 -07:00
2016-03-16 14:45:55 -07:00
2016-04-18 19:52:47 -07:00
2016-03-29 22:48:53 +02:00
2016-04-21 15:03:06 +01:00
2016-04-13 18:33:05 +05:30
2016-04-15 11:26:55 +02:00
2016-04-27 08:57:11 -07:00
2016-03-09 23:50:55 +01:00
2016-03-25 16:55:37 -07:00
2016-04-05 03:44:48 +02:00
2016-03-15 12:13:56 -07:00
2016-04-14 16:54:00 +02:00
2016-04-28 19:34:04 -07:00
2016-03-18 10:15:11 -07:00
2016-03-28 16:19:00 -07:00
2016-04-21 23:21:00 +02:00
2016-04-27 09:33:39 +02:00
2016-04-25 16:20:49 -04:00
2016-03-04 12:12:08 +01:00
2016-04-13 11:55:08 +02:00
2016-04-04 10:05:49 -07:00
2016-05-04 14:16:47 -04:00
2016-04-14 00:39:15 -04:00
2016-04-27 15:54:51 -07:00
2016-04-26 15:47:32 -07:00
2016-04-20 10:38:06 +03:00
2016-03-17 13:05:09 -07:00
2016-03-22 12:41:14 -07:00
2016-04-18 12:18:37 +03:00
2016-04-07 15:16:39 +03:00
2016-03-22 15:36:02 -07:00
2016-04-04 11:18:00 +01:00