Lines Matching refs:rspq
2598 flowc->mnemval[3].val = cpu_to_be32(rxq->rspq.abs_id); in cxgb4_ethofld_send_flowc()
3444 struct adapter *adapter = rxq->rspq.adap; in do_gro()
3450 skb = napi_get_frags(&rxq->rspq.napi); in do_gro()
3464 skb_record_rx_queue(skb, rxq->rspq.idx); in do_gro()
3469 if (rxq->rspq.netdev->features & NETIF_F_RXHASH) in do_gro()
3477 ret = napi_gro_frags(&rxq->rspq.napi); in do_gro()
3588 static void t4_tx_completion_handler(struct sge_rspq *rspq, in t4_tx_completion_handler() argument
3593 struct port_info *pi = netdev_priv(rspq->netdev); in t4_tx_completion_handler()
3594 struct adapter *adapter = rspq->adap; in t4_tx_completion_handler()
3617 txq = &s->ethtxq[pi->first_qset + rspq->idx]; in t4_tx_completion_handler()
3679 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in t4_ethrx_handler()
3892 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in process_responses()
4262 if (napi_reschedule(&rxq->rspq.napi)) in sge_rx_timer_cb()
4900 if (q->rspq.desc) in t4_free_ofld_rxqs()
4901 free_rspq_fl(adap, &q->rspq, in t4_free_ofld_rxqs()
4931 if (eq->rspq.desc) in t4_free_sge_resources()
4934 eq->rspq.cntxt_id, in t4_free_sge_resources()
4942 if (eq->rspq.desc) in t4_free_sge_resources()
4943 free_rspq_fl(adap, &eq->rspq, in t4_free_sge_resources()