OpenCloudOS-Kernel/drivers/net/ethernet/chelsio/cxgb4vf
Hariprasad Shenai e0a8b34a9c cxgb4vf: Add and initialize some sge params for VF driver
Add sge_vf_eq_qpp and sge_vf_iq_qpp to (struct sge_params), initialize
sge_queues_per_page and sge_vf_qpp in t4vf_get_sge_params(), add new
t4vf_prep_adapter() which initializes basic adapter parameters.

Grab both SGE_EGRESS_QUEUES_PER_PAGE_VF and SGE_INGRESS_QUEUES_PER_PAGE_VF
for VF Drivers since we need both to calculate the User Doorbell area
offsets for Egress and Ingress Queues.

Based on original work by Casey Leedom <leedom@chelsio.com>

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-12-09 13:32:00 -05:00
..
Makefile
adapter.h cxgb4vf: Move fl_starv_thres into adapter->sge data structure 2014-11-10 14:15:03 -05:00
cxgb4vf_main.c cxgb4vf: Add and initialize some sge params for VF driver 2014-12-09 13:32:00 -05:00
sge.c cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues 2014-11-22 16:57:47 -05:00
t4vf_common.h cxgb4vf: Add and initialize some sge params for VF driver 2014-12-09 13:32:00 -05:00
t4vf_defs.h
t4vf_hw.c cxgb4vf: Add and initialize some sge params for VF driver 2014-12-09 13:32:00 -05:00