Home
last modified time | relevance | path

Searched refs:cxgbi_hba (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/cxgbi/
Dlibcxgbi.h437 struct cxgbi_hba { struct
468 struct cxgbi_hba **hbas;
514 struct cxgbi_hba *chba;
522 struct cxgbi_hba *chba;
556 static inline void cxgbi_set_iscsi_ipv4(struct cxgbi_hba *chba, __be32 ipaddr) in cxgbi_set_iscsi_ipv4()
Dlibcxgbi.c136 (sizeof(struct cxgbi_hba *) + in cxgbi_device_register()
144 cdev->hbas = (struct cxgbi_hba **)(((char*)cdev->ports) + nports * in cxgbi_device_register()
148 nports * sizeof(struct cxgbi_hba *); in cxgbi_device_register()
321 struct cxgbi_hba *chba; in cxgbi_hbas_remove()
342 struct cxgbi_hba *chba; in cxgbi_hbas_add()
2427 struct cxgbi_hba *chba; in cxgbi_create_session()
2478 struct cxgbi_hba *chba = iscsi_host_priv(shost); in cxgbi_set_host_param()
2511 struct cxgbi_hba *chba = iscsi_host_priv(shost); in cxgbi_get_host_param()
2557 struct cxgbi_hba *hba = NULL; in cxgbi_ep_connect()
/Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c932 static void update_address(struct cxgbi_hba *chba) in update_address()
960 struct cxgbi_hba *chba = cdev->hbas[csk->port_id]; in init_act_open()