Searched refs:oper (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_dcb.c | 676 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 D | ice_dcb.c | 751 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 D | ionic_if.h | 916 u8 oper; member 1785 u8 oper; member
|
| H A D | ionic_lif.c | 31 .oper = IONIC_Q_ENABLE, in ionic_qcq_enable() 56 .oper = IONIC_Q_DISABLE, in ionic_qcq_disable()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_indata.c | 422 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()
|