Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c1251 bnx2x_vf(bp, i, op_current) = CHANNEL_TLV_NONE; in bnx2x_iov_init_one()
2303 vf->op_current = tlv; in bnx2x_lock_vf_pf_channel()
2320 current_tlv = vf->op_current; in bnx2x_unlock_vf_pf_channel()
2326 WARN(expected_tlv != vf->op_current, in bnx2x_unlock_vf_pf_channel()
2328 vf->op_current); in bnx2x_unlock_vf_pf_channel()
2331 vf->op_current = CHANNEL_TLV_NONE; in bnx2x_unlock_vf_pf_channel()
Dbnx2x_sriov.h211 enum channel_tlvs op_current; member