drivers/infiniband/hw/mlx5/ib_rep.h

Source file repositories/reference/linux-study-clean/drivers/infiniband/hw/mlx5/ib_rep.h

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/mlx5/ib_rep.h
Extension
.h
Size
1043 bytes
Lines
41
Domain
Driver Families
Bucket
drivers/infiniband
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

static inline int mlx5r_rep_init(void) { return 0; }
static inline void mlx5r_rep_cleanup(void) {}
static inline
struct mlx5_flow_handle *create_flow_rule_vport_sq(struct mlx5_ib_dev *dev,
						   struct mlx5_ib_sq *sq,
						   u32 port)
{
	return NULL;
}

static inline
struct net_device *mlx5_ib_get_rep_netdev(struct mlx5_eswitch *esw,
					  u16 vport_num)
{
	return NULL;
}
#endif
#endif /* __MLX5_IB_REP_H__ */

Annotation

Implementation Notes