Searched refs:q_obj (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bxe/ |
H A D | ecore_sp.c | 4645 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_queue_state_change() 4942 ecore_q_fill_init_general_data(sc, cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4947 ecore_q_fill_init_tx_data(cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4952 ecore_q_fill_init_rx_data(cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4957 ecore_q_fill_init_pause_data(cmd_params->q_obj, in ecore_q_fill_setup_data_cmn() 4967 ecore_q_fill_init_general_data(sc, cmd_params->q_obj, in ecore_q_fill_setup_tx_only() 4972 ecore_q_fill_init_tx_data(cmd_params->q_obj, in ecore_q_fill_setup_tx_only() 4978 cmd_params->q_obj->cids[0], in ecore_q_fill_setup_tx_only() 4997 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_init() 5044 struct ecore_queue_sp_obj *o = params->q_obj; in ecore_q_send_setup_e1x() [all …]
|
H A D | bxe.c | 2675 struct ecore_queue_sp_obj *q_obj = &BXE_SP_OBJ(sc, fp).q_obj; in bxe_sp_event() local 2718 q_obj->complete_cmd(sc, q_obj, drv_cmd)) { in bxe_sp_event() 3890 q_params.q_obj = &sc->sp_objs[fp->index].q_obj; in bxe_stop_queue() 8352 return (&sc->sp_objs[CID_TO_FP(cid, sc)].q_obj); in bxe_cid_to_q_obj() 8454 struct ecore_queue_sp_obj *q_obj; in bxe_eq_int() local 8503 q_obj = bxe_cid_to_q_obj(sc, cid); in bxe_eq_int() 8504 if (q_obj->complete_cmd(sc, q_obj, ECORE_Q_CMD_CFC_DEL)) { in bxe_eq_int() 8541 q_obj = &bxe_fwd_sp_obj(sc, q_obj); in bxe_eq_int() 8542 if (q_obj->complete_cmd(sc, q_obj, in bxe_eq_int() 9645 &sc->sp_objs[idx].q_obj, in bxe_init_eth_fp() [all …]
|