drivers/net/ethernet/intel/ice/ice_vlan_mode.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/intel/ice/ice_vlan_mode.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/intel/ice/ice_vlan_mode.h
Extension
.h
Size
330 bytes
Lines
14
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _ICE_VLAN_MODE_H_
#define _ICE_VLAN_MODE_H_

struct ice_hw;

bool ice_is_dvm_ena(struct ice_hw *hw);
int ice_set_vlan_mode(struct ice_hw *hw);
void ice_post_pkg_dwnld_vlan_mode_cfg(struct ice_hw *hw);

#endif /* _ICE_VLAN_MODE_H */

Annotation

Implementation Notes