Home
last modified time | relevance | path

Searched refs:ADV_RAW_CMP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h656 #define ADV_RAW_CMP(idx, n) ((idx) + (n)) macro
657 #define NEXT_RAW_CMP(idx) ADV_RAW_CMP(idx, 1)
659 #define NEXT_CMP(idx) RING_CMP(ADV_RAW_CMP(idx, 1))
H A Dbnxt.c891 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
1122 *raw_cons = ADV_RAW_CMP(*raw_cons, agg_bufs); in bnxt_agg_bufs_valid()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h700 #define ADV_RAW_CMP(idx, n) ((idx) + (n)) macro
701 #define NEXT_RAW_CMP(idx) ADV_RAW_CMP(idx, 1)
703 #define NEXT_CMP(idx) RING_CMP(ADV_RAW_CMP(idx, 1))
H A Dbnxt.c905 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg()
1205 *raw_cons = ADV_RAW_CMP(*raw_cons, agg_bufs); in bnxt_agg_bufs_valid()

Completed in 42 milliseconds