Searched refs:RX_SGE (Results 1 – 2 of 2) sorted by relevance
369 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()
420 #define RX_SGE(x) ((x) & MAX_RX_SGE) macro