Lines Matching refs:rspq
2600 flowc->mnemval[3].val = cpu_to_be32(rxq->rspq.abs_id); in cxgb4_ethofld_send_flowc()
3446 struct adapter *adapter = rxq->rspq.adap; in do_gro()
3452 skb = napi_get_frags(&rxq->rspq.napi); in do_gro()
3466 skb_record_rx_queue(skb, rxq->rspq.idx); in do_gro()
3471 if (rxq->rspq.netdev->features & NETIF_F_RXHASH) in do_gro()
3479 ret = napi_gro_frags(&rxq->rspq.napi); in do_gro()
3590 static void t4_tx_completion_handler(struct sge_rspq *rspq, in t4_tx_completion_handler() argument
3595 struct port_info *pi = netdev_priv(rspq->netdev); in t4_tx_completion_handler()
3596 struct adapter *adapter = rspq->adap; in t4_tx_completion_handler()
3619 txq = &s->ethtxq[pi->first_qset + rspq->idx]; in t4_tx_completion_handler()
3681 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in t4_ethrx_handler()
3894 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in process_responses()
4264 if (napi_reschedule(&rxq->rspq.napi)) in sge_rx_timer_cb()
4902 if (q->rspq.desc) in t4_free_ofld_rxqs()
4903 free_rspq_fl(adap, &q->rspq, in t4_free_ofld_rxqs()
4933 if (eq->rspq.desc) in t4_free_sge_resources()
4936 eq->rspq.cntxt_id, in t4_free_sge_resources()
4944 if (eq->rspq.desc) in t4_free_sge_resources()
4945 free_rspq_fl(adap, &eq->rspq, in t4_free_sge_resources()