Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c461 unsigned int page_shift, page_size, qpp_shift, qpp_mask; in t4vf_bar2_sge_qregs() local
480 qpp_mask = (1 << qpp_shift) - 1; in t4vf_bar2_sge_qregs()
488 bar2_qid = qid & qpp_mask; in t4vf_bar2_sge_qregs()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c7137 unsigned int page_shift, page_size, qpp_shift, qpp_mask; in t4_bar2_sge_qregs() local
7155 qpp_mask = (1 << qpp_shift) - 1; in t4_bar2_sge_qregs()
7163 bar2_qid = qid & qpp_mask; in t4_bar2_sge_qregs()