Lines Matching refs:GFP_KERNEL
258 &mvi->tx_dma, GFP_KERNEL); in mvs_alloc()
263 &mvi->rx_fis_dma, GFP_KERNEL); in mvs_alloc()
270 &mvi->rx_dma, GFP_KERNEL); in mvs_alloc()
279 &mvi->slot_dma, GFP_KERNEL); in mvs_alloc()
286 &mvi->bulk_buffer_dma, GFP_KERNEL); in mvs_alloc()
292 &mvi->bulk_buffer_dma1, GFP_KERNEL); in mvs_alloc()
371 sizeof(struct mvs_slot_info), GFP_KERNEL); in mvs_pci_alloc()
388 mvi->tags = kzalloc(MVS_CHIP_SLOT_SZ>>3, GFP_KERNEL); in mvs_pci_alloc()
446 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init()
447 arr_port = kcalloc(port_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init()
455 sha->lldd_ha = kzalloc(sizeof(struct mvs_prv_info), GFP_KERNEL); in mvs_prep_sas_ha_init()
556 kcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL); in mvs_pci_init()