Searched refs:GID_LIST_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 59 dwords = GID_LIST_SIZE / 4; in qla24xx_dump_ram() 234 words = GID_LIST_SIZE / 2; in qla2xxx_dump_ram()
|
D | qla_os.c | 2638 ha->gid_list = dma_alloc_coherent(&ha->pdev->dev, GID_LIST_SIZE, in qla2x00_mem_alloc() 2828 dma_free_coherent(&ha->pdev->dev, GID_LIST_SIZE, ha->gid_list, in qla2x00_mem_alloc() 2922 dma_free_coherent(&ha->pdev->dev, GID_LIST_SIZE, ha->gid_list, in qla2x00_mem_free()
|
D | qla_def.h | 2153 #define GID_LIST_SIZE (sizeof(struct gid_list_info) * MAX_FIBRE_DEVICES) macro
|
D | qla_init.c | 2694 memset(ha->gid_list, 0, GID_LIST_SIZE); in qla2x00_configure_local_loop()
|