Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/bnxt_re/
Dqplib_res.h161 u32 pad_stride; member
Dqplib_fp.c945 hwq->pad_stride = size; in bnxt_qplib_init_psn_ptr()
1684 pg_num = (tail + hwq->pad_pgofft) / (PAGE_SIZE / hwq->pad_stride); in bnxt_qplib_pull_psn_buff()
1685 pg_indx = (tail + hwq->pad_pgofft) % (PAGE_SIZE / hwq->pad_stride); in bnxt_qplib_pull_psn_buff()
1686 buff = (void *)(hwq->pad_pg[pg_num] + pg_indx * hwq->pad_stride); in bnxt_qplib_pull_psn_buff()