Home
last modified time | relevance | path

Searched defs:idpf_ctlq_create_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_controlq_api.h82 struct idpf_ctlq_create_info { struct
83 enum idpf_ctlq_type type;
84 int id; /* absolute queue offset passed as input
87 u16 len; /* Queue length passed as input */
88 u16 buf_size; /* buffer size passed as input */
89 u64 base_address; /* output, HPA of the Queue start */
90 struct idpf_ctlq_reg reg; /* registers accessed by ctlqs */
92 int ext_info_size;
93 void *ext_info; /* Specific to q type */