Searched refs:reload (Results 1 – 19 of 19) sorted by relevance
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_sec_mgr.h | 66 int (*reload)(struct ifpga_sec_mgr *smgr, int type, int page); member
|
| H A D | ifpga_fme_rsu.c | 442 if (!smgr || !smgr->ops || !smgr->ops->reload) in fpga_reload() 445 return smgr->ops->reload(smgr, type, page); in fpga_reload()
|
| H A D | opae_hw_api.c | 1039 if (mgr->ops && mgr->ops->reload) in opae_mgr_reload() 1040 return mgr->ops->reload(mgr, type, page); in opae_mgr_reload()
|
| H A D | opae_hw_api.h | 62 int (*reload)(struct opae_manager *mgr, int type, int page); member
|
| H A D | ifpga_api.c | 269 .reload = ifpga_mgr_reload,
|
| H A D | ifpga_sec_mgr.c | 581 .reload = n3000_reload,
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_inl.c | 906 union cpt_lf_ctx_reload reload; in roc_nix_inl_sa_sync() local 941 reload.u = 0; in roc_nix_inl_sa_sync() 951 reload.s.cptr = ((uintptr_t)sa) >> 7; in roc_nix_inl_sa_sync() 952 plt_write64(reload.u, rbase + CPT_LF_CTX_RELOAD); in roc_nix_inl_sa_sync()
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_api.c | 1258 if (hw->nvm.ops.reload) in e1000_reload_nvm() 1259 hw->nvm.ops.reload(hw); in e1000_reload_nvm()
|
| H A D | e1000_82542.c | 193 hw->nvm.ops.reload(hw); in e1000_reset_hw_82542()
|
| H A D | e1000_hw.h | 753 void (*reload)(struct e1000_hw *); member
|
| H A D | e1000_82543.c | 906 hw->nvm.ops.reload(hw); in e1000_reset_hw_82543()
|
| H A D | e1000_nvm.c | 25 nvm->ops.reload = e1000_reload_nvm_generic; in e1000_init_nvm_ops_generic()
|
| H A D | e1000_ich8lan.c | 4127 nvm->ops.reload(hw); in e1000_update_nvm_checksum_spt() 4280 nvm->ops.reload(hw); in e1000_update_nvm_checksum_ich8lan()
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_api.c | 1739 if (hw->nvm.ops.reload) in igc_reload_nvm() 1740 hw->nvm.ops.reload(hw); in igc_reload_nvm()
|
| H A D | igc_hw.h | 767 void (*reload)(struct igc_hw *hw); member
|
| H A D | igc_nvm.c | 25 nvm->ops.reload = igc_reload_nvm_generic; in igc_init_nvm_ops_generic()
|
| /dpdk/doc/guides/nics/ |
| H A D | cxgbe.rst | 390 #. Unload and reload the kernel module: 640 #. Unload and reload the kernel module:
|
| H A D | intel_vf.rst | 400 …When using Linux kernel ixgbe driver, unload the Linux ixgbe driver and reload it with the max_vfs…
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 238 value, and reload the two drivers - first the original kernel driver, and then
|