Searched defs:NUM_BD_REQ (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h632 #define NUM_BD_REQ BRB_SIZE(bp) macro
633 #define NUM_BD_PG_REQ ((NUM_BD_REQ + MAX_RX_DESC_CNT - 1) / \
635 #define BD_TH_LO(bp) (NUM_BD_REQ + \
681 #define NUM_RCQ_PG_REQ ((NUM_BD_REQ + MAX_RCQ_DESC_CNT - 1) / \

Completed in 16 milliseconds