Home
last modified time | relevance | path

Searched refs:fcp_queue_empty (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/fc4/
Dfc_syms.c20 EXPORT_SYMBOL(fcp_queue_empty);
Dfcp_impl.h144 void fcp_queue_empty(fc_channel *);
Dsoc.c176 fcp_queue_empty ((fc_channel *)&(s->port[s->curr_port])); in soc_request()
178 fcp_queue_empty ((fc_channel *)&(s->port[1 - s->curr_port])); in soc_request()
180 fcp_queue_empty ((fc_channel *)&(s->port[1 - s->curr_port])); in soc_request()
Dsocal.c234 fcp_queue_empty ((fc_channel *)&(s->port[s->curr_port])); in socal_request()
236 fcp_queue_empty ((fc_channel *)&(s->port[1 - s->curr_port])); in socal_request()
238 fcp_queue_empty ((fc_channel *)&(s->port[1 - s->curr_port])); in socal_request()
Dfc.c81 void fcp_queue_empty(fc_channel *);
871 void fcp_queue_empty(fc_channel *fc) in fcp_queue_empty() function