Home
last modified time | relevance | path

Searched refs:hbas (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/scsi/cxgbi/
Dlibcxgbi.c144 cdev->hbas = (struct cxgbi_hba **)(((char*)cdev->ports) + nports * in cxgbi_device_register()
147 cdev->dd_data = ((char *)cdev->hbas) + in cxgbi_device_register()
237 cdev->hbas[i]->vdev = vdev; in cxgbi_device_find_by_netdev()
269 cdev->hbas[i]->vdev = vdev; in cxgbi_device_find_by_netdev_rcu()
304 cdev->hbas[i]->vdev = vdev; in cxgbi_device_find_by_mac()
329 chba = cdev->hbas[i]; in cxgbi_hbas_remove()
331 cdev->hbas[i] = NULL; in cxgbi_hbas_remove()
384 cdev->hbas[i] = chba; in cxgbi_hbas_add()
2594 hba = csk->cdev->hbas[csk->port_id]; in cxgbi_ep_connect()
2595 else if (hba != csk->cdev->hbas[csk->port_id]) { in cxgbi_ep_connect()
[all …]
Dlibcxgbi.h464 struct cxgbi_hba **hbas; member
/Linux-v4.19/Documentation/scsi/
Daacraid.txt134 …aptec.com> Fixed panic issues and added some new product ids for upcoming hbas. Performance tuning…
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c960 struct cxgbi_hba *chba = cdev->hbas[csk->port_id]; in init_act_open()
1340 cdev->hbas[i]->ipv4addr = in cxgb3i_dev_open()
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c2068 cdev->hbas[i]->port_id = pi->port_id; in t4_uld_add()