Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dmegaraid.h144 } __attribute__ ((packed)) mega_passthru; typedef
202 mega_passthru *pthru;
489 mega_passthru pthru;
985 static mega_passthru* mega_prepare_passthru(adapter_t *, scb_t *,
995 static int mega_internal_command(adapter_t *, megacmd_t *, mega_passthru *);
Dmegaraid.c526 mega_passthru *pthru; in mega_build_cmd()
701 memset(pthru, 0, sizeof(mega_passthru)); in mega_build_cmd()
953 static mega_passthru *
957 mega_passthru *pthru; in mega_prepare_passthru()
960 memset(pthru, 0, sizeof (mega_passthru)); in mega_prepare_passthru()
1422 mega_passthru *pthru = NULL; in mega_cmd_done()
1831 pci_free_consistent(adapter->dev, sizeof(mega_passthru), in mega_free_sgl()
2912 sizeof(mega_passthru), in mega_init_scb()
2988 mega_passthru __user *upthru; /* user address for passthru */ in megadev_ioctl()
2989 mega_passthru *pthru; /* copy user passthru here */ in megadev_ioctl()
[all …]