Home
last modified time | relevance | path

Searched refs:f_obj (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1692 func_params.f_obj = &sc->func_obj; in bnx2x_func_wait_started()
1779 func_params.f_obj = &sc->func_obj; in bnx2x_func_stop()
1807 func_params.f_obj = &sc->func_obj; in bnx2x_reset_hw()
4406 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_TX_STOP)) { in bnx2x_eq_int()
4413 if (f_obj->complete_cmd in bnx2x_eq_int()
4424 if (f_obj->complete_cmd(sc, f_obj, in bnx2x_eq_int()
4432 f_obj->complete_cmd(sc, f_obj, in bnx2x_eq_int()
4447 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_START)) { in bnx2x_eq_int()
4454 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_STOP)) { in bnx2x_eq_int()
4706 func_params.f_obj = &sc->func_obj; in bnx2x_init_hw()
[all …]
H A Decore_sp.c4933 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_hw_init()
5047 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_hw_reset()
5078 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_start()
5107 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_switch_update()
5134 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_afex_update()
5171 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_afex_viflists()
5224 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_tx_start()
5311 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_state_change()
H A Decore_sp.h1703 struct ecore_func_sp_obj *f_obj; member