Home
last modified time | relevance | path

Searched refs:flq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/csiostor/
A Dcsio_wr.c155 flq->pidx += n; in csio_wr_update_fl()
156 if (unlikely(flq->pidx >= flq->credits)) in csio_wr_update_fl()
157 flq->pidx -= (uint16_t)flq->credits; in csio_wr_update_fl()
281 flq->un.fl.bufs = kcalloc(flq->credits, in csio_wr_alloc_q()
304 flq->pidx = flq->inc_idx = flq->credits - 8; in csio_wr_alloc_q()
1024 flq->cidx++; in csio_wr_inval_flq_buf()
1025 if (flq->cidx == flq->credits) { in csio_wr_inval_flq_buf()
1026 flq->cidx = 0; in csio_wr_inval_flq_buf()
1074 buf = &flq->un.fl.bufs[flq->cidx]; in csio_wr_process_fl()
1236 if (flq) { in csio_wr_process_iq()
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcudbg_lib.h265 static inline void cudbg_fill_qdesc_flq(const struct sge_fl *flq, in cudbg_fill_qdesc_flq() argument
270 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()
A Dcudbg_lib.c2265 u8 flq; in cudbg_get_ctxt_region_info() local
2304 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()

Completed in 15 milliseconds