Searched refs:cc_ccm_tx_info (Results 1 – 3 of 3) sorted by relevance
279 mep->cc_ccm_tx_info.period = 0; in ccm_tx_work_expired() 283 skb = ccm_frame_build(mep, &mep->cc_ccm_tx_info); in ccm_tx_work_expired() 777 if (memcmp(tx_info, &mep->cc_ccm_tx_info, sizeof(*tx_info)) == 0) { in br_cfm_cc_ccm_tx() 779 if (mep->cc_ccm_tx_info.period == 0) in br_cfm_cc_ccm_tx() 789 if (tx_info->period == 0 && mep->cc_ccm_tx_info.period == 0) in br_cfm_cc_ccm_tx() 793 if (tx_info->period != 0 && mep->cc_ccm_tx_info.period != 0) { in br_cfm_cc_ccm_tx() 803 if (tx_info->period == 0 && mep->cc_ccm_tx_info.period != 0) { in br_cfm_cc_ccm_tx() 815 mep->cc_ccm_tx_info = *tx_info; in br_cfm_cc_ccm_tx()
557 sizeof(mep->cc_ccm_tx_info.dmac), in br_cfm_config_fill_info() 558 mep->cc_ccm_tx_info.dmac.addr)) in br_cfm_config_fill_info() 562 mep->cc_ccm_tx_info.seq_no_update)) in br_cfm_config_fill_info() 566 mep->cc_ccm_tx_info.period)) in br_cfm_config_fill_info() 570 mep->cc_ccm_tx_info.if_tlv)) in br_cfm_config_fill_info() 574 mep->cc_ccm_tx_info.if_tlv_value)) in br_cfm_config_fill_info() 578 mep->cc_ccm_tx_info.port_tlv)) in br_cfm_config_fill_info() 582 mep->cc_ccm_tx_info.port_tlv_value)) in br_cfm_config_fill_info()
124 struct br_cfm_cc_ccm_tx_info cc_ccm_tx_info; member