Home
last modified time | relevance | path

Searched refs:rx_fc_out_tbl (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c510 &bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
517 bp->flow_stat->rx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
518 (void *)((uintptr_t)bp->flow_stat->rx_fc_out_tbl.dma), in bnxt_register_fc_ctx_mem()
519 bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
545 memset(bp->flow_stat->rx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
547 bp->flow_stat->rx_fc_out_tbl.size); in bnxt_register_fc_ctx_mem()
550 bp->flow_stat->rx_fc_out_tbl.ctx_id, in bnxt_register_fc_ctx_mem()
609 &bp->flow_stat->rx_fc_out_tbl); in bnxt_init_fc_ctx_mem()
5330 bp->flow_stat->rx_fc_out_tbl.ctx_id, in bnxt_unregister_fc_ctx_mem()
5346 bp->flow_stat->rx_fc_out_tbl.ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_unregister_fc_ctx_mem()
[all …]
H A Dbnxt.h606 struct bnxt_ctx_mem_buf_info rx_fc_out_tbl; member
H A Dbnxt_stats.c872 out_rx_tbl = (uint64_t *)bp->flow_stat->rx_fc_out_tbl.va; in bnxt_update_fc_tbl()
H A Dbnxt_flow.c1647 if (!bp->flow_stat->rx_fc_out_tbl.va) { in bnxt_flow_cnt_alarm_cb()