Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h170 int beiscsi_get_initiator_name(struct beiscsi_hba *phba, char *name, bool cfg);
H A Dbe_iscsi.c779 status = beiscsi_get_initiator_name(phba, buf, true); in beiscsi_get_host_param()
781 status = beiscsi_get_initiator_name(phba, buf, false); in beiscsi_get_host_param()
H A Dbe_mgmt.c360 int beiscsi_get_initiator_name(struct beiscsi_hba *phba, char *name, bool cfg) in beiscsi_get_initiator_name() function