Searched defs:raw_cons (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 124 #define BNXT_CP_DB_REARM(db, raw_cons) \ argument 127 #define BNXT_CP_DB(db, raw_cons) \ argument 742 u8 agg_bufs, u32 *raw_cons) in bnxt_agg_bufs_valid() 926 u32 *raw_cons, in bnxt_tpa_end() 1044 static int bnxt_rx_pkt(struct bnxt *bp, struct bnxt_napi *bnapi, u32 *raw_cons, in bnxt_rx_pkt() 1286 u32 raw_cons = cpr->cp_raw_cons; in bnxt_has_work() local 1326 u32 raw_cons = cpr->cp_raw_cons; in bnxt_poll_work() local
|
D | bnxt.h | 451 #define TX_CMP_VALID(txcmp, raw_cons) \ argument 455 #define RX_CMP_VALID(rxcmp1, raw_cons) \ argument 459 #define RX_AGG_CMP_VALID(agg, raw_cons) \ argument
|