Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_bsg.c5411 uint8_t *cgn_buff; in lpfc_get_cgnbuf_info() local
5462 cgn_buff = vmalloc(cinfosz); in lpfc_get_cgnbuf_info()
5463 if (!cgn_buff) { in lpfc_get_cgnbuf_info()
5468 memcpy(cgn_buff, cp, cinfosz); in lpfc_get_cgnbuf_info()
5473 cgn_buff, cinfosz); in lpfc_get_cgnbuf_info()
5475 vfree(cgn_buff); in lpfc_get_cgnbuf_info()