linux_dsm_epyc7002/drivers/net/ethernet/chelsio/cxgb4vf
Hariprasad Shenai b261272276 cxgb4/cxgb4vf: function and argument name cleanup
This patch changes variable name 'fn' to 'pf' of structure adapter.
A 'fn' usually stands for PCI function which could be a PF or a VF.
However, the use of this particular variable is explicitly limited to PF
only. So, be specific about it in the variable name.

Also corrects arguments passed for fn t4_ofld_eq_free, t4_ctrl_eq_free,
t4_eth_eq_free, t4_iq_free, t4_alloc_vi, t4_fw_hello, t4_wr_mbox and
t4_cfg_pfvf function.

Also renames cxgb4_t4_bar2_sge_qregs to t4_bar2_sge_qregs and renames
the latter function name in cxgb4vf driver to t4vf_bar2_sge_qregs to
avoid conflicts. Also fixes alignment for these function.

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-05-27 14:26:37 -04:00
..
adapter.h cxgb4vf: Fix ethtool get_settings for VF driver 2014-12-22 16:35:28 -05:00
cxgb4vf_main.c cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS 2015-05-12 23:11:40 -04:00
Makefile chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
sge.c cxgb4/cxgb4vf: function and argument name cleanup 2015-05-27 14:26:37 -04:00
t4vf_common.h cxgb4/cxgb4vf: function and argument name cleanup 2015-05-27 14:26:37 -04:00
t4vf_defs.h cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register defines 2015-01-05 16:34:47 -05:00
t4vf_hw.c cxgb4/cxgb4vf: function and argument name cleanup 2015-05-27 14:26:37 -04:00