Searched refs:bnxt_is_trusted_vf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.h | 37 bool bnxt_is_trusted_vf(struct bnxt *bp, struct bnxt_vf_info *vf);
|
H A D | bnxt_sriov.c | 132 bool bnxt_is_trusted_vf(struct bnxt *bp, struct bnxt_vf_info *vf) in bnxt_is_trusted_vf() function 205 ivi->trusted = bnxt_is_trusted_vf(bp, vf); in bnxt_get_vf_config() 1021 bool trust = bnxt_is_trusted_vf(bp, vf); in bnxt_vf_configure_mac() 1049 if (bnxt_is_trusted_vf(bp, vf)) { in bnxt_vf_validate_set_mac()
|
H A D | bnxt.c | 8758 if (BNXT_VF(bp) && !bp->vf.vlan && !bnxt_is_trusted_vf(bp, &bp->vf)) in bnxt_promisc_ok()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 127 static bool bnxt_is_trusted_vf(struct bnxt *bp, struct bnxt_vf_info *vf) in bnxt_is_trusted_vf() function 196 ivi->trusted = bnxt_is_trusted_vf(bp, vf); in bnxt_get_vf_config() 973 bool trust = bnxt_is_trusted_vf(bp, vf); in bnxt_vf_configure_mac() 1001 if (bnxt_is_trusted_vf(bp, vf)) { in bnxt_vf_validate_set_mac()
|
Completed in 21 milliseconds