Searched refs:qpp_shift (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 771 unsigned int page_shift, page_size, qpp_shift, qpp_mask; in t4vf_bar2_sge_qregs() local 787 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4vf_bar2_sge_qregs() 790 qpp_mask = (1 << qpp_shift) - 1; in t4vf_bar2_sge_qregs() 797 bar2_page_offset = ((u64)(qid >> qpp_shift) << page_shift); in t4vf_bar2_sge_qregs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 772 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9291 unsigned int page_shift, page_size, qpp_shift, qpp_mask; in t4_bar2_sge_qregs() local 9306 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4_bar2_sge_qregs() 9309 qpp_mask = (1 << qpp_shift) - 1; in t4_bar2_sge_qregs() 9316 bar2_page_offset = ((u64)(qid >> qpp_shift) << page_shift); in t4_bar2_sge_qregs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9260 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()
|
Completed in 29 milliseconds