Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h1848 #define FW_VIID_PFN_S 8 macro
1850 #define FW_VIID_PFN_G(x) (((x) >> FW_VIID_PFN_S) & FW_VIID_PFN_M)
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1769 << FW_VIID_PFN_S; in t4_uld_add()