Lines Matching refs:rspq
2594 flowc->mnemval[3].val = cpu_to_be32(rxq->rspq.abs_id); in cxgb4_ethofld_send_flowc()
3440 struct adapter *adapter = rxq->rspq.adap; in do_gro()
3446 skb = napi_get_frags(&rxq->rspq.napi); in do_gro()
3460 skb_record_rx_queue(skb, rxq->rspq.idx); in do_gro()
3465 if (rxq->rspq.netdev->features & NETIF_F_RXHASH) in do_gro()
3473 ret = napi_gro_frags(&rxq->rspq.napi); in do_gro()
3584 static void t4_tx_completion_handler(struct sge_rspq *rspq, in t4_tx_completion_handler() argument
3589 struct port_info *pi = netdev_priv(rspq->netdev); in t4_tx_completion_handler()
3590 struct adapter *adapter = rspq->adap; in t4_tx_completion_handler()
3613 txq = &s->ethtxq[pi->first_qset + rspq->idx]; in t4_tx_completion_handler()
3656 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in t4_ethrx_handler()
3869 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in process_responses()
4239 if (napi_reschedule(&rxq->rspq.napi)) in sge_rx_timer_cb()
4872 if (q->rspq.desc) in t4_free_ofld_rxqs()
4873 free_rspq_fl(adap, &q->rspq, in t4_free_ofld_rxqs()
4903 if (eq->rspq.desc) in t4_free_sge_resources()
4906 eq->rspq.cntxt_id, in t4_free_sge_resources()
4914 if (eq->rspq.desc) in t4_free_sge_resources()
4915 free_rspq_fl(adap, &eq->rspq, in t4_free_sge_resources()