Lines Matching refs:pkt
1552 const struct cpl_rx_pkt *pkt) in do_gro() argument
1573 if (pkt->vlan_ex) { in do_gro()
1575 be16_to_cpu(pkt->vlan)); in do_gro()
1600 const struct cpl_rx_pkt *pkt = (void *)rsp; in t4vf_ethrx_handler() local
1601 bool csum_ok = pkt->csum_calc && !pkt->err_vec && in t4vf_ethrx_handler()
1611 if ((pkt->l2info & cpu_to_be32(RXF_TCP_F)) && in t4vf_ethrx_handler()
1613 !pkt->ip_frag) { in t4vf_ethrx_handler()
1614 do_gro(rxq, gl, pkt); in t4vf_ethrx_handler()
1632 if (csum_ok && !pkt->err_vec && in t4vf_ethrx_handler()
1633 (be32_to_cpu(pkt->l2info) & (RXF_UDP_F | RXF_TCP_F))) { in t4vf_ethrx_handler()
1634 if (!pkt->ip_frag) in t4vf_ethrx_handler()
1637 __sum16 c = (__force __sum16)pkt->csum; in t4vf_ethrx_handler()
1645 if (pkt->vlan_ex) { in t4vf_ethrx_handler()
1647 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), be16_to_cpu(pkt->vlan)); in t4vf_ethrx_handler()