Searched refs:ofld_rxq (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgbe/tom/ |
| D | t4_listen.c | 218 lctx->ofld_rxq = &sc->sge.ofld_rxq[vi->first_ofld_rxq]; in alloc_lctx() 358 struct sge_ofld_rxq *ofld_rxq; in send_reset_synqe() local 374 ofld_rxq = &sc->sge.ofld_rxq[rxqid]; in send_reset_synqe() 400 flowc->mnemval[3].val = htobe32(ofld_rxq->iq.abs_id); in send_reset_synqe() 438 F_SYN_RSS_ENABLE | V_SYN_RSS_QUEUE(lctx->ofld_rxq->iq.abs_id)); in create_server() 468 F_SYN_RSS_ENABLE | V_SYN_RSS_QUEUE(lctx->ofld_rxq->iq.abs_id)); in create_server6() 490 req->reply_ctrl = htobe16(lctx->ofld_rxq->iq.abs_id); in destroy_server() 1023 struct sge_ofld_rxq *ofld_rxq = &sc->sge.ofld_rxq[rxqid]; in calc_opt2p() local 1027 F_RSS_QUEUE_VALID | V_RSS_QUEUE(ofld_rxq->iq.abs_id); in calc_opt2p() 1587 KASSERT(rxqid == iq_to_ofld_rxq(iq) - &sc->sge.ofld_rxq[0], in do_pass_establish() [all …]
|
| D | t4_tom.c | 191 toep->ofld_rxq = &sc->sge.ofld_rxq[rxqid]; in alloc_toepcb() 400 0, 0, toep->ofld_rxq->iq.abs_id); in t4_ctloutput() 1030 struct sge_ofld_rxq *ofld_rxq; in t4_tom_activate() local 1091 for_each_ofld_rxq(vi, j, ofld_rxq) { in t4_tom_activate() 1092 ofld_rxq->iq.set_tcb_rpl = do_set_tcb_rpl; in t4_tom_activate() 1093 ofld_rxq->iq.l2t_write_rpl = do_l2t_write_rpl2; in t4_tom_activate()
|
| D | t4_tom.h | 129 struct sge_ofld_rxq *ofld_rxq; member 205 struct sge_ofld_rxq *ofld_rxq; member
|
| D | t4_connect.c | 238 F_RSS_QUEUE_VALID | V_RSS_QUEUE(toep->ofld_rxq->iq.abs_id); in calc_opt2a() 395 qid_atid = (toep->ofld_rxq->iq.abs_id << 14) | toep->tid; in t4_connect()
|
| D | t4_ddp.c | 182 V_QUEUENO(toep->ofld_rxq->iq.abs_id)); in mk_set_tcb_field_ulp() 537 toep->ofld_rxq->iq.abs_id); in enable_ddp() 539 V_TF_RCV_COALESCE_ENABLE(1), 0, 0, 0, toep->ofld_rxq->iq.abs_id); in enable_ddp() 556 toep->ofld_rxq->iq.abs_id); in disable_ddp() 558 V_TF_DDP_OFF(1), V_TF_DDP_OFF(1), 0, 0, toep->ofld_rxq->iq.abs_id); in disable_ddp()
|
| D | t4_tom_l2t.c | 390 e->iqid = sc->sge.ofld_rxq[pi->vi[0].first_ofld_rxq].iq.abs_id; in t4_l2t_get()
|
| D | t4_cpl_io.c | 145 flowc->mnemval[3].val = htobe32(toep->ofld_rxq->iq.abs_id); in send_flowc_wr()
|
| /freebsd-10-stable/sys/dev/cxgbe/ |
| D | t4_sge.c | 970 iq = &s->ofld_rxq[vi->first_ofld_rxq + i].iq; in vi_intr_iq() 1016 struct sge_ofld_rxq *ofld_rxq; in t4_setup_vi_queues() local 1107 for_each_ofld_rxq(vi, i, ofld_rxq) { in t4_setup_vi_queues() 1109 init_iq(&ofld_rxq->iq, sc, vi->tmr_idx, vi->pktc_idx, in t4_setup_vi_queues() 1114 init_fl(sc, &ofld_rxq->fl, vi->qsize_rxq / 8, maxp, name); in t4_setup_vi_queues() 1117 ofld_rxq->iq.flags |= IQ_INTR; in t4_setup_vi_queues() 1118 rc = alloc_ofld_rxq(vi, ofld_rxq, intr_idx, i, oid); in t4_setup_vi_queues() 1150 for_each_ofld_rxq(vi, i, ofld_rxq) { in t4_setup_vi_queues() 1151 MPASS(!(ofld_rxq->iq.flags & IQ_INTR)); in t4_setup_vi_queues() 1155 rc = alloc_ofld_rxq(vi, ofld_rxq, intr_idx, i, oid); in t4_setup_vi_queues() [all …]
|
| D | adapter.h | 716 struct sge_ofld_rxq *ofld_rxq; /* TOE rx queues */ member 918 for (q = &vi->pi->adapter->sge.ofld_rxq[vi->first_ofld_rxq], iter = 0; \
|
| D | t4_main.c | 1041 s->ofld_rxq = malloc(s->nofldrxq * sizeof(struct sge_ofld_rxq), in t4_attach() 1289 free(sc->sge.ofld_rxq, M_CXGBE); in t4_detach_common() 4139 struct sge_ofld_rxq *ofld_rxq; in t4_setup_intr_handlers() local 4223 for_each_ofld_rxq(vi, q, ofld_rxq) { in t4_setup_intr_handlers() 4227 t4_intr, ofld_rxq, s); in t4_setup_intr_handlers() 4517 struct sge_ofld_rxq *ofld_rxq; in vi_full_uninit() local 4545 for_each_ofld_rxq(vi, i, ofld_rxq) { in vi_full_uninit() 4546 quiesce_iq(sc, &ofld_rxq->iq); in vi_full_uninit() 4547 quiesce_fl(sc, &ofld_rxq->fl); in vi_full_uninit() 5668 struct sge_ofld_rxq *ofld_rxq; in sysctl_holdoff_tmr_idx() local [all …]
|
| /freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | cq.c | 154 V_FW_RI_RES_WR_IQANDSTINDEX(sc->sge.ofld_rxq[0].iq.abs_id)); in create_cq()
|