Kalesh AP
623ac30bfa
net/bnxt: make locally used functions static
...
bnxt_rss_ctxts() function is declared in header file bnxt.h,
implemented in bnxt_ethdev.c, and called only in bnxt_ethdev.c.
Also many functions are declared in header file bnxt_hwrm.h,
implemented in bnxt_hwrm.c, and called only in bnxt_hwrm.c.
This patch moves these function declarations into bnxt_ethdev.c
and bnxt_hwrm.c, as static functions.
Signed-off-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2020-02-14 12:42:12 +01:00
..
2019-11-20 23:05:39 +01:00
2020-02-11 16:50:59 +01:00
2020-01-20 21:17:35 +01:00
2019-11-20 23:05:39 +01:00
2019-11-20 23:05:39 +01:00
2020-01-20 18:02:17 +01:00
2020-02-05 09:51:20 +01:00
2020-02-14 12:42:12 +01:00
2019-11-20 23:05:39 +01:00
2020-01-17 19:46:26 +01:00
2020-01-17 19:59:19 +01:00
2019-11-28 16:03:54 +01:00
2020-02-05 09:51:21 +01:00
2020-01-17 19:46:01 +01:00
2019-11-20 23:05:39 +01:00
2020-02-05 09:51:19 +01:00
2020-02-11 16:50:59 +01:00
2020-02-06 09:09:37 +01:00
2020-02-11 16:50:59 +01:00
2020-01-17 19:59:19 +01:00
2020-02-06 09:09:37 +01:00
2020-01-17 19:59:18 +01:00
2020-02-05 09:51:21 +01:00
2020-02-06 09:09:37 +01:00
2020-01-17 19:46:01 +01:00
2020-01-17 19:59:18 +01:00
2019-11-26 18:22:27 +01:00
2019-11-20 23:05:39 +01:00
2020-02-05 09:51:21 +01:00
2020-02-11 16:50:59 +01:00
2020-02-11 16:50:59 +01:00
2019-11-20 23:05:39 +01:00
2019-11-20 23:05:39 +01:00
2020-01-17 19:46:26 +01:00
2019-11-20 23:05:39 +01:00
2020-01-17 19:59:19 +01:00
2019-11-20 23:05:39 +01:00
2020-02-05 09:51:21 +01:00
2020-02-06 09:10:00 +01:00
2020-01-17 19:45:23 +01:00
2019-11-28 16:03:54 +01:00
2020-01-17 19:46:26 +01:00
2019-11-20 23:05:39 +01:00
2019-11-20 23:05:39 +01:00
2019-11-20 23:05:39 +01:00
2019-11-20 23:05:39 +01:00
2020-02-05 09:51:19 +01:00
2020-01-20 21:17:35 +01:00
2020-02-11 16:50:59 +01:00
2020-01-17 19:46:02 +01:00
2020-02-05 11:47:18 +01:00
2020-01-17 19:46:02 +01:00
2020-01-20 18:02:17 +01:00
2020-01-14 00:09:33 +01:00