Home
last modified time | relevance | path

Searched refs:PFNUM_V (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c300 win_pf = PFNUM_V(hw->pfn); in csio_t5_memory_rw()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h802 #define PFNUM_V(x) ((x) << PFNUM_S) macro
H A Dcudbg_lib.c1311 win_pf = is_t4(adap->params.chip) ? 0 : PFNUM_V(adap->pf); in cudbg_memory_read()
H A Dt4_hw.c644 win_pf = is_t4(adap->params.chip) ? 0 : PFNUM_V(adap->pf); in t4_memory_rw()