Lines Matching refs:tx_info
162 const struct br_cfm_cc_ccm_tx_info *const tx_info)
198 ether_addr_copy(eth_hdr->h_dest, tx_info->dmac.addr);
212 if (tx_info->seq_no_update) {
236 if (tx_info->port_tlv) {
240 (tx_info->port_tlv_value & 0xFF));
244 if (tx_info->if_tlv) {
248 (tx_info->if_tlv_value & 0xFF));
763 const struct br_cfm_cc_ccm_tx_info *const tx_info,
777 if (memcmp(tx_info, &mep->cc_ccm_tx_info, sizeof(*tx_info)) == 0) {
778 /* No change in tx_info. */
785 usecs_to_jiffies(tx_info->period * 1000000);
789 if (tx_info->period == 0 && mep->cc_ccm_tx_info.period == 0)
793 if (tx_info->period != 0 && mep->cc_ccm_tx_info.period != 0) {
798 usecs_to_jiffies(tx_info->period * 1000000);
803 if (tx_info->period == 0 && mep->cc_ccm_tx_info.period != 0) {
811 mep->ccm_tx_end = jiffies + usecs_to_jiffies(tx_info->period * 1000000);
815 mep->cc_ccm_tx_info = *tx_info;