Searched defs:rx_sge_prod (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h461 u16 bd_prod, u16 rx_comp_prod, u16 rx_sge_prod);
562 u16 rx_comp_prod, u16 rx_sge_prod, u32 start)
570 rx_prods.sge_prod = rx_sge_prod;
589 fp->index, bd_prod, rx_comp_prod, rx_sge_prod);
560 bnx2x_update_rx_prod_gen(struct bnx2x *bp, struct bnx2x_fastpath *fp, u16 bd_prod, u16 rx_comp_prod, u16 rx_sge_prod, u32 start) argument
H A Dbnx2x.h539 u16 rx_sge_prod; member in struct:bnx2x_fastpath
H A Dbnx2x_main.c834 BNX2X_ERR(" rx_sge_prod(0x%x) last_max_sge(0x%x) fp_hc_idx(0x%x)\n",
835 fp->rx_sge_prod, fp->last_max_sge,
935 start = RX_SGE(fp->rx_sge_prod);
1726 u16 bd_prod, u16 rx_comp_prod, u16 rx_sge_prod)
1730 bnx2x_update_rx_prod_gen(bp, fp, bd_prod, rx_comp_prod, rx_sge_prod,
1725 bnx2x_update_rx_prod(struct bnx2x *bp, struct bnx2x_fastpath *fp, u16 bd_prod, u16 rx_comp_prod, u16 rx_sge_prod) argument

Completed in 58 milliseconds