Lines Matching full:iq
94 * queue and any iq expecting CPL_RX_PKT in the descriptor needs this to
375 /* iq type */
380 /* iq flags */
382 IQ_HAS_FL = (1 << 1), /* iq associated with a freelist */
384 IQ_LRO_ENABLED = (1 << 3), /* iq is an eth rxq with LRO enabled */
385 IQ_ADJ_CREDIT = (1 << 4), /* hw is off by 1 credit for this iq */
388 /* iq state */
435 uint16_t cntxt_id; /* SGE context id for the iq */
436 uint16_t abs_id; /* absolute SGE id for the iq */
486 uint16_t iqid; /* cached iq->cntxt_id (see iq below) */
488 struct sge_iq *iq; /* iq that receives egr_update for the eq */ member
654 struct sge_iq iq; /* MUST be first */ member
655 struct sge_fl fl; /* MUST follow iq */
671 iq_to_rxq(struct sge_iq *iq) in iq_to_rxq() argument
674 return (__containerof(iq, struct sge_rxq, iq)); in iq_to_rxq()
679 struct sge_iq iq; /* MUST be first */ member
680 struct sge_fl fl; /* MUST follow iq */
701 iq_to_ofld_rxq(struct sge_iq *iq) in iq_to_ofld_rxq() argument
704 return (__containerof(iq, struct sge_ofld_rxq, iq)); in iq_to_ofld_rxq()
859 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */
970 int traceq; /* iq used by all tracers, -1 if none */