Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_dcb.c676 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local
718 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
720 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
734 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
736 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
750 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
752 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_dcb.c751 u8 i, j, err, sync, oper, app_index, ice_app_sel_type; in ice_cee_to_dcb_cfg() local
842 oper = (status & ICE_TLV_STATUS_OPER) ? 1 : 0; in ice_cee_to_dcb_cfg()
846 if (!err && sync && oper) { in ice_cee_to_dcb_cfg()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_if.h916 u8 oper; member
1785 u8 oper; member
H A Dionic_lif.c31 .oper = IONIC_Q_ENABLE, in ionic_qcq_enable()
56 .oper = IONIC_Q_DISABLE, in ionic_qcq_disable()
/f-stack/freebsd/netinet/
H A Dsctp_indata.c422 struct mbuf *oper; in sctp_abort_in_reasm() local
442 oper = sctp_generate_cause(SCTP_CAUSE_PROTOCOL_VIOLATION, msg); in sctp_abort_in_reasm()
447 sctp_abort_an_association(stcb->sctp_ep, stcb, oper, SCTP_SO_NOT_LOCKED); in sctp_abort_in_reasm()