Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvfc.h648 struct ibmvfc_async_crq { struct
662 struct ibmvfc_async_crq *msgs; argument
H A Dibmvfc.c2707 static void ibmvfc_handle_async(struct ibmvfc_async_crq *crq, in ibmvfc_handle_async()
3191 static struct ibmvfc_async_crq *ibmvfc_next_async_crq(struct ibmvfc_host *vhost) in ibmvfc_next_async_crq()
3194 struct ibmvfc_async_crq *crq; in ibmvfc_next_async_crq()
3262 struct ibmvfc_async_crq *async; in ibmvfc_tasklet()
4974 async_q->msgs = (struct ibmvfc_async_crq *)get_zeroed_page(GFP_KERNEL); in ibmvfc_alloc_mem()
4980 async_q->size = PAGE_SIZE / sizeof(struct ibmvfc_async_crq); in ibmvfc_alloc_mem()