Searched refs:zfcp_reqlist (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_reqlist.h17 * struct zfcp_reqlist - Container for request list (reqlist)
21 struct zfcp_reqlist { struct
37 static inline struct zfcp_reqlist *zfcp_reqlist_alloc(void)
40 struct zfcp_reqlist *rl;
42 rl = kzalloc(sizeof(struct zfcp_reqlist), GFP_KERNEL);
60 static inline int zfcp_reqlist_isempty(struct zfcp_reqlist *rl)
74 static inline void zfcp_reqlist_free(struct zfcp_reqlist *rl)
83 _zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id)
104 zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id)
129 zfcp_reqlist_find_rm(struct zfcp_reqlist *r
[all...]
H A Dzfcp_def.h43 struct zfcp_reqlist;
164 struct zfcp_reqlist *req_list;

Completed in 31 milliseconds