• Home
  • Raw
  • Download

Lines Matching defs:fn

21 static struct ocxl_fn *ocxl_fn_get(struct ocxl_fn *fn)  in ocxl_fn_get()
26 static void ocxl_fn_put(struct ocxl_fn *fn) in ocxl_fn_put()
41 static struct ocxl_afu *alloc_afu(struct ocxl_fn *fn) in alloc_afu()
74 struct ocxl_fn *fn = afu->fn; in set_afu_device() local
86 struct ocxl_fn *fn = afu->fn; in assign_afu_actag() local
113 struct ocxl_fn *fn = afu->fn; in reclaim_afu_actag() local
123 struct ocxl_fn *fn = afu->fn; in assign_afu_pasid() local
151 struct ocxl_fn *fn = afu->fn; in reclaim_afu_pasid() local
159 static int reserve_fn_bar(struct ocxl_fn *fn, int bar) in reserve_fn_bar()
176 static void release_fn_bar(struct ocxl_fn *fn, int bar) in release_fn_bar()
301 static int init_afu(struct pci_dev *dev, struct ocxl_fn *fn, u8 afu_idx) in init_afu()
351 struct ocxl_fn *fn; in alloc_function() local
363 static void free_function(struct ocxl_fn *fn) in free_function()
372 struct ocxl_fn *fn = to_ocxl_function(dev); in free_function_dev() local
377 static int set_function_device(struct ocxl_fn *fn, struct pci_dev *dev) in set_function_device()
390 static int assign_function_actag(struct ocxl_fn *fn) in assign_function_actag()
411 static int set_function_pasid(struct ocxl_fn *fn) in set_function_pasid()
437 static int configure_function(struct ocxl_fn *fn, struct pci_dev *dev) in configure_function()
496 static void deconfigure_function(struct ocxl_fn *fn) in deconfigure_function()
506 struct ocxl_fn *fn; in init_function() local
528 static void remove_function(struct ocxl_fn *fn) in remove_function()
538 struct ocxl_fn *fn; in ocxl_probe() local
571 struct ocxl_fn *fn = pci_get_drvdata(dev); in ocxl_remove() local