Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bxe/
H A Decore_sp.c6076 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_hw_init()
6196 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_hw_reset()
6227 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_start()
6292 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_switch_update()
6371 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_afex_update()
6409 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_afex_viflists()
6459 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_tx_start()
6493 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_send_set_timesync()
6591 struct ecore_func_sp_obj *o = params->f_obj; in ecore_func_state_change()
H A Dbxe.c3893 func_params.f_obj = &sc->func_obj; in bxe_func_wait_started()
3985 func_params.f_obj = &sc->func_obj; in bxe_func_stop()
4014 func_params.f_obj = &sc->func_obj; in bxe_reset_hw()
8520 struct ecore_func_sp_obj *f_obj = &sc->func_obj; in bxe_eq_int() local
8576 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_TX_STOP)) { in bxe_eq_int()
8584 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_TX_START)) { in bxe_eq_int()
8594 if (f_obj->complete_cmd(sc, f_obj, in bxe_eq_int()
8615 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_START)) { in bxe_eq_int()
8622 if (f_obj->complete_cmd(sc, f_obj, ECORE_F_CMD_STOP)) { in bxe_eq_int()
9397 func_params.f_obj = &sc->func_obj; in bxe_init_hw()
[all …]
H A Decore_sp.h1735 struct ecore_func_sp_obj *f_obj; member