Searched refs:oct_intrmod_cfg (Results 1 – 2 of 2) sorted by relevance
45 struct oct_intrmod_cfg intrmod;2040 struct oct_intrmod_cfg *intr_cfg) in octnet_get_intrmod_cfg()2098 (sizeof(struct oct_intrmod_cfg)) / 8); in octnet_get_intrmod_cfg()2099 memcpy(intr_cfg, &resp->intrmod, sizeof(struct oct_intrmod_cfg)); in octnet_get_intrmod_cfg()2115 struct oct_intrmod_cfg *intr_cfg) in octnet_set_intrmod_cfg()2119 struct oct_intrmod_cfg *cfg; in octnet_set_intrmod_cfg()2126 sizeof(struct oct_intrmod_cfg), in octnet_set_intrmod_cfg()2139 cfg = (struct oct_intrmod_cfg *)sc->virtdptr; in octnet_set_intrmod_cfg()2141 memcpy(cfg, intr_cfg, sizeof(struct oct_intrmod_cfg)); in octnet_set_intrmod_cfg()2142 octeon_swap_8B_data((u64 *)cfg, (sizeof(struct oct_intrmod_cfg)) / 8); in octnet_set_intrmod_cfg()[all …]
922 struct oct_intrmod_cfg { struct