Home
last modified time | relevance | path

Searched refs:qpp_shift (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c773 unsigned int page_shift, page_size, qpp_shift, qpp_mask; in t4vf_bar2_sge_qregs() local
789 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4vf_bar2_sge_qregs()
792 qpp_mask = (1 << qpp_shift) - 1; in t4vf_bar2_sge_qregs()
799 bar2_page_offset = ((u64)(qid >> qpp_shift) << page_shift); in t4vf_bar2_sge_qregs()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c9248 unsigned int page_shift, page_size, qpp_shift, qpp_mask; in t4_bar2_sge_qregs() local
9263 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4_bar2_sge_qregs()
9266 qpp_mask = (1 << qpp_shift) - 1; in t4_bar2_sge_qregs()
9273 bar2_page_offset = ((u64)(qid >> qpp_shift) << page_shift); in t4_bar2_sge_qregs()