Home
last modified time | relevance | path

Searched refs:tx_fc_out_tbl (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c534 &bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
541 bp->flow_stat->tx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
542 (void *)((uintptr_t)bp->flow_stat->tx_fc_out_tbl.dma), in bnxt_register_fc_ctx_mem()
543 bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
556 memset(bp->flow_stat->tx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
558 bp->flow_stat->tx_fc_out_tbl.size); in bnxt_register_fc_ctx_mem()
561 bp->flow_stat->tx_fc_out_tbl.ctx_id, in bnxt_register_fc_ctx_mem()
627 &bp->flow_stat->tx_fc_out_tbl); in bnxt_init_fc_ctx_mem()
5336 bp->flow_stat->tx_fc_out_tbl.ctx_id, in bnxt_unregister_fc_ctx_mem()
5354 bp->flow_stat->tx_fc_out_tbl.ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_unregister_fc_ctx_mem()
[all …]
H A Dbnxt.h608 struct bnxt_ctx_mem_buf_info tx_fc_out_tbl; member