Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/elx/libefc/
Defc_els.c34 struct efc_els_io_req *
40 struct efc_els_io_req *
44 struct efc_els_io_req *els; in efc_els_io_alloc_size()
105 efc_els_io_free(struct efc_els_io_req *els) in efc_els_io_free()
113 struct efc_els_io_req *els = in _efc_els_io_free()
114 container_of(arg, struct efc_els_io_req, ref); in _efc_els_io_free()
149 efc_els_retry(struct efc_els_io_req *els);
154 struct efc_els_io_req *els = from_timer(els, t, delay_timer); in efc_els_delay_timer_cb()
163 struct efc_els_io_req *els; in efc_els_req_cb()
252 struct efc_els_io_req *els = in efc_disc_io_complete()
[all …]
Defc_els.h13 struct efc_els_io_req { struct
32 struct efc_els_io_req * argument
34 struct efc_els_io_req *
36 void efc_els_io_free(struct efc_els_io_req *els);
66 efc_els_io_cleanup(struct efc_els_io_req *els, int evt, void *arg);
93 efc_bls_send_rjt_hdr(struct efc_els_io_req *io, struct fc_frame_header *hdr);
Defclib.c50 sizeof(struct efc_els_io_req)); in efcport_init()