Searched refs:q_obj (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/dev/bxe/ |
| HD | ecore_sp.c | 4500 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_queue_state_change() 4795 ecore_q_fill_init_general_data(sc, cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4800 ecore_q_fill_init_tx_data(cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4805 ecore_q_fill_init_rx_data(cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4810 ecore_q_fill_init_pause_data(cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4820 ecore_q_fill_init_general_data(sc, cmd_params->q_obj, in ecore_q_fill_setup_tx_only() 4825 ecore_q_fill_init_tx_data(cmd_params->q_obj, in ecore_q_fill_setup_tx_only() 4831 cmd_params->q_obj->cids[0], in ecore_q_fill_setup_tx_only() 4850 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_init() 4897 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_setup_e1x() [all …]
|
| HD | bxe.c | 2805 struct ecore_queue_sp_obj *q_obj = &BXE_SP_OBJ(sc, fp).q_obj; in bxe_sp_event() local 2816 bxe_iov_set_queue_sp_obj(sc, cid, &q_obj); in bxe_sp_event() 2858 q_obj->complete_cmd(sc, q_obj, drv_cmd)) { in bxe_sp_event() 4122 q_params.q_obj = &sc->sp_objs[fp->index].q_obj; in bxe_stop_queue() 8720 return (&sc->sp_objs[CID_TO_FP(cid, sc)].q_obj); in bxe_cid_to_q_obj() 8833 struct ecore_queue_sp_obj *q_obj; in bxe_eq_int() local 8897 q_obj = bxe_cid_to_q_obj(sc, cid); in bxe_eq_int() 8898 if (q_obj->complete_cmd(sc, q_obj, ECORE_Q_CMD_CFC_DEL)) { in bxe_eq_int() 8951 q_obj = &bxe_fwd_sp_obj(sc, q_obj); in bxe_eq_int() 8952 if (q_obj->complete_cmd(sc, q_obj, in bxe_eq_int() [all …]
|
| HD | ecore_sp.h | 1443 struct ecore_queue_sp_obj *q_obj; member
|
| HD | bxe.h | 1347 struct ecore_queue_sp_obj q_obj; /* Queue State object */ member
|