Searched defs:cxgb4_virt_res (Results 1 – 1 of 1) sorted by relevance
276 struct cxgb4_virt_res { /* virtualized HW resources */ struct277 struct cxgb4_range ddp;278 struct cxgb4_range iscsi;279 struct cxgb4_range stag;280 struct cxgb4_range rq;281 struct cxgb4_range pbl;282 struct cxgb4_range qp;283 struct cxgb4_range cq;284 struct cxgb4_range ocq;308 const struct cxgb4_virt_res *vr; /* assorted HW resources */ argument