Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_sp.c6074 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_hw_init()
6194 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_hw_reset()
6225 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_start()
6290 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_switch_update()
6369 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_afex_update()
6407 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_afex_viflists()
6457 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_tx_start()
6491 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_set_timesync()
6589 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_state_change()
H A Dbxe.c3865 func_params.f_obj = &sc->func_obj; in bxe_func_wait_started()
3957 func_params.f_obj = &sc->func_obj; in bxe_func_stop()
3986 func_params.f_obj = &sc->func_obj; in bxe_reset_hw()
8455 struct ecore_func_sp_obj *f_obj = &sc->func_obj; in bxe_eq_int() local
8511 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_TX_STOP)) { in bxe_eq_int()
8519 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_TX_START)) { in bxe_eq_int()
8529 if (f_obj->complete_cmd(sc, f_obj, in bxe_eq_int()
8550 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_START)) { in bxe_eq_int()
8557 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_STOP)) { in bxe_eq_int()
9332 func_params.f_obj = &sc->func_obj; in bxe_init_hw()
[all …]