Home
last modified time | relevance | path

Searched refs:Q_COUNT (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h30 #define Q_COUNT(x) (16ULL << (2 * x)) macro
Drvu_npa.c432 Q_COUNT(AQ_SIZE), sizeof(struct npa_aq_inst_s), in npa_aq_init()
Drvu_nix.c2684 Q_COUNT(AQ_SIZE), sizeof(struct nix_aq_inst_s), in nix_aq_init()
/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h51 #define Q_COUNT(rptr,wptr) ((wptr)-(rptr)) macro
Dcxio_hal.c1046 int count = Q_COUNT(wq->sq_rptr, wq->sq_wptr); in flush_completed_wrs()