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

/linux-master/drivers/scsi/elx/libefc/
H A Defc_els.h13 struct efc_els_io_req { struct
32 struct efc_els_io_req *
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);
H A Defc_els.c34 struct efc_els_io_req *
40 struct efc_els_io_req *
44 struct efc_els_io_req *els;
101 efc_els_io_free(struct efc_els_io_req *els)
109 struct efc_els_io_req *els =
110 container_of(arg, struct efc_els_io_req, ref);
145 efc_els_retry(struct efc_els_io_req *els);
150 struct efc_els_io_req *els = from_timer(els, t, delay_timer);
159 struct efc_els_io_req *els;
248 struct efc_els_io_req *el
[all...]
H A Defclib.c50 sizeof(struct efc_els_io_req));

Completed in 222 milliseconds