Searched defs:q_obj (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h947 struct bnx2x_queue_sp_obj *q_obj; member in struct:bnx2x_queue_state_params
H A Dbnx2x.h570 struct bnx2x_queue_sp_obj q_obj; member in struct:bnx2x_fastpath
H A Dbnx2x_main.c1656 struct bnx2x_queue_sp_obj *q_obj = &fp->q_obj; local
1701 q_obj->complete_cmd(bp, q_obj, drv_cmd))
1702 /* q_obj->complete_cmd() failure means that this was
4564 return &bnx2x_fcoe(bp, q_obj);
4567 return &bnx2x_fp(bp, CID_TO_FP(cid), q_obj);
4577 struct bnx2x_queue_sp_obj *q_obj; local
4632 q_obj = bnx2x_cid_to_q_obj(bp, cid);
4634 if (q_obj
[all...]

Completed in 82 milliseconds