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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.c80 csio_wr_ring_fldb(struct csio_hw *hw, struct csio_q *flq) argument
87 if (flq->inc_idx >= 8) {
88 csio_wr_reg32(hw, DBPRIO_F | QID_V(flq->un.fl.flid) |
89 PIDX_T5_V(flq->inc_idx / 8) | DBTYPE_F,
91 flq->inc_idx &= 7;
108 * @flq: Freelist queue.
115 csio_wr_fill_fl(struct csio_hw *hw, struct csio_q *flq) argument
119 __be64 *d = (__be64 *)(flq->vstart);
120 struct csio_dma_buf *buf = &flq->un.fl.bufs[0];
122 int sreg = flq
151 csio_wr_update_fl(struct csio_hw *hw, struct csio_q *flq, uint16_t n) argument
191 struct csio_q *q, *flq; local
386 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; local
486 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; local
1022 csio_wr_inval_flq_buf(struct csio_hw *hw, struct csio_q *flq) argument
1054 struct csio_q *flq = hw->wrm.q_arr[q->un.iq.flq_idx]; local
1139 struct csio_q *flq = csio_iq_has_fl(q) ? local
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.h265 static inline void cudbg_fill_qdesc_flq(const struct sge_fl *flq, argument
270 entry->qid = flq->cntxt_id;
272 entry->num_desc = flq->size;
273 entry->data_size = flq->size * sizeof(__be64);
274 memcpy(entry->data, flq->desc, entry->data_size);
H A Dcudbg_lib.c2265 u8 flq; local
2304 flq = HDRSTARTFLQ_G(value);
2306 ctx_info[CTXT_FLM].end = (CUDBG_MAX_FL_QIDS >> flq) * SGE_CTXT_SIZE;
3418 struct sge_fl *flq = (struct sge_fl *)q; \
3419 QDESC_GET(flq, flq->desc, type, label); \

Completed in 216 milliseconds