Lines Matching defs:iq

510  * service_iq() has an iq and needs the fl.  Offset of fl from the iq should be
513 CTASSERT(offsetof(struct sge_ofld_rxq, iq) == offsetof(struct sge_rxq, iq));
939 "PCIe gen%d x%d, %d ports, %d %s interrupt%s, %d eq, %d iq\n",
1375 rxq->iq.flags |= IQ_LRO_ENABLED;
1377 rxq->iq.flags &= ~IQ_LRO_ENABLED;
3216 * The first iq of the first port to come up is used for tracing.
3219 sc->traceq = sc->sge.rxq[pi->first_rxq].iq.abs_id;
3463 rss[i++] = rxq->iq.abs_id;
3517 quiesce_iq(sc, &rxq->iq);
3523 quiesce_iq(sc, &ofld_rxq->iq);
3573 quiesce_iq(struct adapter *sc, struct sge_iq *iq)
3578 while (!atomic_cmpset_int(&iq->state, IQS_IDLE, IQS_DISABLED))
4406 cpl_not_handled(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m)
4410 panic("%s: opcode 0x%02x on iq %p with payload %p",
4411 __func__, rss->opcode, iq, m);
4413 log(LOG_ERR, "%s: opcode 0x%02x on iq %p with payload %p\n",
4414 __func__, rss->opcode, iq, m);
4436 an_not_handled(struct sge_iq *iq, const struct rsp_ctrl *ctrl)
4440 panic("%s: async notification on iq %p (ctrl %p)", __func__, iq, ctrl);
4442 log(LOG_ERR, "%s: async notification on iq %p (ctrl %p)\n",
4443 __func__, iq, ctrl);
5167 atomic_store_rel_8(&rxq->iq.intr_params, v);
5169 rxq->iq.intr_params = v;
5175 atomic_store_rel_8(&ofld_rxq->iq.intr_params, v);
5177 ofld_rxq->iq.intr_params = v;
7237 /* Can't specify an iq if not steering to it */
7238 if (!t->fs.dirsteer && t->fs.iq) {
7419 V_FW_FILTER_WR_IQ(f->fs.iq));
7507 t4_filter_rpl(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m)
7509 struct adapter *sc = iq->adapter;