Searched refs:RX_SGE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bnx2x/
H A Dbnx2x_cmn.c177 SGE_MASK_CLEAR_BIT(fp, RX_SGE(le16_to_cpu(fp_cqe->sgl[i])));
186 last_max = RX_SGE(fp->last_max_sge);
188 first_elem = RX_SGE(fp->rx_sge_prod) >> RX_SGE_MASK_ELEM_SHIFT;
285 u16 sge_idx = RX_SGE(le16_to_cpu(fp_cqe->sgl[j]));
H A Dbnx2x.h237 #define RX_SGE(x) ((x) & MAX_RX_SGE) macro
H A Dbnx2x_main.c588 start = RX_SGE(fp->rx_sge_prod);
589 end = RX_SGE(fp->last_max_sge);
590 for (j = start; j != end; j = RX_SGE(j + 1)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_cmn.c177 SGE_MASK_CLEAR_BIT(fp, RX_SGE(le16_to_cpu(fp_cqe->sgl[i])));
186 last_max = RX_SGE(fp->last_max_sge);
188 first_elem = RX_SGE(fp->rx_sge_prod) >> RX_SGE_MASK_ELEM_SHIFT;
285 u16 sge_idx = RX_SGE(le16_to_cpu(fp_cqe->sgl[j]));
H A Dbnx2x.h237 #define RX_SGE(x) ((x) & MAX_RX_SGE) macro
H A Dbnx2x_main.c588 start = RX_SGE(fp->rx_sge_prod);
589 end = RX_SGE(fp->last_max_sge);
590 for (j = start; j != end; j = RX_SGE(j + 1)) {

Completed in 218 milliseconds