Searched refs:vfqs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.h | 176 struct bnx2x_vf_queue *vfqs; member 179 #define bnx2x_vfq(vf, nr, var) ((vf)->vfqs[(nr)].var) 180 #define bnx2x_leading_vfq(vf, var) ((vf)->vfqs[LEADING_IDX].var) 326 struct bnx2x_vf_queue *vfqs; member 371 return &(vf->vfqs[index]); in vfq_get()
|
H A D | bnx2x_sriov.c | 1108 kfree(bp->vfdb->vfqs); in __bnx2x_iov_free_vfdb() 1279 bp->vfdb->vfqs = kcalloc(BNX2X_MAX_NUM_VF_QUEUES, in bnx2x_iov_init_one() 1283 if (!bp->vfdb->vfqs) { in bnx2x_iov_init_one() 2072 if (!vf->vfqs) { in bnx2x_vf_acquire() 2073 DP(BNX2X_MSG_IOV, "vf->vfqs was not allocated\n"); in bnx2x_vf_acquire() 2505 vf->vfqs = &bp->vfdb->vfqs[qcount]; in bnx2x_enable_sriov() 2597 if (test_queue && !(*vf)->vfqs) { in bnx2x_vf_op_prep() 2598 BNX2X_ERR("vfqs struct is null. Was this invoked before dynamically enabling SR-IOV? vfidx was %d\n", in bnx2x_vf_op_prep()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.h | 176 struct bnx2x_vf_queue *vfqs; member 179 #define bnx2x_vfq(vf, nr, var) ((vf)->vfqs[(nr)].var) 180 #define bnx2x_leading_vfq(vf, var) ((vf)->vfqs[LEADING_IDX].var) 326 struct bnx2x_vf_queue *vfqs; member 371 return &(vf->vfqs[index]); in vfq_get()
|
H A D | bnx2x_sriov.c | 1108 kfree(bp->vfdb->vfqs); in __bnx2x_iov_free_vfdb() 1278 bp->vfdb->vfqs = kcalloc(BNX2X_MAX_NUM_VF_QUEUES, in bnx2x_iov_init_one() 1282 if (!bp->vfdb->vfqs) { in bnx2x_iov_init_one() 2065 if (!vf->vfqs) { in bnx2x_vf_acquire() 2066 DP(BNX2X_MSG_IOV, "vf->vfqs was not allocated\n"); in bnx2x_vf_acquire() 2498 vf->vfqs = &bp->vfdb->vfqs[qcount]; in bnx2x_enable_sriov() 2590 if (test_queue && !(*vf)->vfqs) { in bnx2x_vf_op_prep() 2591 BNX2X_ERR("vfqs struct is null. Was this invoked before dynamically enabling SR-IOV? vfidx was %d\n", in bnx2x_vf_op_prep()
|
Completed in 10 milliseconds