Searched refs:qctor (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 1522 struct bnx2x_vf_queue_construct_params qctor; in bnx2x_vf_mbx_setup_q() local 1547 memset(&qctor, 0 , in bnx2x_vf_mbx_setup_q() 1549 setup_p = &qctor.prep_qsetup; in bnx2x_vf_mbx_setup_q() 1550 init_p = &qctor.qstate.params.init; in bnx2x_vf_mbx_setup_q() 1636 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); in bnx2x_vf_mbx_setup_q() 1638 rc = bnx2x_vf_queue_setup(bp, vf, q->index, &qctor); in bnx2x_vf_mbx_setup_q()
|
H A D | bnx2x_sriov.c | 236 struct bnx2x_vf_queue_construct_params *qctor) in bnx2x_vf_queue_create() 244 q_params = &qctor->qstate; in bnx2x_vf_queue_create() 260 memcpy(&q_params->params.setup, &qctor->prep_qsetup, in bnx2x_vf_queue_create() 474 struct bnx2x_vf_queue_construct_params *qctor) in bnx2x_vf_queue_setup() 480 rc = bnx2x_vf_queue_create(bp, vf, qid, qctor); in bnx2x_vf_queue_setup() 234 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 473 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 | 456 struct bnx2x_vf_queue_construct_params *qctor);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 1524 struct bnx2x_vf_queue_construct_params qctor; in bnx2x_vf_mbx_setup_q() local 1549 memset(&qctor, 0 , in bnx2x_vf_mbx_setup_q() 1551 setup_p = &qctor.prep_qsetup; in bnx2x_vf_mbx_setup_q() 1552 init_p = &qctor.qstate.params.init; in bnx2x_vf_mbx_setup_q() 1638 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); in bnx2x_vf_mbx_setup_q() 1640 rc = bnx2x_vf_queue_setup(bp, vf, q->index, &qctor); in bnx2x_vf_mbx_setup_q()
|
H A D | bnx2x_sriov.c | 236 struct bnx2x_vf_queue_construct_params *qctor) in bnx2x_vf_queue_create() 244 q_params = &qctor->qstate; in bnx2x_vf_queue_create() 260 memcpy(&q_params->params.setup, &qctor->prep_qsetup, in bnx2x_vf_queue_create() 474 struct bnx2x_vf_queue_construct_params *qctor) in bnx2x_vf_queue_setup() 480 rc = bnx2x_vf_queue_create(bp, vf, qid, qctor); in bnx2x_vf_queue_setup() 234 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 473 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 | 456 struct bnx2x_vf_queue_construct_params *qctor);
|
Completed in 16 milliseconds