Searched defs:tpa_info (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c98 struct bnx2x_agg_info *old_tpa_info = to_fp->tpa_info;
107 /* Retain the tpa_info of the original `to' version as we don't want
108 * 2 FPs to contain the same tpa_info pointer.
110 to_fp->tpa_info = old_tpa_info;
437 struct bnx2x_agg_info *tpa_info = &fp->tpa_info[queue]; local
438 struct sw_rx_bd *first_buf = &tpa_info->first_buf;
441 if (tpa_info->tpa_state != BNX2X_TPA_STOP)
457 tpa_info->tpa_state = BNX2X_TPA_ERROR;
472 tpa_info
574 bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, struct bnx2x_agg_info *tpa_info, u16 pages, struct sk_buff *skb, struct eth_end_agg_rx_cqe *cqe, u16 cqe_idx) argument
739 bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp, struct bnx2x_agg_info *tpa_info, u16 pages, struct eth_end_agg_rx_cqe *cqe, u16 cqe_idx) argument
946 struct bnx2x_agg_info *tpa_info; local
1350 struct bnx2x_agg_info *tpa_info = &fp->tpa_info[i]; local
1402 struct bnx2x_agg_info *tpa_info = local
[all...]
H A Dbnx2x.h603 struct bnx2x_agg_info *tpa_info; member in struct:bnx2x_fastpath

Completed in 116 milliseconds