Searched refs:fp_index (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_cmn.c | 4365 static void bnx2x_free_fp_mem_at(struct bnx2x *bp, int fp_index) in bnx2x_free_fp_mem_at() argument 4367 union host_hc_status_block *sb = &bnx2x_fp(bp, fp_index, status_blk); in bnx2x_free_fp_mem_at() 4368 struct bnx2x_fastpath *fp = &bp->fp[fp_index]; in bnx2x_free_fp_mem_at() 4373 if (IS_FCOE_IDX(fp_index)) { in bnx2x_free_fp_mem_at() 4380 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at() 4385 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at() 4391 if (!skip_rx_queue(bp, fp_index)) { in bnx2x_free_fp_mem_at() 4395 BNX2X_FREE(bnx2x_fp(bp, fp_index, rx_buf_ring)); in bnx2x_free_fp_mem_at() 4396 BNX2X_PCI_FREE(bnx2x_fp(bp, fp_index, rx_desc_ring), in bnx2x_free_fp_mem_at() 4397 bnx2x_fp(bp, fp_index, rx_desc_mapping), in bnx2x_free_fp_mem_at() [all …]
|