Home
last modified time | relevance | path

Searched refs:GID_LIST_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_dbg.c59 dwords = GID_LIST_SIZE / 4; in qla24xx_dump_ram()
234 words = GID_LIST_SIZE / 2; in qla2xxx_dump_ram()
Dqla_os.c2638 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()
Dqla_def.h2153 #define GID_LIST_SIZE (sizeof(struct gid_list_info) * MAX_FIBRE_DEVICES) macro
Dqla_init.c2694 memset(ha->gid_list, 0, GID_LIST_SIZE); in qla2x00_configure_local_loop()