Searched refs:nvi (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | dat.c | 434 size_t nvi) in nilfs_dat_get_vinfo() 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() 433 nilfs_dat_get_vinfo(struct inode *dat, void *buf, unsigned int visz, size_t nvi) nilfs_dat_get_vinfo() argument
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | dat.c | 445 size_t nvi) in nilfs_dat_get_vinfo() 455 for (i = 0; i < nvi; i += n) { in nilfs_dat_get_vinfo() 467 j < nvi && vinfo->vi_vblocknr >= first && in nilfs_dat_get_vinfo() 480 return nvi; in nilfs_dat_get_vinfo() 444 nilfs_dat_get_vinfo(struct inode *dat, void *buf, unsigned int visz, size_t nvi) nilfs_dat_get_vinfo() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dfs_cache.c | 605 struct vol_info *vi, *nvi; in free_vol_list() local 607 list_for_each_entry_safe(vi, nvi, &vol_list, list) { in free_vol_list() 1610 struct vol_info *vi, *nvi; in refresh_cache_worker() local 1634 list_for_each_entry_safe(vi, nvi, &vols, rlist) { in refresh_cache_worker()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_common.h | 245 unsigned int nvi; /* N virtual interfaces */ member
|
H A D | cxgb4vf_main.c | 2305 S("Virtual Interfaces", "%d", nvi); in resources_show() 2447 adapter->params.nports = vfres->nvi; in size_nports_qsets() 2625 if (adapter->params.vfres.nvi == 0) { in adap_init0() 3126 } else if (naddr && adapter->params.vfres.nvi == 1) { in cxgb4vf_pci_probe()
|
H A D | t4vf_hw.c | 1122 vfres->nvi = FW_PFVF_CMD_NVI_G(word); in t4vf_get_vfres()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_common.h | 245 unsigned int nvi; /* N virtual interfaces */ member
|
H A D | cxgb4vf_main.c | 2313 S("Virtual Interfaces", "%d", nvi); in resources_show() 2455 adapter->params.nports = vfres->nvi; in size_nports_qsets() 2633 if (adapter->params.vfres.nvi == 0) { in adap_init0() 3116 } else if (naddr && adapter->params.vfres.nvi == 1) { in cxgb4vf_pci_probe()
|
H A D | t4vf_hw.c | 1123 vfres->nvi = FW_PFVF_CMD_NVI_G(word); in t4vf_get_vfres()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 403 unsigned int nvi; /* N virtual interfaces */ member
|
H A D | cxgb4_debugfs.c | 2579 S("Virtual Interfaces", "%d", nvi); in resources_show()
|
H A D | t4_hw.c | 2920 pfres->nvi = FW_PFVF_CMD_NVI_G(word); in t4_get_pfres()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 402 unsigned int nvi; /* N virtual interfaces */ member
|
H A D | cxgb4_debugfs.c | 2579 S("Virtual Interfaces", "%d", nvi); in resources_show()
|
H A D | t4_hw.c | 2890 pfres->nvi = FW_PFVF_CMD_NVI_G(word); in t4_get_pfres()
|
Completed in 61 milliseconds