Searched refs:mega_passthru (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/scsi/ |
D | megaraid.c | 523 mega_passthru *pthru; in mega_build_cmd() 698 memset(pthru, 0, sizeof(mega_passthru)); in mega_build_cmd() 950 static mega_passthru * 954 mega_passthru *pthru; in mega_prepare_passthru() 957 memset(pthru, 0, sizeof (mega_passthru)); in mega_prepare_passthru() 1419 mega_passthru *pthru = NULL; in mega_cmd_done() 1817 sizeof(mega_passthru), scb->pthru, in mega_free_sgl() 2892 sizeof(mega_passthru), in mega_init_scb() 2967 mega_passthru __user *upthru; /* user address for passthru */ in megadev_ioctl() 2968 mega_passthru *pthru; /* copy user passthru here */ in megadev_ioctl() [all …]
|
D | megaraid.h | 145 } __attribute__ ((packed)) mega_passthru; typedef 203 mega_passthru *pthru; 490 mega_passthru pthru; 1006 static mega_passthru* mega_prepare_passthru(adapter_t *, scb_t *, 1016 static int mega_internal_command(adapter_t *, megacmd_t *, mega_passthru *);
|