Searched refs:flq (Results 1 – 2 of 2) sorted by relevance
265 static inline void cudbg_fill_qdesc_flq(const struct sge_fl *flq, in cudbg_fill_qdesc_flq() argument270 entry->qid = flq->cntxt_id; in cudbg_fill_qdesc_flq()272 entry->num_desc = flq->size; in cudbg_fill_qdesc_flq()273 entry->data_size = flq->size * sizeof(__be64); in cudbg_fill_qdesc_flq()274 memcpy(entry->data, flq->desc, entry->data_size); in cudbg_fill_qdesc_flq()
2265 u8 flq; in cudbg_get_ctxt_region_info() local2304 flq = HDRSTARTFLQ_G(value); in cudbg_get_ctxt_region_info()2306 ctx_info[CTXT_FLM].end = (CUDBG_MAX_FL_QIDS >> flq) * SGE_CTXT_SIZE; in cudbg_get_ctxt_region_info()3418 struct sge_fl *flq = (struct sge_fl *)q; \ in cudbg_collect_qdesc()3419 QDESC_GET(flq, flq->desc, type, label); \ in cudbg_collect_qdesc()