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

/freebsd-current/sys/dev/qat/include/
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) argument
12 pfvf_ops->enable_comms = adf_pfvf_comms_disabled;
H A Dadf_gen2_pfvf.h15 adf_gen2_init_pf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops) argument
17 pfvf_ops->enable_comms = adf_pfvf_comms_disabled;
21 adf_gen2_init_vf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops) argument
23 pfvf_ops->enable_comms = adf_pfvf_comms_disabled;
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_gen4_pfvf.c123 adf_gen4_init_vf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops) argument
125 pfvf_ops->enable_comms = adf_enable_vf2pf_comms;
126 pfvf_ops->get_pf2vf_offset = adf_gen4_vf_get_pfvf_offset;
127 pfvf_ops->get_vf2pf_offset = adf_gen4_vf_get_vfpf_offset;
128 pfvf_ops->send_msg = adf_gen4_vf2pf_send;
129 pfvf_ops->recv_msg = adf_gen4_pf2vf_recv;
H A Dadf_pfvf_vf_proto.c33 struct adf_pfvf_ops *pfvf_ops = GET_PFVF_OPS(accel_dev); local
34 u32 pfvf_offset = pfvf_ops->get_pf2vf_offset(0);
36 int ret = pfvf_ops->send_msg(accel_dev,
54 struct adf_pfvf_ops *pfvf_ops = GET_PFVF_OPS(accel_dev); local
55 u32 pfvf_offset = pfvf_ops->get_vf2pf_offset(0); // 1008
56 return pfvf_ops->recv_msg(accel_dev,
H A Dadf_init.c351 ret = hw_data->csr_info.pfvf_ops.enable_comms(accel_dev);
/freebsd-current/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 in struct:adf_hw_csr_info
/freebsd-current/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);
/freebsd-current/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);
/freebsd-current/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);
/freebsd-current/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);
/freebsd-current/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);
/freebsd-current/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);
/freebsd-current/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);

Completed in 183 milliseconds