Home
last modified time | relevance | path

Searched refs:mps_log (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_wr.c1351 u32 mps, mps_log; in csio_wr_fixup_host_params() local
1359 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
1360 mps = 1 << mps_log; in csio_wr_fixup_host_params()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c7324 unsigned int mps, mps_log; in t4_fixup_host_params() local
7333 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
7334 mps = 1 << mps_log; in t4_fixup_host_params()