Home
last modified time | relevance | path

Searched refs:RX_SGE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.c185 RX_SGE(le16_to_cpu(fp_cqe->sgl_or_raw_data.sgl[i]))); in bnx2x_update_sge_prod()
195 last_max = RX_SGE(fp->last_max_sge); in bnx2x_update_sge_prod()
197 first_elem = RX_SGE(fp->rx_sge_prod) >> RX_SGE_MASK_ELEM_SHIFT; in bnx2x_update_sge_prod()
329 RX_SGE(le16_to_cpu(fp_cqe->sgl_or_raw_data.sgl[j])); in bnx2x_fill_frag_skb()
Dbnx2x.h307 #define RX_SGE(x) ((x) & MAX_RX_SGE) macro
Dbnx2x_main.c1047 start = RX_SGE(fp->rx_sge_prod); in bnx2x_panic_dump()
1048 end = RX_SGE(fp->last_max_sge); in bnx2x_panic_dump()
1049 for (j = start; j != end; j = RX_SGE(j + 1)) { in bnx2x_panic_dump()