Lines Matching refs:mega_passthru
487 sizeof(mega_passthru), in mega_find_card()
728 adapter->dev, sizeof(mega_passthru), in mega_find_card()
1246 mega_passthru *pthru; in mega_build_cmd()
1411 memset(pthru, 0, sizeof(mega_passthru)); in mega_build_cmd()
1675 static mega_passthru *
1679 mega_passthru *pthru; in mega_prepare_passthru()
1682 memset(pthru, 0, sizeof (mega_passthru)); in mega_prepare_passthru()
1933 mega_passthru *pthru = NULL; in mega_cmd_done()
2585 pci_free_consistent(adapter->dev, sizeof(mega_passthru), in mega_free_sgl()
2695 pci_free_consistent( adapter->dev, sizeof(mega_passthru), in megaraid_release()
4114 sizeof(mega_passthru), in mega_init_scb()
4215 mega_passthru *upthru; /* user address for passthru */ in megadev_ioctl()
4216 mega_passthru *pthru; /* copy user passthru here */ in megadev_ioctl()
4396 memcpy(pthru, (char *)upthru,sizeof(mega_passthru)); in megadev_ioctl()
4675 sizeof(mega_passthru)); in mega_m_to_n()
4700 sizeof(mega_passthru)); in mega_m_to_n()
4730 mega_passthru *upthru; in mega_n_to_m()
4764 upthru = (mega_passthru *)((ulong)&uioc_mimd->pthru); in mega_n_to_m()
5406 mega_passthru *pthru; in mega_internal_dev_inquiry()
5419 pthru = pci_alloc_consistent(pdev, sizeof(mega_passthru), in mega_internal_dev_inquiry()
5455 pci_free_consistent(pdev, sizeof(mega_passthru), pthru, in mega_internal_dev_inquiry()
5481 mega_passthru *pthru ) in mega_internal_command()