Lines Matching refs:pkt
1569 const struct cpl_rx_pkt *pkt) in do_gro() argument
1590 if (pkt->vlan_ex) { in do_gro()
1592 be16_to_cpu(pkt->vlan)); in do_gro()
1617 const struct cpl_rx_pkt *pkt = (void *)rsp; in t4vf_ethrx_handler() local
1618 bool csum_ok = pkt->csum_calc && !pkt->err_vec && in t4vf_ethrx_handler()
1628 if ((pkt->l2info & cpu_to_be32(RXF_TCP_F)) && in t4vf_ethrx_handler()
1630 !pkt->ip_frag) { in t4vf_ethrx_handler()
1631 do_gro(rxq, gl, pkt); in t4vf_ethrx_handler()
1649 if (csum_ok && !pkt->err_vec && in t4vf_ethrx_handler()
1650 (be32_to_cpu(pkt->l2info) & (RXF_UDP_F | RXF_TCP_F))) { in t4vf_ethrx_handler()
1651 if (!pkt->ip_frag) in t4vf_ethrx_handler()
1654 __sum16 c = (__force __sum16)pkt->csum; in t4vf_ethrx_handler()
1662 if (pkt->vlan_ex) { in t4vf_ethrx_handler()
1664 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), be16_to_cpu(pkt->vlan)); in t4vf_ethrx_handler()