Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3778 txq_index, fp_index, txdata_index); */ in bnx2x_start_xmit()
3783 txdata->cid, fp_index, txdata_index, txdata, fp); */ in bnx2x_start_xmit()
4354 static void bnx2x_free_fp_mem_at(struct bnx2x *bp, int fp_index) in bnx2x_free_fp_mem_at() argument
4356 union host_hc_status_block *sb = &bnx2x_fp(bp, fp_index, status_blk); in bnx2x_free_fp_mem_at()
4357 struct bnx2x_fastpath *fp = &bp->fp[fp_index]; in bnx2x_free_fp_mem_at()
4362 if (IS_FCOE_IDX(fp_index)) { in bnx2x_free_fp_mem_at()
4369 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at()
4374 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at()
4380 if (!skip_rx_queue(bp, fp_index)) { in bnx2x_free_fp_mem_at()
4384 BNX2X_FREE(bnx2x_fp(bp, fp_index, rx_buf_rin in bnx2x_free_fp_mem_at()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3789 txq_index, fp_index, txdata_index); */ in bnx2x_start_xmit()
3794 txdata->cid, fp_index, txdata_index, txdata, fp); */ in bnx2x_start_xmit()
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_rin in bnx2x_free_fp_mem_at()
[all...]

Completed in 11 milliseconds