Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dmegaraid.h143 } __attribute__ ((packed)) mega_passthru; typedef
201 mega_passthru *pthru;
488 mega_passthru pthru;
996 static mega_passthru* mega_prepare_passthru(adapter_t *, scb_t *,
1006 static int mega_internal_command(adapter_t *, megacmd_t *, mega_passthru *);
Dmegaraid.c524 mega_passthru *pthru; in mega_build_cmd()
699 memset(pthru, 0, sizeof(mega_passthru)); in mega_build_cmd()
951 static mega_passthru *
955 mega_passthru *pthru; in mega_prepare_passthru()
958 memset(pthru, 0, sizeof (mega_passthru)); in mega_prepare_passthru()
1419 mega_passthru *pthru = NULL; in mega_cmd_done()
1828 pci_free_consistent(adapter->dev, sizeof(mega_passthru), in mega_free_sgl()
2942 sizeof(mega_passthru), in mega_init_scb()
3018 mega_passthru __user *upthru; /* user address for passthru */ in megadev_ioctl()
3019 mega_passthru *pthru; /* copy user passthru here */ in megadev_ioctl()
[all …]