diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-04-16 15:05:08 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-18 02:51:32 +0200 |
commit | 2ed28baa7076083b56c1e70ccd927b7870117c59 (patch) | |
tree | ced1c729cb6c7fee217e3a58989cbb8d93d07c83 /drivers/net/cxgb4vf/adapter.h | |
parent | drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function. (diff) | |
download | linux-2ed28baa7076083b56c1e70ccd927b7870117c59.tar.xz linux-2ed28baa7076083b56c1e70ccd927b7870117c59.zip |
net: cxgb4{,vf}: convert to hw_features
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Acked-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 4766b4116b41..4fd821aadc8a 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 |