Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/ibmvscsi/
Dibmvfc.h648 struct ibmvfc_async_crq { struct
662 struct ibmvfc_async_crq *msgs; argument
Dibmvfc.c2702 static void ibmvfc_handle_async(struct ibmvfc_async_crq *crq, in ibmvfc_handle_async()
3181 static struct ibmvfc_async_crq *ibmvfc_next_async_crq(struct ibmvfc_host *vhost) in ibmvfc_next_async_crq()
3184 struct ibmvfc_async_crq *crq; in ibmvfc_next_async_crq()
3252 struct ibmvfc_async_crq *async; in ibmvfc_tasklet()
4945 async_q->msgs = (struct ibmvfc_async_crq *)get_zeroed_page(GFP_KERNEL); in ibmvfc_alloc_mem()
4951 async_q->size = PAGE_SIZE / sizeof(struct ibmvfc_async_crq); in ibmvfc_alloc_mem()