qpp_mask         9253 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	unsigned int page_shift, page_size, qpp_shift, qpp_mask;
qpp_mask         9271 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	qpp_mask = (1 << qpp_shift) - 1;
qpp_mask         9279 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	bar2_qid = qid & qpp_mask;
qpp_mask          773 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	unsigned int page_shift, page_size, qpp_shift, qpp_mask;
qpp_mask          792 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	qpp_mask = (1 << qpp_shift) - 1;
qpp_mask          800 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	bar2_qid = qid & qpp_mask;