diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_adapter.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_adapter.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/net/ethernet/intel/ice/ice_adapter.h b/drivers/net/ethernet/intel/ice/ice_adapter.h index db66d03c9f96..e95266c7f20b 100644 --- a/drivers/net/ethernet/intel/ice/ice_adapter.h +++ b/drivers/net/ethernet/intel/ice/ice_adapter.h @@ -33,7 +33,7 @@ struct ice_port_list {   * @txq_ctx_lock: Spinlock protecting access to the GLCOMM_QTX_CNTX_CTL register   * @ctrl_pf: Control PF of the adapter   * @ports: Ports list - * @device_serial_number: DSN cached for collision detection on 32bit systems + * @index: 64-bit index cached for collision detection on 32bit systems   */  struct ice_adapter {  	refcount_t refcount; @@ -44,7 +44,7 @@ struct ice_adapter {  	struct ice_pf *ctrl_pf;  	struct ice_port_list ports; -	u64 device_serial_number; +	u64 index;  };  struct ice_adapter *ice_adapter_get(struct pci_dev *pdev); | 
