Lines Matching refs:GFP_KERNEL
260 &mvi->tx_dma, GFP_KERNEL); in mvs_alloc()
265 &mvi->rx_fis_dma, GFP_KERNEL); in mvs_alloc()
272 &mvi->rx_dma, GFP_KERNEL); in mvs_alloc()
281 &mvi->slot_dma, GFP_KERNEL); in mvs_alloc()
288 &mvi->bulk_buffer_dma, GFP_KERNEL); in mvs_alloc()
294 &mvi->bulk_buffer_dma1, GFP_KERNEL); in mvs_alloc()
377 sizeof(struct mvs_slot_info), GFP_KERNEL); in mvs_pci_alloc()
394 mvi->tags = kzalloc(MVS_CHIP_SLOT_SZ>>3, GFP_KERNEL); in mvs_pci_alloc()
452 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init()
453 arr_port = kcalloc(port_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init()
461 sha->lldd_ha = kzalloc(sizeof(struct mvs_prv_info), GFP_KERNEL); in mvs_prep_sas_ha_init()
562 kcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL); in mvs_pci_init()