Searched refs:RCQ_BD (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h782 cons = RCQ_BD(fp->rx_comp_cons);
H A Dbnx2x_cmn.c916 comp_ring_cons = RCQ_BD(sw_comp_cons);
1123 comp_ring_cons = RCQ_BD(sw_comp_cons);
H A Dbnx2x.h736 #define RCQ_BD(x) ((x) & MAX_RCQ_BD) macro
H A Dbnx2x_ethtool.c2658 cqe = &fp_rx->rx_comp_ring[RCQ_BD(fp_rx->rx_comp_cons)];
H A Dbnx2x_main.c1139 start = RCQ_BD(fp->rx_comp_cons - 10);
1140 end = RCQ_BD(fp->rx_comp_cons + 503);
1141 for (j = start; j != end; j = RCQ_BD(j + 1)) {

Completed in 186 milliseconds