Home
last modified time | relevance | path

Searched refs:op_current (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c1272 bnx2x_vf(bp, i, op_current) = CHANNEL_TLV_NONE; in bnx2x_iov_init_one()
2324 vf->op_current = tlv; in bnx2x_lock_vf_pf_channel()
2341 current_tlv = vf->op_current; in bnx2x_unlock_vf_pf_channel()
2347 WARN(expected_tlv != vf->op_current, in bnx2x_unlock_vf_pf_channel()
2349 vf->op_current); in bnx2x_unlock_vf_pf_channel()
2352 vf->op_current = CHANNEL_TLV_NONE; in bnx2x_unlock_vf_pf_channel()
Dbnx2x_sriov.h210 enum channel_tlvs op_current; member