Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c231 RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[i]))); in bnx2x_update_sge_prod()
241 last_max = RX_SGE(fp->last_max_sge); in bnx2x_update_sge_prod()
243 first_elem = RX_SGE(fp->rx_sge_prod) >> BIT_VEC64_ELEM_SHIFT; in bnx2x_update_sge_prod()
451 u16 sge_idx = RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[j])); in bnx2x_fill_frag_skb()
Dbnx2x.h363 #define RX_SGE(x) ((x) & MAX_RX_SGE) macro
Dbnx2x_main.c935 start = RX_SGE(fp->rx_sge_prod); in bnx2x_panic_dump()
936 end = RX_SGE(fp->last_max_sge); in bnx2x_panic_dump()
937 for (j = start; j != end; j = RX_SGE(j + 1)) { in bnx2x_panic_dump()