Home
last modified time | relevance | path

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

/dpdk/drivers/common/qat/
H A Dqat_pf2vf.c24 int data_shift = blck_hdr_shift; in qat_pf2vf_exch_msg() local
28 data_shift += ADF_VF2PF_SMALL_BLOCK_BYTE_NUM_SHIFT; in qat_pf2vf_exch_msg()
31 data_shift += ADF_VF2PF_MEDIUM_BLOCK_BYTE_NUM_SHIFT; in qat_pf2vf_exch_msg()
34 data_shift += ADF_VF2PF_LARGE_BLOCK_BYTE_NUM_SHIFT; in qat_pf2vf_exch_msg()
48 (pf2vf_msg.msg_data << (data_shift)); in qat_pf2vf_exch_msg()
51 ((pf2vf_msg.msg_data + i) << (data_shift)); in qat_pf2vf_exch_msg()