Home
last modified time | relevance | path

Searched refs:flq (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_wr.c80 csio_wr_ring_fldb(struct csio_hw *hw, struct csio_q *flq) in csio_wr_ring_fldb() argument
87 if (flq->inc_idx >= 8) { in csio_wr_ring_fldb()
88 csio_wr_reg32(hw, DBPRIO_F | QID_V(flq->un.fl.flid) | in csio_wr_ring_fldb()
89 PIDX_T5_V(flq->inc_idx / 8) | DBTYPE_F, in csio_wr_ring_fldb()
91 flq->inc_idx &= 7; in csio_wr_ring_fldb()
108 * @flq: Freelist queue.
115 csio_wr_fill_fl(struct csio_hw *hw, struct csio_q *flq) in csio_wr_fill_fl() argument
119 __be64 *d = (__be64 *)(flq->vstart); in csio_wr_fill_fl()
120 struct csio_dma_buf *buf = &flq->un.fl.bufs[0]; in csio_wr_fill_fl()
122 int sreg = flq in csio_wr_fill_fl()
151 csio_wr_update_fl(struct csio_hw *hw, struct csio_q *flq, uint16_t n) csio_wr_update_fl() argument
191 struct csio_q *q, *flq; csio_wr_alloc_q() local
386 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; csio_wr_iq_create_rsp() local
486 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; csio_wr_iq_create() local
1021 csio_wr_inval_flq_buf(struct csio_hw *hw, struct csio_q *flq) csio_wr_inval_flq_buf() argument
1054 struct csio_q *flq = hw->wrm.q_arr[q->un.iq.flq_idx]; csio_wr_process_fl() local
1139 struct csio_q *flq = csio_iq_has_fl(q) ? csio_wr_process_iq() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_wr.c80 csio_wr_ring_fldb(struct csio_hw *hw, struct csio_q *flq) in csio_wr_ring_fldb() argument
87 if (flq->inc_idx >= 8) { in csio_wr_ring_fldb()
88 csio_wr_reg32(hw, DBPRIO_F | QID_V(flq->un.fl.flid) | in csio_wr_ring_fldb()
89 PIDX_T5_V(flq->inc_idx / 8) | DBTYPE_F, in csio_wr_ring_fldb()
91 flq->inc_idx &= 7; in csio_wr_ring_fldb()
108 * @flq: Freelist queue.
115 csio_wr_fill_fl(struct csio_hw *hw, struct csio_q *flq) in csio_wr_fill_fl() argument
119 __be64 *d = (__be64 *)(flq->vstart); in csio_wr_fill_fl()
120 struct csio_dma_buf *buf = &flq->un.fl.bufs[0]; in csio_wr_fill_fl()
122 int sreg = flq in csio_wr_fill_fl()
151 csio_wr_update_fl(struct csio_hw *hw, struct csio_q *flq, uint16_t n) csio_wr_update_fl() argument
191 struct csio_q *q, *flq; csio_wr_alloc_q() local
386 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; csio_wr_iq_create_rsp() local
486 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; csio_wr_iq_create() local
1022 csio_wr_inval_flq_buf(struct csio_hw *hw, struct csio_q *flq) csio_wr_inval_flq_buf() argument
1054 struct csio_q *flq = hw->wrm.q_arr[q->un.iq.flq_idx]; csio_wr_process_fl() local
1139 struct csio_q *flq = csio_iq_has_fl(q) ? csio_wr_process_iq() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H 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()
H 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()
3436 struct sge_fl *flq = (struct sge_fl *)q; \ in cudbg_collect_qdesc()
3437 QDESC_GET(flq, flq->desc, type, label); \ in cudbg_collect_qdesc()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H 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()
H 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 11 milliseconds