Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/ibmvscsi/
Dibmvfc.h570 struct ibmvfc_async_crq { struct
583 struct ibmvfc_async_crq *msgs; argument
Dibmvfc.c2563 static void ibmvfc_handle_async(struct ibmvfc_async_crq *crq, in ibmvfc_handle_async()
3071 static struct ibmvfc_async_crq *ibmvfc_next_async_crq(struct ibmvfc_host *vhost) in ibmvfc_next_async_crq()
3074 struct ibmvfc_async_crq *crq; in ibmvfc_next_async_crq()
3142 struct ibmvfc_async_crq *async; in ibmvfc_tasklet()
4568 async_q->msgs = (struct ibmvfc_async_crq *)get_zeroed_page(GFP_KERNEL); in ibmvfc_alloc_mem()
4574 async_q->size = PAGE_SIZE / sizeof(struct ibmvfc_async_crq); in ibmvfc_alloc_mem()