Searched refs:vfq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 592 struct bnx2x_vf_queue *vfq = vfq_get(vf, qid); in bnx2x_vf_prep_rx_mode() local 595 ramrod->cid = vfq->cid; in bnx2x_vf_prep_rx_mode() 596 ramrod->cl_id = vfq_cl_id(vf, vfq); in bnx2x_vf_prep_rx_mode() 1673 struct bnx2x_vf_queue *vfq, in bnx2x_vf_handle_classification_eqe() 1685 rc = vfq->mac_obj.complete(bp, &vfq->mac_obj, elem, in bnx2x_vf_handle_classification_eqe() 1689 rc = vfq->vlan_obj.complete(bp, &vfq->vlan_obj, elem, in bnx2x_vf_handle_classification_eqe() 3014 BNX2X_ERR("Failed to %s spoofchk on VF %d - vfq %d\n", in bnx2x_set_vf_spoofchk() 1672 bnx2x_vf_handle_classification_eqe(struct bnx2x *bp, struct bnx2x_vf_queue *vfq, union event_ring_elem *elem) bnx2x_vf_handle_classification_eqe() argument
|
H A D | bnx2x_sriov.h | 178 #define bnx2x_vfq_is_leading(vfq) ((vfq)->index == LEADING_IDX)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 592 struct bnx2x_vf_queue *vfq = vfq_get(vf, qid); in bnx2x_vf_prep_rx_mode() local 595 ramrod->cid = vfq->cid; in bnx2x_vf_prep_rx_mode() 596 ramrod->cl_id = vfq_cl_id(vf, vfq); in bnx2x_vf_prep_rx_mode() 1672 struct bnx2x_vf_queue *vfq, in bnx2x_vf_handle_classification_eqe() 1684 rc = vfq->mac_obj.complete(bp, &vfq->mac_obj, elem, in bnx2x_vf_handle_classification_eqe() 1688 rc = vfq->vlan_obj.complete(bp, &vfq->vlan_obj, elem, in bnx2x_vf_handle_classification_eqe() 3007 BNX2X_ERR("Failed to %s spoofchk on VF %d - vfq %d\n", in bnx2x_set_vf_spoofchk() 1671 bnx2x_vf_handle_classification_eqe(struct bnx2x *bp, struct bnx2x_vf_queue *vfq, union event_ring_elem *elem) bnx2x_vf_handle_classification_eqe() argument
|
H A D | bnx2x_sriov.h | 178 #define bnx2x_vfq_is_leading(vfq) ((vfq)->index == LEADING_IDX)
|
Completed in 11 milliseconds