diff options
Diffstat (limited to 'drivers/net/cxgb4vf/adapter.h')
| -rw-r--r-- | drivers/net/cxgb4vf/adapter.h | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/cxgb4vf/adapter.h b/drivers/net/cxgb4vf/adapter.h index 4766b4116b4..4fd821aadc8 100644 --- a/drivers/net/cxgb4vf/adapter.h +++ b/drivers/net/cxgb4vf/adapter.h @@ -97,17 +97,11 @@ struct port_info {  	u16 rss_size;			/* size of VI's RSS table slice */  	u8 pidx;			/* index into adapter port[] */  	u8 port_id;			/* physical port ID */ -	u8 rx_offload;			/* CSO, etc. */  	u8 nqsets;			/* # of "Queue Sets" */  	u8 first_qset;			/* index of first "Queue Set" */  	struct link_config link_cfg;	/* physical port configuration */  }; -/* port_info.rx_offload flags */ -enum { -	RX_CSO = 1 << 0, -}; -  /*   * Scatter Gather Engine resources for the "adapter".  Our ingress and egress   * queues are organized into "Queue Sets" with one ingress and one egress  |