Lines Matching refs:un

88 		csio_wr_reg32(hw, DBPRIO_F | QID_V(flq->un.fl.flid) |  in csio_wr_ring_fldb()
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()
255 q->un.iq.genbit = 1; in csio_wr_alloc_q()
278 q->un.iq.flq_idx = flq_idx; in csio_wr_alloc_q()
280 flq = wrm->q_arr[q->un.iq.flq_idx]; in csio_wr_alloc_q()
281 flq->un.fl.bufs = kcalloc(flq->credits, in csio_wr_alloc_q()
284 if (!flq->un.fl.bufs) { in csio_wr_alloc_q()
291 flq->un.fl.packen = 0; in csio_wr_alloc_q()
292 flq->un.fl.offset = 0; in csio_wr_alloc_q()
293 flq->un.fl.sreg = sreg; in csio_wr_alloc_q()
306 q->un.iq.flq_idx = -1; in csio_wr_alloc_q()
310 q->un.iq.iq_intx_handler = iq_intx_handler; in csio_wr_alloc_q()
489 iqp.fl0packen = flq->un.fl.packen ? 1 : 0; in csio_wr_iq_create()
771 q->un.iq.genbit = 1; in csio_wr_cleanup_iq_ftr()
991 csio_wr_reg32(hw, DBPRIO_V(prio) | QID_V(q->un.eq.physeqid) | in csio_wr_issue()
1055 struct csio_q *flq = hw->wrm.q_arr[q->un.iq.flq_idx]; in csio_wr_process_fl()
1062 if (flq->un.fl.offset > 0) { in csio_wr_process_fl()
1064 flq->un.fl.offset = 0; in csio_wr_process_fl()
1075 buf = &flq->un.fl.bufs[flq->cidx]; in csio_wr_process_fl()
1081 flb.offset = flq->un.fl.offset; in csio_wr_process_fl()
1091 flb.defer_free = flq->un.fl.packen ? 0 : 1; in csio_wr_process_fl()
1096 if (flq->un.fl.packen) in csio_wr_process_fl()
1097 flq->un.fl.offset += ALIGN(lastlen, sge->csio_fl_align); in csio_wr_process_fl()
1114 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT)); in csio_is_new_iqwr()
1141 wrm->q_arr[q->un.iq.flq_idx] : NULL; in csio_wr_process_iq()
1185 q_completed->un.iq.iq_intx_handler); in csio_wr_process_iq()
1188 q_completed->un.iq.iq_intx_handler(hw, NULL, in csio_wr_process_iq()
1211 q->un.iq.genbit ^= 0x1; in csio_wr_process_iq()
1252 INGRESSQID_V(q->un.iq.physiqid) | in csio_wr_process_iq()
1699 if (!q->un.fl.bufs) in csio_wrm_exit()
1702 buf = &q->un.fl.bufs[j]; in csio_wrm_exit()
1709 kfree(q->un.fl.bufs); in csio_wrm_exit()