File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
drivers/crypto/qat/qat_common Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ int adf_dev_start(struct adf_accel_dev *accel_dev);
106
106
int adf_dev_stop (struct adf_accel_dev * accel_dev );
107
107
void adf_dev_shutdown (struct adf_accel_dev * accel_dev );
108
108
109
- void adf_enable_pf2vf_interrupts (struct adf_accel_dev * accel_dev );
110
- void adf_disable_pf2vf_interrupts (struct adf_accel_dev * accel_dev );
111
109
int adf_iov_putmsg (struct adf_accel_dev * accel_dev , u32 msg , u8 vf_nr );
112
110
void adf_pf2vf_notify_restarting (struct adf_accel_dev * accel_dev );
113
111
int adf_enable_vf2pf_comms (struct adf_accel_dev * accel_dev );
@@ -236,6 +234,8 @@ void adf_disable_vf2pf_interrupts(struct adf_accel_dev *accel_dev,
236
234
uint32_t vf_mask );
237
235
void adf_enable_vf2pf_interrupts (struct adf_accel_dev * accel_dev ,
238
236
uint32_t vf_mask );
237
+ void adf_enable_pf2vf_interrupts (struct adf_accel_dev * accel_dev );
238
+ void adf_disable_pf2vf_interrupts (struct adf_accel_dev * accel_dev );
239
239
#else
240
240
static inline int adf_sriov_configure (struct pci_dev * pdev , int numvfs )
241
241
{
@@ -245,5 +245,13 @@ static inline int adf_sriov_configure(struct pci_dev *pdev, int numvfs)
245
245
static inline void adf_disable_sriov (struct adf_accel_dev * accel_dev )
246
246
{
247
247
}
248
+
249
+ static inline void adf_enable_pf2vf_interrupts (struct adf_accel_dev * accel_dev )
250
+ {
251
+ }
252
+
253
+ static inline void adf_disable_pf2vf_interrupts (struct adf_accel_dev * accel_dev )
254
+ {
255
+ }
248
256
#endif
249
257
#endif
You can’t perform that action at this time.
0 commit comments