Searched refs:q_obj (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | ecore_sp.c | 4647 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_queue_state_change() 4949 ecore_q_fill_init_tx_data(cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4954 ecore_q_fill_init_rx_data(cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4974 ecore_q_fill_init_tx_data(cmd_params->q_obj, in ecore_q_fill_setup_tx_only() 4980 cmd_params->q_obj->cids[0], in ecore_q_fill_setup_tx_only() 4999 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_init() 5046 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_setup_e1x() 5074 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_setup_e2() 5103 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_setup_tx_only() 5231 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_update() [all …]
|
| H A D | bxe.c | 2699 struct ecore_queue_sp_obj *q_obj = &BXE_SP_OBJ(sc, fp).q_obj; in bxe_sp_event() local 2742 q_obj->complete_cmd(sc, q_obj, drv_cmd)) { in bxe_sp_event() 3918 q_params.q_obj = &sc->sp_objs[fp->index].q_obj; in bxe_stop_queue() 8417 return (&sc->sp_objs[CID_TO_FP(cid, sc)].q_obj); in bxe_cid_to_q_obj() 8519 struct ecore_queue_sp_obj *q_obj; in bxe_eq_int() local 8568 q_obj = bxe_cid_to_q_obj(sc, cid); in bxe_eq_int() 8569 if (q_obj->complete_cmd(sc, q_obj, ECORE_Q_CMD_CFC_DEL)) { in bxe_eq_int() 8606 q_obj = &bxe_fwd_sp_obj(sc, q_obj); in bxe_eq_int() 8607 if (q_obj->complete_cmd(sc, q_obj, in bxe_eq_int() 9710 &sc->sp_objs[idx].q_obj, in bxe_init_eth_fp() [all …]
|
| H A D | ecore_sp.h | 1480 struct ecore_queue_sp_obj *q_obj; member
|
| H A D | bxe.h | 1317 struct ecore_queue_sp_obj q_obj; /* Queue State object */ member
|