Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c4367 struct bnx2x_fastpath *fp = &bp->fp[fp_index]; in bnx2x_free_fp_mem_at()
4372 if (IS_FCOE_IDX(fp_index)) { in bnx2x_free_fp_mem_at()
4379 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at()
4384 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at()
4390 if (!skip_rx_queue(bp, fp_index)) { in bnx2x_free_fp_mem_at()
4394 BNX2X_FREE(bnx2x_fp(bp, fp_index, rx_buf_ring)); in bnx2x_free_fp_mem_at()
4396 bnx2x_fp(bp, fp_index, rx_desc_mapping), in bnx2x_free_fp_mem_at()
4400 bnx2x_fp(bp, fp_index, rx_comp_mapping), in bnx2x_free_fp_mem_at()
4407 bnx2x_fp(bp, fp_index, rx_sge_mapping), in bnx2x_free_fp_mem_at()
4412 if (!skip_tx_queue(bp, fp_index)) { in bnx2x_free_fp_mem_at()
[all …]