Lines Matching refs:nitrox_device
80 static void write_to_ucd_unit(struct nitrox_device *ndev, u32 ucode_size, in write_to_ucd_unit()
119 static int nitrox_load_fw(struct nitrox_device *ndev) in nitrox_load_fw()
244 static int nitrox_add_to_devlist(struct nitrox_device *ndev) in nitrox_add_to_devlist()
246 struct nitrox_device *dev; in nitrox_add_to_devlist()
271 static void nitrox_remove_from_devlist(struct nitrox_device *ndev) in nitrox_remove_from_devlist()
279 struct nitrox_device *nitrox_get_first_device(void) in nitrox_get_first_device()
281 struct nitrox_device *ndev; in nitrox_get_first_device()
298 void nitrox_put_device(struct nitrox_device *ndev) in nitrox_put_device()
327 static int nitrox_pf_sw_init(struct nitrox_device *ndev) in nitrox_pf_sw_init()
342 static void nitrox_pf_sw_cleanup(struct nitrox_device *ndev) in nitrox_pf_sw_cleanup()
352 static int nitrox_bist_check(struct nitrox_device *ndev) in nitrox_bist_check()
377 static int nitrox_pf_hw_init(struct nitrox_device *ndev) in nitrox_pf_hw_init()
422 struct nitrox_device *ndev; in nitrox_probe()
538 struct nitrox_device *ndev = pci_get_drvdata(pdev); in nitrox_remove()