Searched refs:rx_sge_prod (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h508 u16 rx_sge_prod)
516 rx_prods.sge_prod = rx_sge_prod;
533 fp->index, bd_prod, rx_comp_prod, rx_sge_prod);
505 bnx2x_update_rx_prod(struct bnx2x *bp, struct bnx2x_fastpath *fp, u16 bd_prod, u16 rx_comp_prod, u16 rx_sge_prod) argument
H A Dbnx2x_cmn.c381 first_elem = RX_SGE(fp->rx_sge_prod) >> BIT_VEC64_ELEM_SHIFT;
397 fp->rx_sge_prod += delta;
403 "fp->last_max_sge = %d fp->rx_sge_prod = %d\n",
404 fp->last_max_sge, fp->rx_sge_prod);
1135 fp->rx_sge_prod);
1407 fp->rx_sge_prod);
1473 fp->rx_sge_prod = ring_prod;
1488 fp->rx_sge_prod);
H A Dbnx2x.h601 u16 rx_sge_prod; member in struct:bnx2x_fastpath
H A Dbnx2x_ethtool.c2688 fp_rx->rx_sge_prod);
H A Dbnx2x_main.c997 BNX2X_ERR(" rx_sge_prod(0x%x) last_max_sge(0x%x) fp_hc_idx(0x%x)\n",
998 fp->rx_sge_prod, fp->last_max_sge,
1129 start = RX_SGE(fp->rx_sge_prod);

Completed in 244 milliseconds