Home
last modified time | relevance | path

Searched refs:SOURCEPF_G (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c802 if ((cnt == 0) && (((int32_t)(SOURCEPF_G(reg)) < 0) || in csio_hw_dev_ready()
803 (SOURCEPF_G(reg) >= CSIO_MAX_PFN))) { in csio_hw_dev_ready()
808 hw->pfn = SOURCEPF_G(reg); in csio_hw_dev_ready()
2241 uint32_t pf = SOURCEPF_G(csio_rd_reg32(hw, PL_WHOAMI_A)); in csio_hw_intr_enable()
2293 uint32_t pf = SOURCEPF_G(csio_rd_reg32(hw, PL_WHOAMI_A)); in csio_hw_intr_disable()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c623 SOURCEPF_G(whoami) : T6_SOURCEPF_G(whoami); in t4vf_get_sge_params()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c4396 SOURCEPF_G(whoami) : T6_SOURCEPF_G(whoami); in t4_intr_enable()
4423 SOURCEPF_G(whoami) : T6_SOURCEPF_G(whoami); in t4_intr_disable()
Dt4_regs.h2645 #define SOURCEPF_G(x) (((x) >> SOURCEPF_S) & SOURCEPF_M) macro
Dcxgb4_main.c4686 SOURCEPF_G(whoami) : T6_SOURCEPF_G(whoami); in init_one()