Searched refs:qctor (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 1434 struct bnx2x_vf_queue_construct_params qctor; bnx2x_vf_mbx_setup_q() local 1459 memset(&qctor, 0 , bnx2x_vf_mbx_setup_q() 1461 setup_p = &qctor.prep_qsetup; bnx2x_vf_mbx_setup_q() 1462 init_p = &qctor.qstate.params.init; bnx2x_vf_mbx_setup_q() 1548 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); bnx2x_vf_mbx_setup_q() 1550 rc = bnx2x_vf_queue_setup(bp, vf, q->index, &qctor); bnx2x_vf_mbx_setup_q()
|
H A D | bnx2x_sriov.c | 241 struct bnx2x_vf_queue_construct_params *qctor) bnx2x_vf_queue_create() 249 q_params = &qctor->qstate; bnx2x_vf_queue_create() 265 memcpy(&q_params->params.setup, &qctor->prep_qsetup, bnx2x_vf_queue_create() 504 struct bnx2x_vf_queue_construct_params *qctor) bnx2x_vf_queue_setup() 510 rc = bnx2x_vf_queue_create(bp, vf, qid, qctor); bnx2x_vf_queue_setup() 239 bnx2x_vf_queue_create(struct bnx2x *bp, struct bnx2x_virtf *vf, int qid, struct bnx2x_vf_queue_construct_params *qctor) bnx2x_vf_queue_create() argument 503 bnx2x_vf_queue_setup(struct bnx2x *bp, struct bnx2x_virtf *vf, int qid, struct bnx2x_vf_queue_construct_params *qctor) bnx2x_vf_queue_setup() argument
|
H A D | bnx2x_sriov.h | 439 struct bnx2x_vf_queue_construct_params *qctor);
|
Completed in 144 milliseconds