Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dadf_gen4_pfvf.c123 adf_gen4_init_vf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops) in adf_gen4_init_vf_pfvf_ops() argument
125 pfvf_ops->enable_comms = adf_enable_vf2pf_comms; in adf_gen4_init_vf_pfvf_ops()
126 pfvf_ops->get_pf2vf_offset = adf_gen4_vf_get_pfvf_offset; in adf_gen4_init_vf_pfvf_ops()
127 pfvf_ops->get_vf2pf_offset = adf_gen4_vf_get_vfpf_offset; in adf_gen4_init_vf_pfvf_ops()
128 pfvf_ops->send_msg = adf_gen4_vf2pf_send; in adf_gen4_init_vf_pfvf_ops()
129 pfvf_ops->recv_msg = adf_gen4_pf2vf_recv; in adf_gen4_init_vf_pfvf_ops()
H A Dadf_pfvf_vf_proto.c33 struct adf_pfvf_ops *pfvf_ops = GET_PFVF_OPS(accel_dev); in adf_send_vf2pf_msg() local
34 u32 pfvf_offset = pfvf_ops->get_pf2vf_offset(0); in adf_send_vf2pf_msg()
36 int ret = pfvf_ops->send_msg(accel_dev, in adf_send_vf2pf_msg()
54 struct adf_pfvf_ops *pfvf_ops = GET_PFVF_OPS(accel_dev); in adf_recv_pf2vf_msg() local
55 u32 pfvf_offset = pfvf_ops->get_vf2pf_offset(0); // 1008 in adf_recv_pf2vf_msg()
56 return pfvf_ops->recv_msg(accel_dev, in adf_recv_pf2vf_msg()
H A Dadf_init.c351 ret = hw_data->csr_info.pfvf_ops.enable_comms(accel_dev); in adf_dev_init()
/freebsd/sys/dev/qat/include/
H A Dadf_gen2_pfvf.h15 adf_gen2_init_pf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops) in adf_gen2_init_pf_pfvf_ops() argument
17 pfvf_ops->enable_comms = adf_pfvf_comms_disabled; in adf_gen2_init_pf_pfvf_ops()
21 adf_gen2_init_vf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops) in adf_gen2_init_vf_pfvf_ops() argument
23 pfvf_ops->enable_comms = adf_pfvf_comms_disabled; in adf_gen2_init_vf_pfvf_ops()
H A Dadf_gen4_pfvf.h8 void adf_gen4_init_vf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops);
10 adf_gen4_init_pf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops) in adf_gen4_init_pf_pfvf_ops() argument
12 pfvf_ops->enable_comms = adf_pfvf_comms_disabled; in adf_gen4_init_pf_pfvf_ops()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h93 #define GET_PFVF_OPS(accel_dev) (&(accel_dev)->hw_device->csr_info.pfvf_ops)
328 struct adf_pfvf_ops pfvf_ops; member
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_4xxxvf_hw_data.c381 adf_gen4_init_vf_pfvf_ops(&hw_data->csr_info.pfvf_ops); in adf_init_hw_data_4xxxiov()
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c386 adf_gen2_init_pf_pfvf_ops(&hw_data->csr_info.pfvf_ops); in adf_init_hw_data_dh895xcc()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c396 adf_gen2_init_pf_pfvf_ops(&hw_data->csr_info.pfvf_ops); in adf_init_hw_data_c3xxx()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c401 adf_gen2_init_pf_pfvf_ops(&hw_data->csr_info.pfvf_ops); in adf_init_hw_data_c62x()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c522 adf_gen2_init_pf_pfvf_ops(&hw_data->csr_info.pfvf_ops); in adf_init_hw_data_200xx()
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c1008 adf_gen4_init_pf_pfvf_ops(&hw_data->csr_info.pfvf_ops); in adf_init_hw_data_4xxx()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c2196 adf_gen2_init_pf_pfvf_ops(&hw_data->csr_info.pfvf_ops); in adf_init_hw_data_c4xxx()