Home
last modified time | relevance | path

Searched refs:cxgbi_device_register (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/scsi/cxgbi/
Dlibcxgbi.h587 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
Dlibcxgbi.c131 struct cxgbi_device *cxgbi_device_register(unsigned int extra, in cxgbi_device_register() function
164 EXPORT_SYMBOL_GPL(cxgbi_device_register);
/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1314 cdev = cxgbi_device_register(0, adapter->params.nports); in cxgb3i_dev_open()
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c2222 cdev = cxgbi_device_register(sizeof(*lldi), lldi->nports); in t4_uld_add()