Home
last modified time | relevance | path

Searched refs:SEND_CQ_SKID (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn20k.c424 aq->sq.cq_limit = (SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt); in cn20k_sq_aq_init()
H A Dcn10k.c113 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt)); in cn10k_sq_aq_init()
H A Dotx2_common.h86 #define SEND_CQ_SKID 2000 macro
H A Dotx2_common.c950 aq->sq.cq_limit = ((SEND_CQ_SKID * 256) / (pfvf->qset.sqe_cnt)); in otx2_sq_aq_init()