Home
last modified time | relevance | path

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

/Linux-v5.4/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.c521 mega_passthru *pthru; in mega_build_cmd()
696 memset(pthru, 0, sizeof(mega_passthru)); in mega_build_cmd()
948 static mega_passthru *
952 mega_passthru *pthru; in mega_prepare_passthru()
955 memset(pthru, 0, sizeof (mega_passthru)); in mega_prepare_passthru()
1417 mega_passthru *pthru = NULL; in mega_cmd_done()
1826 pci_free_consistent(adapter->dev, sizeof(mega_passthru), in mega_free_sgl()
2907 sizeof(mega_passthru), in mega_init_scb()
2983 mega_passthru __user *upthru; /* user address for passthru */ in megadev_ioctl()
2984 mega_passthru *pthru; /* copy user passthru here */ in megadev_ioctl()
[all …]