Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_lnode.c394 struct fc_fdmi_hba_identifier *hbaid; in csio_ln_fdmi_dprt_cbfn() local
423 hbaid = (struct fc_fdmi_hba_identifier *)pld; in csio_ln_fdmi_dprt_cbfn()
424 memcpy(&hbaid->id, csio_ln_wwpn(ln), 8); /* HBA identifer */ in csio_ln_fdmi_dprt_cbfn()
425 pld += sizeof(*hbaid); in csio_ln_fdmi_dprt_cbfn()
552 struct fc_fdmi_hba_identifier *hbaid; in csio_ln_fdmi_start() local
575 hbaid = (struct fc_fdmi_hba_identifier *)csio_ct_get_pld(cmd); in csio_ln_fdmi_start()
576 memcpy(&hbaid->id, csio_ln_wwpn(ln), 8); in csio_ln_fdmi_start()
577 len += sizeof(*hbaid); in csio_ln_fdmi_start()