Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c518 &bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
525 bp->flow_stat->rx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
526 (void *)((uintptr_t)bp->flow_stat->rx_fc_out_tbl.dma), in bnxt_register_fc_ctx_mem()
527 bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
553 memset(bp->flow_stat->rx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
555 bp->flow_stat->rx_fc_out_tbl.size); in bnxt_register_fc_ctx_mem()
558 bp->flow_stat->rx_fc_out_tbl.ctx_id, in bnxt_register_fc_ctx_mem()
618 &bp->flow_stat->rx_fc_out_tbl); in bnxt_init_fc_ctx_mem()
5915 bp->flow_stat->rx_fc_out_tbl.ctx_id, in bnxt_unregister_fc_ctx_mem()
5931 bp->flow_stat->rx_fc_out_tbl.ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_unregister_fc_ctx_mem()
[all …]
H A Dbnxt.h588 struct bnxt_ctx_mem_buf_info rx_fc_out_tbl; member
H A Dbnxt_stats.c993 out_rx_tbl = (uint64_t *)bp->flow_stat->rx_fc_out_tbl.va; in bnxt_update_fc_tbl()
H A Dbnxt_flow.c1913 if (!bp->flow_stat->rx_fc_out_tbl.va) { in bnxt_flow_cnt_alarm_cb()