drivers/net/ethernet/wangxun/libwx/wx_vf_lib.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/wangxun/libwx/wx_vf_lib.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/wangxun/libwx/wx_vf_lib.h
Extension
.h
Size
522 bytes
Lines
16
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 _WX_VF_LIB_H_
#define _WX_VF_LIB_H_

void wx_write_eitr_vf(struct wx_q_vector *q_vector);
void wx_configure_msix_vf(struct wx *wx);
int wx_write_uc_addr_list_vf(struct net_device *netdev);
void wx_setup_psrtype_vf(struct wx *wx);
void wx_setup_vfmrqc_vf(struct wx *wx);
void wx_configure_tx_vf(struct wx *wx);
void wx_configure_rx_ring_vf(struct wx *wx, struct wx_ring *ring);

#endif /* _WX_VF_LIB_H_ */

Annotation

Implementation Notes