Searched refs:last_max_sge (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c348 u16 last_max = fp->last_max_sge;
351 fp->last_max_sge = idx;
379 last_max = RX_SGE(fp->last_max_sge);
403 "fp->last_max_sge = %d fp->rx_sge_prod = %d\n",
404 fp->last_max_sge, fp->rx_sge_prod);
H A Dbnx2x.h603 u16 last_max_sge; member in struct:bnx2x_fastpath
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,
1130 end = RX_SGE(fp->last_max_sge);

Completed in 286 milliseconds