Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Ddat.c434 size_t nvi) in nilfs_dat_get_vinfo() argument
444 for (i = 0; i < nvi; i += n) { in nilfs_dat_get_vinfo()
456 j < nvi && vinfo->vi_vblocknr >= first && in nilfs_dat_get_vinfo()
469 return nvi; in nilfs_dat_get_vinfo()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h197 unsigned int nvi; /* N virtual interfaces */ member
Dcxgb4vf_main.c2038 S("Virtual Interfaces", "%d", nvi); in resources_show()
2330 adapter->params.nports = vfres->nvi; in adap_init0()
Dt4vf_hw.c807 vfres->nvi = FW_PFVF_CMD_NVI_G(word); in t4vf_get_vfres()