Searched refs:MVS_CHIP_SLOT_SZ (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/scsi/mvsas/ |
D | mv_init.c | 109 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_free() 115 sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ, in mvs_free() 220 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_alloc() 240 sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ, in mvs_alloc() 244 memset(mvi->tx, 0, sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ); in mvs_alloc() 372 mvi->tags = kzalloc(MVS_CHIP_SLOT_SZ>>3, GFP_KERNEL); in mvs_pci_alloc() 472 can_queue = MVS_CHIP_SLOT_SZ; in mvs_post_sas_ha_init()
|
D | mv_64xx.c | 314 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ); in mvs_64xx_init() 379 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_64xx_init() 382 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ | COAL_EN); in mvs_64xx_init() 389 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_64xx_init() 751 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_64xx_tune_interrupt() 754 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ|COAL_EN); in mvs_64xx_tune_interrupt()
|
D | mv_94xx.c | 452 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ); in mvs_94xx_init() 518 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_94xx_init() 521 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ | COAL_EN); in mvs_94xx_init() 529 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_94xx_init() 1030 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_94xx_tune_interrupt() 1033 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ|COAL_EN); in mvs_94xx_tune_interrupt()
|
D | mv_sas.h | 173 #define MVS_CHIP_SLOT_SZ (1U << mvi->chip->slot_width) macro
|
D | mv_sas.c | 821 mvi->tx_prod = (mvi->tx_prod + 1) & (MVS_CHIP_SLOT_SZ - 1); in mvs_task_prep() 858 (MVS_CHIP_SLOT_SZ - 1)); in mvs_task_exec()
|