Lines Matching refs:rspq
2668 struct adapter *adapter = rxq->rspq.adap; in do_gro()
2674 skb = napi_get_frags(&rxq->rspq.napi); in do_gro()
2688 skb_record_rx_queue(skb, rxq->rspq.idx); in do_gro()
2693 if (rxq->rspq.netdev->features & NETIF_F_RXHASH) in do_gro()
2701 ret = napi_gro_frags(&rxq->rspq.napi); in do_gro()
2810 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in t4_ethrx_handler()
3004 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in process_responses()
3267 if (napi_reschedule(&rxq->rspq.napi)) in sge_rx_timer_cb()
3819 if (q->rspq.desc) in t4_free_ofld_rxqs()
3820 free_rspq_fl(adap, &q->rspq, in t4_free_ofld_rxqs()
3839 if (eq->rspq.desc) in t4_free_sge_resources()
3842 eq->rspq.cntxt_id, in t4_free_sge_resources()
3850 if (eq->rspq.desc) in t4_free_sge_resources()
3851 free_rspq_fl(adap, &eq->rspq, in t4_free_sge_resources()