Home
last modified time | relevance | path

Searched refs:ibmvfc_crq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvfc.h621 struct ibmvfc_crq { struct
629 struct ibmvfc_crq *msgs; argument
728 struct ibmvfc_crq crq;
H A Dibmvfc.c2797 static void ibmvfc_handle_crq(struct ibmvfc_crq *crq, struct ibmvfc_host *vhost) in ibmvfc_handle_crq()
3214 static struct ibmvfc_crq *ibmvfc_next_crq(struct ibmvfc_host *vhost) in ibmvfc_next_crq()
3217 struct ibmvfc_crq *crq; in ibmvfc_next_crq()
3261 struct ibmvfc_crq *crq; in ibmvfc_tasklet()
4880 crq->msgs = (struct ibmvfc_crq *)get_zeroed_page(GFP_KERNEL); in ibmvfc_init_crq()