Searched refs:get_chap (Results 1 – 4 of 4) sorted by relevance
3173 if (!transport->get_chap) in iscsi_get_chap()3180 chap_buf_size = (ev->u.get_chap.num_entries * sizeof(*chap_rec)); in iscsi_get_chap()3183 shost = scsi_host_lookup(ev->u.get_chap.host_no); in iscsi_get_chap()3186 __func__, ev->u.get_chap.host_no); in iscsi_get_chap()3206 evchap->u.get_chap.host_no = ev->u.get_chap.host_no; in iscsi_get_chap()3207 evchap->u.get_chap.chap_tbl_idx = ev->u.get_chap.chap_tbl_idx; in iscsi_get_chap()3208 evchap->u.get_chap.num_entries = ev->u.get_chap.num_entries; in iscsi_get_chap()3212 err = transport->get_chap(shost, ev->u.get_chap.chap_tbl_idx, in iscsi_get_chap()3213 &evchap->u.get_chap.num_entries, buf); in iscsi_get_chap()
139 int (*get_chap) (struct Scsi_Host *shost, uint16_t chap_tbl_idx, member
206 } get_chap; member
282 .get_chap = qla4xxx_get_chap_list,