Searched refs:tpa_info (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c670 struct qede_agg_info *tpa_info = &rxq->tpa_info[tpa_agg_index]; local
671 struct sk_buff *skb = tpa_info->skb;
673 if (unlikely(tpa_info->state != QEDE_AGG_STATE_START))
677 skb_fill_page_desc(skb, tpa_info->frag_id++,
699 tpa_info->state = QEDE_AGG_STATE_ERROR;
835 struct qede_agg_info *tpa_info = &rxq->tpa_info[cqe->tpa_agg_index]; local
842 tpa_info->skb = qede_tpa_rx_build_skb(edev, rxq, sw_rx_data_cons,
845 tpa_info
977 struct qede_agg_info *tpa_info; local
[all...]
H A Dqede.h358 struct qede_agg_info tpa_info[ETH_TPA_MAX_AGGS_NUM]; member in struct:qede_rx_queue
H A Dqede_main.c1565 struct qede_agg_info *tpa_info = &rxq->tpa_info[i]; local
1567 tpa_info->state = QEDE_AGG_STATE_NONE;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c96 struct bnx2x_agg_info *old_tpa_info = to_fp->tpa_info;
105 /* Retain the tpa_info of the original `to' version as we don't want
106 * 2 FPs to contain the same tpa_info pointer.
108 to_fp->tpa_info = old_tpa_info;
439 struct bnx2x_agg_info *tpa_info = &fp->tpa_info[queue]; local
440 struct sw_rx_bd *first_buf = &tpa_info->first_buf;
443 if (tpa_info->tpa_state != BNX2X_TPA_STOP)
459 tpa_info->tpa_state = BNX2X_TPA_ERROR;
474 tpa_info
586 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
766 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
974 struct bnx2x_agg_info *tpa_info; local
1375 struct bnx2x_agg_info *tpa_info = &fp->tpa_info[i]; local
1427 struct bnx2x_agg_info *tpa_info = local
[all...]
H A Dbnx2x.h607 struct bnx2x_agg_info *tpa_info; member in struct:bnx2x_fastpath
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1002 struct bnxt_tpa_info *tpa_info = &rxr->rx_tpa[agg_id]; local
1004 return &tpa_info->agg_arr[curr];
1381 static void bnxt_tpa_metadata(struct bnxt_tpa_info *tpa_info, argument
1385 tpa_info->cfa_code_valid = 1;
1386 tpa_info->cfa_code = TPA_START_CFA_CODE(tpa_start1);
1387 tpa_info->vlan_valid = 0;
1388 if (tpa_info->flags2 & RX_CMP_FLAGS2_META_FORMAT_VLAN) {
1389 tpa_info->vlan_valid = 1;
1390 tpa_info->metadata =
1395 static void bnxt_tpa_metadata_v2(struct bnxt_tpa_info *tpa_info, argument
1417 struct bnxt_tpa_info *tpa_info; local
1525 bnxt_gro_func_5731x(struct bnxt_tpa_info *tpa_info, int payload_off, int tcp_ts, struct sk_buff *skb) argument
1591 bnxt_gro_func_5750x(struct bnxt_tpa_info *tpa_info, int payload_off, int tcp_ts, struct sk_buff *skb) argument
1623 bnxt_gro_func_5730x(struct bnxt_tpa_info *tpa_info, int payload_off, int tcp_ts, struct sk_buff *skb) argument
1667 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) argument
1719 struct bnxt_tpa_info *tpa_info; local
1861 struct bnxt_tpa_info *tpa_info; local
3284 struct bnxt_tpa_info *tpa_info = &rxr->rx_tpa[i]; local
[all...]

Completed in 270 milliseconds