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
2945 if (!transport->set_path) in iscsi_set_path()2948 shost = scsi_host_lookup(ev->u.set_path.host_no); in iscsi_set_path()2951 ev->u.set_path.host_no); in iscsi_set_path()2956 err = transport->set_path(shost, params); in iscsi_set_path()3091 shost = scsi_host_lookup(ev->u.set_path.host_no); in iscsi_set_chap()3094 __func__, ev->u.set_path.host_no); in iscsi_set_chap()
2301 .set_path = bnx2i_nl_set_path,