Searched refs:RX_SGE (Results 1 – 3 of 3) sorted by relevance
370 RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[i]))); in bnx2x_update_sge_prod()380 last_max = RX_SGE(fp->last_max_sge); in bnx2x_update_sge_prod()382 first_elem = RX_SGE(fp->rx_sge_prod) >> BIT_VEC64_ELEM_SHIFT; in bnx2x_update_sge_prod()625 u16 sge_idx = RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[j])); in bnx2x_fill_frag_skb()
420 #define RX_SGE(x) ((x) & MAX_RX_SGE) macro
1130 start = RX_SGE(fp->rx_sge_prod); in bnx2x_panic_dump()1131 end = RX_SGE(fp->last_max_sge); in bnx2x_panic_dump()1132 for (j = start; j != end; j = RX_SGE(j + 1)) { in bnx2x_panic_dump()