Searched refs:tpa_end1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1501 struct rx_tpa_end_cmp_ext *tpa_end1, in bnxt_gro_skb() 1514 le32_to_cpu(tpa_end1->rx_tpa_end_cmp_seg_len); in bnxt_gro_skb() 1517 payload_off = TPA_END_PAYLOAD_OFF_P5(tpa_end1); in bnxt_gro_skb() 1542 struct rx_tpa_end_cmp_ext *tpa_end1, in bnxt_tpa_end() 1567 agg_bufs = TPA_END_AGG_BUFS_P5(tpa_end1); in bnxt_tpa_end() 1599 if (unlikely(agg_bufs > MAX_SKB_FRAGS || TPA_END_ERRORS(tpa_end1))) { in bnxt_tpa_end() 1677 skb = bnxt_gro_skb(bp, tpa_info, tpa_end, tpa_end1, skb); in bnxt_tpa_end() 1966 struct rx_tpa_end_cmp_ext *tpa_end1; in bnxt_force_rx_discard() local 1968 tpa_end1 = (struct rx_tpa_end_cmp_ext *)rxcmp1; in bnxt_force_rx_discard() 1969 tpa_end1 in bnxt_force_rx_discard() 1498 bnxt_gro_skb(struct bnxt *bp, struct bnxt_tpa_info *tpa_info, struct rx_tpa_end_cmp *tpa_end, struct rx_tpa_end_cmp_ext *tpa_end1, struct sk_buff *skb) bnxt_gro_skb() argument 1538 bnxt_tpa_end(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, u32 *raw_cons, struct rx_tpa_end_cmp *tpa_end, struct rx_tpa_end_cmp_ext *tpa_end1, u8 *event) bnxt_tpa_end() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1552 struct rx_tpa_end_cmp_ext *tpa_end1, in bnxt_gro_skb() 1565 le32_to_cpu(tpa_end1->rx_tpa_end_cmp_seg_len); in bnxt_gro_skb() 1568 payload_off = TPA_END_PAYLOAD_OFF_P5(tpa_end1); in bnxt_gro_skb() 1593 struct rx_tpa_end_cmp_ext *tpa_end1, in bnxt_tpa_end() 1618 agg_bufs = TPA_END_AGG_BUFS_P5(tpa_end1); in bnxt_tpa_end() 1650 if (unlikely(agg_bufs > MAX_SKB_FRAGS || TPA_END_ERRORS(tpa_end1))) { in bnxt_tpa_end() 1732 skb = bnxt_gro_skb(bp, tpa_info, tpa_end, tpa_end1, skb); in bnxt_tpa_end() 2094 struct rx_tpa_end_cmp_ext *tpa_end1; in bnxt_force_rx_discard() local 2096 tpa_end1 = (struct rx_tpa_end_cmp_ext *)rxcmp1; in bnxt_force_rx_discard() 2097 tpa_end1 in bnxt_force_rx_discard() 1549 bnxt_gro_skb(struct bnxt *bp, struct bnxt_tpa_info *tpa_info, struct rx_tpa_end_cmp *tpa_end, struct rx_tpa_end_cmp_ext *tpa_end1, struct sk_buff *skb) bnxt_gro_skb() argument 1589 bnxt_tpa_end(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, u32 *raw_cons, struct rx_tpa_end_cmp *tpa_end, struct rx_tpa_end_cmp_ext *tpa_end1, u8 *event) bnxt_tpa_end() argument [all...] |
Completed in 17 milliseconds