Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c369 RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[i]))); in bnx2x_update_sge_prod()
379 last_max = RX_SGE(fp->last_max_sge); in bnx2x_update_sge_prod()
381 first_elem = RX_SGE(fp->rx_sge_prod) >> BIT_VEC64_ELEM_SHIFT; in bnx2x_update_sge_prod()
624 u16 sge_idx = RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[j])); in bnx2x_fill_frag_skb()
H A Dbnx2x.h420 #define RX_SGE(x) ((x) & MAX_RX_SGE) macro
H A Dbnx2x_main.c1129 start = RX_SGE(fp->rx_sge_prod); in bnx2x_panic_dump()
1130 end = RX_SGE(fp->last_max_sge); in bnx2x_panic_dump()
1131 for (j = start; j != end; j = RX_SGE(j + 1)) { in bnx2x_panic_dump()