Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/cxgbi/
Dlibcxgbi.h452 struct cxgbi_hba { struct
484 struct cxgbi_hba **hbas;
531 struct cxgbi_hba *chba;
539 struct cxgbi_hba *chba;
578 static inline void cxgbi_set_iscsi_ipv4(struct cxgbi_hba *chba, __be32 ipaddr) in cxgbi_set_iscsi_ipv4()
Dlibcxgbi.c137 (sizeof(struct cxgbi_hba *) + in cxgbi_device_register()
145 cdev->hbas = (struct cxgbi_hba **)(((char*)cdev->ports) + nports * in cxgbi_device_register()
149 nports * sizeof(struct cxgbi_hba *); in cxgbi_device_register()
322 struct cxgbi_hba *chba; in cxgbi_hbas_remove()
343 struct cxgbi_hba *chba; in cxgbi_hbas_add()
2731 struct cxgbi_hba *chba; in cxgbi_create_session()
2782 struct cxgbi_hba *chba = iscsi_host_priv(shost); in cxgbi_set_host_param()
2815 struct cxgbi_hba *chba = iscsi_host_priv(shost); in cxgbi_get_host_param()
2861 struct cxgbi_hba *hba = NULL; in cxgbi_ep_connect()
/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c931 static void update_address(struct cxgbi_hba *chba) in update_address()
959 struct cxgbi_hba *chba = cdev->hbas[csk->port_id]; in init_act_open()