Home
last modified time | relevance | path

Searched refs:ADV_RAW_CMP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.h682 #define ADV_RAW_CMP(idx, n) ((idx) + (n)) macro
683 #define NEXT_RAW_CMP(idx) ADV_RAW_CMP(idx, 1)
685 #define NEXT_CMP(idx) RING_CMP(ADV_RAW_CMP(idx, 1))
A Dbnxt.c888 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
1119 *raw_cons = ADV_RAW_CMP(*raw_cons, agg_bufs); in bnxt_agg_bufs_valid()

Completed in 35 milliseconds