Searched refs:MVS_CHIP_SLOT_SZ (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_init.c | 124 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_free() 131 sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ, in mvs_free() 236 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_alloc() 257 sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ, in mvs_alloc() 261 memset(mvi->tx, 0, sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ); in mvs_alloc() 388 mvi->tags = kzalloc(MVS_CHIP_SLOT_SZ>>3, GFP_KERNEL); in mvs_pci_alloc() 503 can_queue = MVS_CHIP_SLOT_SZ; in mvs_post_sas_ha_init()
|
D | mv_64xx.c | 329 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ); in mvs_64xx_init() 394 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_64xx_init() 397 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ | COAL_EN); in mvs_64xx_init() 404 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_64xx_init() 765 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_64xx_tune_interrupt() 768 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ|COAL_EN); in mvs_64xx_tune_interrupt()
|
D | mv_94xx.c | 423 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ); in mvs_94xx_init() 489 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_94xx_init() 492 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ | COAL_EN); in mvs_94xx_init() 500 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_94xx_init() 997 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_94xx_tune_interrupt() 1000 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ|COAL_EN); in mvs_94xx_tune_interrupt()
|
D | mv_sas.h | 189 #define MVS_CHIP_SLOT_SZ (1U << mvi->chip->slot_width) macro
|
D | mv_sas.c | 833 mvi->tx_prod = (mvi->tx_prod + 1) & (MVS_CHIP_SLOT_SZ - 1); in mvs_task_prep() 870 (MVS_CHIP_SLOT_SZ - 1)); in mvs_task_exec()
|