Home
last modified time | relevance | path

Searched refs:q_obj (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c245 q_params->q_obj = &bnx2x_vfq(vf, qid, sp_obj); in bnx2x_vf_queue_create()
248 if (bnx2x_get_q_logical_state(bp, q_params->q_obj) == in bnx2x_vf_queue_create()
287 q_params.q_obj = &bnx2x_vfq(vf, qid, sp_obj); in bnx2x_vf_queue_destroy()
290 if (bnx2x_get_q_logical_state(bp, q_params.q_obj) == in bnx2x_vf_queue_destroy()
522 qstate.q_obj = &bnx2x_vfq(vf, qid, sp_obj); in bnx2x_vf_queue_flr()
523 qstate.q_obj->state = BNX2X_Q_STATE_STOPPED; in bnx2x_vf_queue_flr()
1849 struct bnx2x_queue_sp_obj **q_obj) in bnx2x_iov_set_queue_sp_obj() argument
1864 *q_obj = &bnx2x_vfq(vf, q_index, sp_obj); in bnx2x_iov_set_queue_sp_obj()
2261 qstate.q_obj = &bnx2x_vfq(vf, qid, sp_obj); in bnx2x_vf_tpa_update()
2367 &bnx2x_sp_obj(bp, &bp->fp[0]).q_obj) != in bnx2x_set_pf_tx_switching()
[all …]
H A Dbnx2x_sriov.h414 struct bnx2x_queue_sp_obj **q_obj);
565 struct bnx2x_queue_sp_obj **q_obj) {} in bnx2x_iov_set_queue_sp_obj() argument
H A Dbnx2x_sp.h1024 struct bnx2x_queue_sp_obj *q_obj; member
H A Dbnx2x.h1312 struct bnx2x_queue_sp_obj q_obj; member