Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dq_struct.h619 struct cq_cfg { struct
621 uint64_t reserved_43_63:21;
622 uint64_t ena:1;
623 uint64_t reset:1;
624 uint64_t caching:1;
625 uint64_t reserved_35_39:5;
626 uint64_t qsize:3;
627 uint64_t reserved_25_31:7;
628 uint64_t avg_con:9;
629 uint64_t reserved_0_15:16;
H A Dnicvf_queues.c1374 struct cq_cfg cq_cfg; in nicvf_cmp_queue_config() local
/freebsd/sys/dev/oce/
H A Doce_if.h636 struct cq_config cq_cfg; member