Lines Matching refs:oct_intrmod_cfg
39 struct oct_intrmod_cfg intrmod;
2000 struct oct_intrmod_cfg *intr_cfg) in octnet_get_intrmod_cfg()
2048 (sizeof(struct oct_intrmod_cfg)) / 8); in octnet_get_intrmod_cfg()
2049 memcpy(intr_cfg, &resp->intrmod, sizeof(struct oct_intrmod_cfg)); in octnet_get_intrmod_cfg()
2057 struct oct_intrmod_cfg *intr_cfg) in octnet_set_intrmod_cfg()
2060 struct oct_intrmod_cfg *cfg; in octnet_set_intrmod_cfg()
2067 sizeof(struct oct_intrmod_cfg), in octnet_set_intrmod_cfg()
2073 cfg = (struct oct_intrmod_cfg *)sc->virtdptr; in octnet_set_intrmod_cfg()
2075 memcpy(cfg, intr_cfg, sizeof(struct oct_intrmod_cfg)); in octnet_set_intrmod_cfg()
2076 octeon_swap_8B_data((u64 *)cfg, (sizeof(struct oct_intrmod_cfg)) / 8); in octnet_set_intrmod_cfg()
2123 struct oct_intrmod_cfg intrmod_cfg; in lio_get_intr_coalesce()
2192 struct oct_intrmod_cfg *intrmod_cfg, in oct_cfg_adaptive_intr()
2226 struct oct_intrmod_cfg *intrmod, in oct_cfg_rx_intrcnt()
2299 struct oct_intrmod_cfg *intrmod, in oct_cfg_rx_intrtime()
2378 struct oct_intrmod_cfg *intrmod, in oct_cfg_tx_intrcnt()
2429 struct oct_intrmod_cfg intrmod = {0}; in lio_set_intr_coalesce()