Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c3311 if (!transport->get_chap) in iscsi_get_chap()
3318 chap_buf_size = (ev->u.get_chap.num_entries * sizeof(*chap_rec)); in iscsi_get_chap()
3321 shost = scsi_host_lookup(ev->u.get_chap.host_no); in iscsi_get_chap()
3324 __func__, ev->u.get_chap.host_no); in iscsi_get_chap()
3344 evchap->u.get_chap.host_no = ev->u.get_chap.host_no; in iscsi_get_chap()
3345 evchap->u.get_chap.chap_tbl_idx = ev->u.get_chap.chap_tbl_idx; in iscsi_get_chap()
3346 evchap->u.get_chap.num_entries = ev->u.get_chap in iscsi_get_chap()
[all...]
/linux/include/scsi/
H A Discsi_if.h206 } get_chap; member
/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c284 .get_chap = qla4xxx_get_chap_list,