Searched refs:q_obj (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 3628 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_queue_state_change() 3932 cmd_params->q_obj->cids[0], in ecore_q_fill_setup_tx_only() 3950 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_init() 3999 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_setup_e1x() 4027 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_setup_e2() 4056 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_setup_tx_only() 4172 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_update() 4256 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_halt() 4271 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_cfc_del() 4287 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_terminate() [all …]
|
| H A D | bnx2x.c | 1159 struct ecore_queue_sp_obj *q_obj = &BNX2X_SP_OBJ(sc, fp).q_obj; in bnx2x_sp_event() local 1206 q_obj->complete_cmd(sc, q_obj, drv_cmd)) { in bnx2x_sp_event() 1716 q_params.q_obj = &sc->sp_objs[fp->index].q_obj; in bnx2x_stop_queue() 4264 return &sc->sp_objs[CID_TO_FP(cid, sc)].q_obj; in bnx2x_cid_to_q_obj() 4352 struct ecore_queue_sp_obj *q_obj; in bnx2x_eq_int() local 4398 q_obj = bnx2x_cid_to_q_obj(sc, cid); in bnx2x_eq_int() 4399 if (q_obj->complete_cmd(sc, q_obj, ECORE_Q_CMD_CFC_DEL)) { in bnx2x_eq_int() 4438 q_obj = &bnx2x_fwd_sp_obj(sc, q_obj); in bnx2x_eq_int() 4439 if (q_obj->complete_cmd(sc, q_obj, in bnx2x_eq_int() 5003 &sc->sp_objs[idx].q_obj, in bnx2x_init_eth_fp() [all …]
|
| H A D | ecore_sp.h | 1439 struct ecore_queue_sp_obj *q_obj; member
|
| H A D | bnx2x.h | 994 struct ecore_queue_sp_obj q_obj; /* Queue State object */ member
|