Lines Matching refs:nitrox_device
71 static void write_to_ucd_unit(struct nitrox_device *ndev, u32 ucode_size, in write_to_ucd_unit()
110 static int nitrox_load_fw(struct nitrox_device *ndev) in nitrox_load_fw()
235 static int nitrox_add_to_devlist(struct nitrox_device *ndev) in nitrox_add_to_devlist()
237 struct nitrox_device *dev; in nitrox_add_to_devlist()
262 static void nitrox_remove_from_devlist(struct nitrox_device *ndev) in nitrox_remove_from_devlist()
270 struct nitrox_device *nitrox_get_first_device(void) in nitrox_get_first_device()
272 struct nitrox_device *ndev; in nitrox_get_first_device()
289 void nitrox_put_device(struct nitrox_device *ndev) in nitrox_put_device()
316 static int nitrox_pf_sw_init(struct nitrox_device *ndev) in nitrox_pf_sw_init()
331 static void nitrox_pf_sw_cleanup(struct nitrox_device *ndev) in nitrox_pf_sw_cleanup()
341 static int nitrox_bist_check(struct nitrox_device *ndev) in nitrox_bist_check()
366 static int nitrox_pf_hw_init(struct nitrox_device *ndev) in nitrox_pf_hw_init()
411 struct nitrox_device *ndev; in nitrox_probe()
525 struct nitrox_device *ndev = pci_get_drvdata(pdev); in nitrox_remove()