Home
last modified time | relevance | path

Searched refs:bar2_qoffset (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c772 u64 bar2_page_offset, bar2_qoffset; in t4vf_bar2_sge_qregs() local
817 bar2_qoffset = bar2_page_offset; in t4vf_bar2_sge_qregs()
820 bar2_qoffset += bar2_qid_offset; in t4vf_bar2_sge_qregs()
824 *pbar2_qoffset = bar2_qoffset; in t4vf_bar2_sge_qregs()
Dsge.c2183 u64 bar2_qoffset; in bar2_address() local
2187 &bar2_qoffset, pbar2_qid); in bar2_address()
2191 return adapter->bar2 + bar2_qoffset; in bar2_address()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Dqp.c181 u64 bar2_qoffset; in c4iw_bar2_addrs() local
186 &bar2_qoffset, pbar2_qid); in c4iw_bar2_addrs()
191 *pbar2_pa = (rdev->bar2_pa + bar2_qoffset) & PAGE_MASK; in c4iw_bar2_addrs()
196 return rdev->bar2_kva + bar2_qoffset; in c4iw_bar2_addrs()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c4334 u64 bar2_qoffset; in bar2_address() local
4338 &bar2_qoffset, pbar2_qid); in bar2_address()
4342 return adapter->bar2 + bar2_qoffset; in bar2_address()
Dt4_hw.c9290 u64 bar2_page_offset, bar2_qoffset; in t4_bar2_sge_qregs() local
9334 bar2_qoffset = bar2_page_offset; in t4_bar2_sge_qregs()
9337 bar2_qoffset += bar2_qid_offset; in t4_bar2_sge_qregs()
9341 *pbar2_qoffset = bar2_qoffset; in t4_bar2_sge_qregs()
Dcxgb4_main.c2593 u64 bar2_qoffset; in process_db_drop() local
2598 0, &bar2_qoffset, &bar2_qid); in process_db_drop()
2604 adap->bar2 + bar2_qoffset + SGE_UDB_KDOORBELL); in process_db_drop()