Searched refs:set_path (Results 1 – 4 of 4) sorted by relevance
141 int (*set_path) (struct Scsi_Host *shost, struct iscsi_path *params); member
196 } set_path; member
2949 if (!transport->set_path) in iscsi_set_path()2952 shost = scsi_host_lookup(ev->u.set_path.host_no); in iscsi_set_path()2955 ev->u.set_path.host_no); in iscsi_set_path()2960 err = transport->set_path(shost, params); in iscsi_set_path()3095 shost = scsi_host_lookup(ev->u.set_path.host_no); in iscsi_set_chap()3098 __func__, ev->u.set_path.host_no); in iscsi_set_chap()
2304 .set_path = bnx2i_nl_set_path,