Michael Chan
7809592d3e
bnxt_en: Enable MSIX early in bnxt_init_one().
...
To better support the new RDMA driver, we need to move pci_enable_msix()
from bnxt_open() to bnxt_init_one(). This way, MSIX vectors are available
to the RDMA driver whether the network device is up or down.
Part of the existing bnxt_setup_int_mode() function is now refactored into
a new bnxt_init_int_mode(). bnxt_init_int_mode() is called during
bnxt_init_one() to enable MSIX. The remaining logic in
bnxt_setup_int_mode() to map the IRQs to the completion rings is called
during bnxt_open().
v2: Fixed compile warning when CONFIG_BNXT_SRIOV is not set.
Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com >
Signed-off-by: Michael Chan <michael.chan@broadcom.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2016-12-07 10:59:25 -05:00
..
2016-11-26 23:42:21 -05:00
2016-10-24 19:37:48 +02:00
2016-11-21 11:06:57 -05:00
2016-12-06 21:33:19 -05:00
2016-10-06 17:03:41 +02:00
2016-11-15 22:34:25 -05:00
2016-11-29 17:35:14 +02:00
2016-11-30 16:32:52 -08:00
2016-11-27 07:41:05 +01:00
2016-10-17 13:46:09 -07:00
2016-11-22 13:27:16 -05:00
2016-11-30 15:15:49 -08:00
2016-10-20 21:58:58 +02:00
2016-10-29 01:29:17 +02:00
2016-10-15 09:26:12 -07:00
2016-12-06 21:33:19 -05:00
2016-11-16 09:00:38 -08:00
2016-10-11 00:01:20 +02:00
2016-11-17 16:09:23 +05:30
2016-10-11 18:12:22 -07:00
2016-10-04 12:06:26 -07:00
2016-10-26 16:04:29 +09:00
2016-11-15 10:54:36 -05:00
2016-10-19 14:49:44 +02:00
2016-11-16 20:46:32 +01:00
2016-12-04 06:31:26 +10:00
2016-11-23 17:54:58 +01:00
2016-10-20 14:51:10 -04:00
2016-11-01 09:07:13 -06:00
2016-10-24 06:05:13 -07:00
2016-11-29 20:04:21 +01:00
2016-10-07 18:46:30 -07:00
2016-11-13 10:08:32 +01:00
2016-11-22 13:27:16 -05:00
2016-12-01 10:29:41 -08:00
2016-11-27 08:24:46 -08:00
2016-10-27 18:43:43 -07:00
2016-10-21 21:40:29 +02:00
2016-12-06 21:33:19 -05:00
2016-10-07 14:42:05 -07:00
2016-11-14 22:07:38 +01:00
2016-11-05 11:34:07 -07:00
2016-11-26 23:42:21 -05:00
2016-10-07 21:23:40 -07:00
2016-10-17 15:43:05 +02:00
2016-10-20 14:51:10 -04:00
2016-11-25 11:10:55 +00:00
2016-11-15 10:54:36 -05:00
2016-11-21 11:08:28 +01:00
2016-11-05 10:52:29 -07:00
2016-12-07 10:59:25 -05:00
2016-10-31 10:25:22 -06:00
2016-11-13 16:48:30 -05:00
2016-10-27 16:16:21 -07:00
2016-11-16 12:39:57 -07:00
2016-10-07 21:23:40 -07:00
2016-11-29 23:17:02 -05:00
2016-10-10 20:16:43 -07:00
2016-12-01 16:44:42 -08:00
2016-11-11 08:45:08 -08:00
2016-10-17 15:50:07 +01:00
2016-11-17 16:25:40 +01:00
2016-11-07 10:31:33 +01:00
2016-11-11 17:02:01 -08:00
2016-10-06 18:21:15 -07:00
2016-10-11 15:06:32 -07:00
2016-11-09 21:19:53 -05:00
2016-11-29 16:43:24 +01:00
2016-10-19 08:11:43 -07:00
2016-10-28 18:22:40 +01:00
2016-10-06 17:03:49 -07:00
2016-10-22 18:31:42 +09:00
2016-11-04 23:11:39 +01:00
2016-10-30 12:42:58 -04:00
2016-12-03 12:29:53 -05:00
2016-10-14 11:07:42 -07:00
2016-10-29 12:51:55 -06:00
2016-11-17 08:49:04 +02:00
2016-12-03 15:49:16 -05:00
2016-11-18 14:04:29 -05:00
2016-11-26 23:42:21 -05:00
2016-10-30 12:42:58 -04:00
2016-11-26 23:42:21 -05:00
2016-11-01 09:04:04 -06:00
2016-10-26 13:49:29 -06:00
2016-11-03 12:20:14 +02:00
2016-10-19 08:11:43 -07:00
2016-10-31 00:40:08 +02:00
2016-10-28 08:25:18 -04:00
2016-11-25 22:24:07 +01:00
2016-10-24 19:52:24 -07:00
2016-10-23 15:56:23 -07:00