Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c772 unsigned int page_shift, page_size, qpp_shift, qpp_mask; in t4vf_bar2_sge_qregs() local
788 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4vf_bar2_sge_qregs()
791 qpp_mask = (1 << qpp_shift) - 1; in t4vf_bar2_sge_qregs()
798 bar2_page_offset = ((u64)(qid >> qpp_shift) << page_shift); in t4vf_bar2_sge_qregs()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c9260 unsigned int page_shift, page_size, qpp_shift, qpp_mask; in t4_bar2_sge_qregs() local
9275 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4_bar2_sge_qregs()
9278 qpp_mask = (1 << qpp_shift) - 1; in t4_bar2_sge_qregs()
9285 bar2_page_offset = ((u64)(qid >> qpp_shift) << page_shift); in t4_bar2_sge_qregs()