Lines Matching refs:fl
87 csio_wr_reg32(hw, DBPRIO_F | QID_V(flq->un.fl.flid) | in csio_wr_ring_fldb()
119 struct csio_dma_buf *buf = &flq->un.fl.bufs[0]; in csio_wr_fill_fl()
121 int sreg = flq->un.fl.sreg; in csio_wr_fill_fl()
279 flq->un.fl.bufs = kzalloc(flq->credits * in csio_wr_alloc_q()
282 if (!flq->un.fl.bufs) { in csio_wr_alloc_q()
289 flq->un.fl.packen = 0; in csio_wr_alloc_q()
290 flq->un.fl.offset = 0; in csio_wr_alloc_q()
291 flq->un.fl.sreg = sreg; in csio_wr_alloc_q()
486 iqp.fl0packen = flq->un.fl.packen ? 1 : 0; in csio_wr_iq_create()
1056 if (flq->un.fl.offset > 0) { in csio_wr_process_fl()
1058 flq->un.fl.offset = 0; in csio_wr_process_fl()
1069 buf = &flq->un.fl.bufs[flq->cidx]; in csio_wr_process_fl()
1075 flb.offset = flq->un.fl.offset; in csio_wr_process_fl()
1085 flb.defer_free = flq->un.fl.packen ? 0 : 1; in csio_wr_process_fl()
1090 if (flq->un.fl.packen) in csio_wr_process_fl()
1091 flq->un.fl.offset += ALIGN(lastlen, sge->csio_fl_align); in csio_wr_process_fl()
1624 if (!q->un.fl.bufs) in csio_wrm_exit()
1627 buf = &q->un.fl.bufs[j]; in csio_wrm_exit()
1634 kfree(q->un.fl.bufs); in csio_wrm_exit()