Searched refs:flq (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_wr.c | 80 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() 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->un.fl.sreg; in csio_wr_fill_fl() 123 int n = flq->credits; in csio_wr_fill_fl() [all …]
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.h | 265 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()
|
D | cudbg_lib.c | 2265 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()
|