Home
last modified time | relevance | path

Searched refs:mps_log (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_wr.c1350 u32 mps, mps_log; in csio_wr_fixup_host_params() local
1358 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
1359 mps = 1 << mps_log; in csio_wr_fixup_host_params()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_wr.c1350 u32 mps, mps_log; in csio_wr_fixup_host_params() local
1358 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
1359 mps = 1 << mps_log; in csio_wr_fixup_host_params()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7356 unsigned int mps, mps_log; in t4_fixup_host_params() local
7365 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
7366 mps = 1 << mps_log; in t4_fixup_host_params()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7326 unsigned int mps, mps_log; in t4_fixup_host_params() local
7335 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
7336 mps = 1 << mps_log; in t4_fixup_host_params()

Completed in 26 milliseconds