include/linux/mlx4/srq.h

Source file repositories/reference/linux-study-clean/include/linux/mlx4/srq.h

File Facts

System
Linux kernel
Corpus path
include/linux/mlx4/srq.h
Extension
.h
Size
1627 bytes
Lines
45
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct mlx4_wqe_srq_next_seg {
	u16			reserved1;
	__be16			next_wqe_index;
	u32			reserved2[3];
};

struct mlx4_srq *mlx4_srq_lookup(struct mlx4_dev *dev, u32 srqn);

#endif /* MLX4_SRQ_H */

Annotation

Implementation Notes