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
..
2020-02-05 09:51:20 +01:00
2020-01-17 19:46:01 +01:00
2020-01-17 19:59:19 +01:00
2020-01-17 19:59:18 +01:00
2020-02-05 09:51:21 +01:00
2020-01-17 19:59:18 +01:00
2020-02-05 09:51:21 +01:00
2020-01-17 19:59:19 +01:00
2020-01-17 19:46:26 +01:00
2020-01-17 19:46:02 +01:00
2020-01-20 18:02:17 +01:00